Install
$ agentstack add skill-cacity-videohub-videohub ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
VideoHub Router
这是 VideoHub 项目的总入口 skill。
适用场景
- 用户只说“处理这个链接”但还没明确平台
- 用户想知道 VideoHub 有哪些可用能力
- 用户不确定该用哪个子 skill
路由规则
- Douyin / 抖音链接 →
videohub-douyin - koushare.com 链接 →
videohub-koushare - YouTube / Twitter(X) / Bilibili / 本地音视频 / 文本转写总结 →
videohub-youtube - 空闲队列 / Chrome 插件 / 本地 API →
videohub-queue - FFmpeg 安装、测试、模式切换 →
videohub-ffmpeg - 字幕烧录 / 合成 →
videohub-subtitles - 直播录制 / 开播监控 →
videohub-live
使用原则
- 优先复用现有脚本和 GUI,而不是新造后端。
- 只在需要时调用更具体的子 skill。
- 如果用户目标不明确,先澄清是“下载 / 转写 / 翻译 / 总结 / 队列 / 配置 / 直播”。
当前后端入口
- GUI:
python main.py - 媒体处理:
python src/youtube_transcriber.py --help - 抖音:
python src/douyin_cli.py - FFmpeg:
python src/ffmpeg_config_cli.py help
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: cacity
- Source: cacity/VideoHub
- License: MIT
- Homepage: https://videohub.my/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.