Agent skill · Media & Video

viral-video-copywriting

专业的爆款短视频文案创作工具。通过对标抖音爆款视频,智能提取视频内容,深度拆解爆款因素,并结合用户需求创作出符合爆款规律的新文案。适用于短视频创作者、运营人员提升内容质量。

anbeimegithub.com/anbeimeGitHub ↗
claude-codeships scripts
Install
npx skills add anbeime/skill --skill viral-video-copywriting --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 5
SKILL.md size: 5 KB
Bundled scripts: yes
Path: skills/viral-video-copywriting/viral-video-copywriting/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 4,714
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 爆款短视频文案创作 ## 任务目标 - 本 Skill 用于:通过分析抖音爆款视频,学习其爆款方法论(结构框架、表达技巧、风格特征),帮助用户创作出符合爆款规律的**原创**短视频文案 - 能力包含:提取视频信息、深度拆解爆款因素、学习方法论并创作全新文案 - 触发条件:用户需要创作短视频文案,或有抖音视频对标需求 - **核心原则**:学习方法论,拒绝内容复制 ## 前置准备 - 依赖说明:scripts脚本所需的依赖包及版本 ``` yt-dlp>=2024.1.0 beautifulsoup4>=4.12.0 lxml>=4.9.0 requests>=2.31.0 ``` --- ## 完整执行流程(五步法) ### 第一步:获取对标视频信息 **两种输入方式供用户选择:** #### 方式A:通过抖音链接自动提取(推荐尝试) 用户提供抖音视频链接后,调用脚本提取视频信息: ```bash python3 /workspace/projects/viral-video-copywriting/scripts/extract_douyin_video.py <抖音视频URL> ``` **脚本可提取的信息**(如成功): - 视频标题 - 视频描述 - 文案内容(字幕) - 背景音乐信息(部分视频) - 点赞数、评论数等数据(部分视频) **重要说明**: - 抖音平台有严格的反爬机制,视频信息提取可能受限制 - 如果脚本无法提取,请用户直接使用方式B #### 方式B:手动提供视频信息(100%可靠) 当自动提取失败或用户更方便时,直接提供以下信息: 1. **视频标题**:视频的标题文字 2. **视频描述**:创作者发布的描述文字 3. **视频文案**:视频中的口播文字/字幕内容 4. **背景音乐**:音乐类型、风格、节奏等描述 5. **其他信息**(可选):点赞数、评论数、创作者名称等 智能体将基于这些信息进行后续分析。 --- ### 第二步:深度拆解爆款因素(学习方法论) 智能体基于第一步获取的视频信息,站在专业短视频创作者和运营专家角度,进行全方位拆解分析。 **关键目标:提取可学习的方法论,而不是总结内容本身** **分析维度(参考 `references/analysis-framework.md`):** #### 1. 开头钩子分析 - 钩子类型是什么(悬念、痛点、共鸣、反转、利益等)? - 前3秒用了什么方式吸引注意力? - 这种钩子方式的**原理**是什么? - 钩子的吸引强度如何(1-10分)? - **可复用的钩子技巧**有哪些? #### 2. 文案结构分析 - 整体结构是什么(问题-解决方案、对比、故事、清单、递进等)? - 这种结构是如何组织内容的? - 每个部分的功能是什么(吸引注意→传递价值→促进行动)

What's inside
Steps it walks through
  1. 任务目标
  2. 前置准备
  3. 完整执行流程(五步法)
  4. 第一步:获取对标视频信息
  5. 第二步:深度拆解爆款因素(学习方法论)
  6. 第三步:了解用户需求
  7. 第四步:创作爆款新文案
  8. 第五步:迭代优化(可选)
  9. 使用示例
  10. 完整流程示例
  11. 资源索引
  12. 注意事项
  13. 测试验证
  14. 测试流程
Ships with 4 files
  • references/analysis-framework.md
  • references/sample-video-data.md
  • scripts/extract_douyin_video.py
  • scripts/test_workflow.py
Commands it runs
python3 /workspace/projects/viral-video-copywriting/scripts/extract_douyin_video.py <抖音视频URL>
python3 /workspace/projects/viral-video-copywriting/scripts/extract_douyin_video.py "https://www.douyin.com/video/7300000000000000000"
More from skill
All skills →
About this skill
What does the viral-video-copywriting skill do?

专业的爆款短视频文案创作工具。通过对标抖音爆款视频,智能提取视频内容,深度拆解爆款因素,并结合用户需求创作出符合爆款规律的新文案。适用于短视频创作者、运营人员提升内容质量。

How do I install it?

Run `npx skills add anbeime/skill --skill viral-video-copywriting --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From anbeime/skill, a repository with 4,714 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going