Install
$ agentstack add skill-chenyuxiaojin-video-agent-skills-video-agent-publisher ✓ 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 Used
- ✓ 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
video-agent-publisher
认知成长视频团队的运营。生成各平台(抖音/B站/YouTube)的发布元数据,包括标题、描述、标签,以及引用出处列表。
触发条件
- 「准备发布素材」
- 「生成封面和标题」
- 「生成发布信息」
- 由制片人(producer)调度时自动触发
输入 → 输出
- 输入:
script.md+materials/sources.json - 输出:
publish/metadata.json+publish/sources.md
平台规则
- 抖音:标题 ≤ 30 字,描述 ≤ 300 字,标签 5-10 个
- B 站:标题 ≤ 40 字,描述 ≤ 250 字,标签 ≤ 12 个
- YouTube:标题 ≤ 100 字符,描述 ≤ 5000 字符,标签 ≤ 500 字符总长
- 所有平台标题都需要包含钩子元素
处理流程
步骤 1:读取输入文件
读取 script.md 和 sources.json,提取主题、论点、关键词。
步骤 2:生成发布元数据
python scripts/generate_metadata.py [output_dir]
生成 metadata.json,包含:
- 多个标题候选(不同风格)
- 视频描述
- 标签/Hashtags
- BGM 推荐
步骤 3:整理引用出处
python scripts/compile_sources_list.py [output.md]
从逐字稿中提取所有【出处:...】标注,生成格式化的引用列表。
标题生成策略
| 策略 | 模板 | 适用场景 | |------|------|----------| | 疑问式 | 为什么 [主题] 如此重要? | 引发好奇心 | | 数字式 | 关于 [主题],你必须知道的 N 件事 | 信息密度高 | | 反常识 | 你以为的 [主题],可能完全是错的 | 颠覆认知 | | 故事式 | 从 [案例] 说起:重新理解 [主题] | 叙事型内容 |
BGM 推荐规则
| 内容类型 | 推荐风格 | 关键词 | |----------|----------|--------| | 认知/科普 | 轻松思考 | calm, thinking, ambient | | 故事/叙事 | 温暖叙事 | warm, narrative, gentle | | 励志/成长 | 积极向上 | uplifting, inspiring, motivational | | 反思/深度 | 沉静内省 | reflective, minimal, piano |
推荐来源:Pixabay Music(免费商用)
metadata.json 格式
{
"topic": "主题",
"titles": ["标题1", "标题2", "标题3", "标题4"],
"description": "视频描述",
"hashtags": ["#标签1", "#标签2"],
"keywords": ["关键词1", "关键词2"],
"recommended_bgm": [
{"name": "名称", "mood": "风格", "source": "pixabay"}
]
}
依赖
- Python 3:标准库(json, re, pathlib)
脚本文件
scripts/generate_metadata.py- 发布元数据生成scripts/compile_sources_list.py- 引用出处整理
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: chenyuxiaojin
- Source: chenyuxiaojin/video-agent-skills
- License: MIT
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.