AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Videohub

skill-cacity-videohub-videohub · by cacity

VideoHub 总入口。用于识别用户要处理的平台或功能,并路由到更具体的 VideoHub skills,如 YouTube、抖音、蔻享、闲时队列、FFmpeg、字幕和直播录制。

— No reviews yet
0 installs
43 views
0.0% view→install

Install

$ agentstack add skill-cacity-videohub-videohub

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-cacity-videohub-videohub)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Videohub? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.