# Videohub Subtitles

> 处理字幕生成后的烧录和合成流程。适用于把 ASS 字幕烧录进视频，或指导用户使用现有字幕工具。

- **Type:** Skill
- **Install:** `agentstack add skill-cacity-videohub-videohub-subtitles`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [cacity](https://agentstack.voostack.com/s/cacity)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [cacity](https://github.com/cacity)
- **Source:** https://github.com/cacity/VideoHub/tree/main/.agents/skills/videohub-subtitles
- **Website:** https://videohub.my/

## Install

```sh
agentstack add skill-cacity-videohub-videohub-subtitles
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# VideoHub Subtitles

当前字幕相关能力分两块：
- 生成字幕、翻译字幕：`F:/work/VideoHub/src/youtube_transcriber.py`
- 将字幕烧录进视频：`F:/work/VideoHub/src/subtitle_merger.py`

## 适用场景
- 用户已经有视频和 ASS 字幕，想烧录
- 用户想知道字幕样式和字体配置从哪里来
- 用户需要区分“生成字幕”和“合成视频”两个阶段

## 当前实现边界
- `subtitle_merger.py` 目前是 PyQt GUI 工具，不是独立纯 CLI
- 如果只是生成字幕，应优先走 `videohub-youtube`
- 如果是现有字幕文件与视频合成，优先走字幕合成工具

## 注意
- 这个 skill 目前以引导和正确分流为主
- 后续如果需要，可再把字幕合成补成 CLI 友好的入口

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [cacity](https://github.com/cacity)
- **Source:** [cacity/VideoHub](https://github.com/cacity/VideoHub)
- **License:** MIT
- **Homepage:** https://videohub.my/

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-cacity-videohub-videohub-subtitles
- Seller: https://agentstack.voostack.com/s/cacity
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
