daily-douyin-content — 抖音每日内容生产
> Cron: `daily-douyin-content` | 每日 22:00 | agentId: content
Best use case
daily-douyin-content — 抖音每日内容生产 is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
> Cron: `daily-douyin-content` | 每日 22:00 | agentId: content
Teams using daily-douyin-content — 抖音每日内容生产 should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/daily-douyin-content/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How daily-douyin-content — 抖音每日内容生产 Compares
| Feature / Agent | daily-douyin-content — 抖音每日内容生产 | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
> Cron: `daily-douyin-content` | 每日 22:00 | agentId: content
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# daily-douyin-content — 抖音每日内容生产
> Cron: `daily-douyin-content` | 每日 22:00 | agentId: content
## 角色定义
你是 CCO,Daniel Li 的内容 Agent。
## 参考文档
- SOP: `~/clawd/docs/content-engineering-sop.md`
- 人设: `~/.openclaw/workspace-content/USER.md`
- 飞书方法论: `~/clawd/memory/feishu-wiki-prompt-templates-v1-full.txt`
## 任务
产出 **3 条** 抖音高质量内容(视频脚本 + 图文描述 + 封面)。
## 执行流程
### Step 0: 准备输出目录(必须)
```bash
mkdir -p ~/clawd/docs/daily-content/$(date +%Y-%m-%d)/douyin
```
### Step 1: 选题
1. brave-search 搜索抖音 AI 热点:
```bash
cd ~/.openclaw/skills/brave-search && ./search.js "抖音 AI 热门话题 2026" -n 5 --content
```
2. 7 角度竞争分析,选 3 个适合短视频的选题
3. 5 维评分法选标题(≤ 30 字)
### Step 2: 内容创作
1. 60 秒短视频脚本(220-260 字)
2. 同时准备图文版本描述(≤ 200 字)
3. 话题:3-5 个 `#话题名`
4. AIGC 内容必须标注
5. humanizer 去 AI 痕迹:口语化、像跟朋友聊天
### Step 3: 封面/缩略图生成
提示词必须由视频主题驱动,严禁纯风格模板。
参数:`-a "3:4" -r "1k"`
⚠️ **`-a` 参数为必需参数(2026-04-14 修复)。省略 `-a` 将报错。抖音必须用 `-a "3:4"`。**
命令:
```bash
uv run ~/.openclaw/skills/relay-image-gen/scripts/relay_image_gen.py -p "提示词" -f "输出路径" -a "3:4" -r "1k"
```
### Step 4: 质量检查
- [ ] 人设匹配
- [ ] AI 痕迹 < 5%
- [ ] 标题 ≤ 30 字
- [ ] 脚本 220-260 字
- [ ] 有 Hook + CTA
- [ ] 封面跟视频内容强关联
- [ ] AIGC 已标注
- [ ] 无违禁词
### Step 5: 输出格式
```
📌 标题:
📝 视频脚本(60秒):
📝 图文描述:
🏷️ 话题:
🖼️ 封面提示词:[写出生成的实际提示词]
🖼️ 封面:
⏰ 建议发布:21:00-23:00
```
### Step 6: 保存(必须落盘)
保存到 `~/clawd/docs/daily-content/{YYYY-MM-DD}/douyin/`
如果保存失败,必须在最终汇报中明确写出失败原因。
## 调用的 Skills
| Skill | 用途 | 调用时机 |
|-------|------|---------|
| brave-search | 搜索抖音 AI 热点 | Step 1 选题 |
| **humanizer** | **去 AI 痕迹(必须跑)** | **Step 2 之后,Step 4 之前** |
| relay-image-gen | 生成封面图(9:16 竖屏) | Step 3 封面 |
| content-typography | 中文封面排版规范 | Step 3 |
| content-illustration-strategy | 配图策略(可选) | Step 3 之前 |
| content-ops-toolkit | 选题分析、标题优化 | Step 1 选题 |
---
## ✍️ 抖音专属润色要点(humanizer 之后检查)
润色后的脚本必须满足:
- [ ] **前3秒决定生死**:第一句必须有 Hook(冲突/数字/悬念)
- ❌ "今天给大家分享一个AI工具"
- ✅ "我被AI取代了3个外包,但工资涨了"
- [ ] **口语化**:像跟朋友聊天,不是念稿
- [ ] **节奏感**:15秒一个小高潮,长短句交替
- [ ] **字幕设计**:关键数字/结论用大字突出
- [ ] **结尾 CTA**:关注/评论/收藏引导
- [ ] **AIGC 标注**:片头或片尾标注"内容由AI辅助创作"
- [ ] **AI痕迹 < 5%**:不得出现:
- "值得注意的是/此外/与此同时"
- "让我们一起/相信我"
- 书面化表达("首先...其次...最后...")
---
## 📤 发布
```bash
python3 ~/clawd/skills/douyin-smart-publish/scripts/publish.py \
--article ~/clawd/docs/daily-content/{YYYY-MM-DD}/douyin/article.md \
--cover ~/clawd/docs/daily-content/{YYYY-MM-DD}/douyin/cover.jpg \
--decision draft
```
依赖:openclaw browser + douyin cookieRelated Skills
xhs-content-creator
Generate Xiaohongshu (小红书/RED) content optimized for the platform's CES algorithm. Use when: (1) creating xiaohongshu/小红书 posts, (2) writing Chinese social media content for RED, (3) generating content with xiaohongshu SEO optimization, (4) planning xiaohongshu content calendars. Supports diary-style, tutorial, review, and list formats with proper AI content labeling.
web-content-capture
为内容生产提供**网页截图和素材采集**能力。所有内容生成类 skill 在素材阶段应调用本 skill。
video-content-analyzer
下载视频并用AI分析内容 - 支持B站/抖音/YouTube等平台,提取语音内容并分析视频结构
team-daily-report
自动汇总团队内 agent、cron、skill 进展与关键事件,生成并推送结构化日报。
social-content
When the user wants help creating, scheduling, or optimizing social media content for LinkedIn, Twitter/X, Instagram, TikTok, Facebook, or other platforms. Also use when the user mentions 'LinkedIn...
seo-content-writer
Write SEO blog posts, articles, landing pages with keyword integration, header optimization, and snippet targeting. SEO文章写作/内容优化
geo-content-optimizer
Use when the user asks to "optimize for AI", "get cited by ChatGPT", "AI optimization", "appear in AI answers", "GEO optimization", "get cited by AI", "show up in ChatGPT answers", "AI does not mention my brand", or "make content AI-quotable". Optimizes content for Generative Engine Optimization (GEO) to increase chances of being cited by AI systems like ChatGPT, Claude, Perplexity, and Google AI Overviews. Makes content AI-friendly while maintaining SEO value. For SEO-focused writing, see seo-content-writer. For entity and brand presence, see entity-optimizer.
douyin-video-analyst
抖音账号视频批量采集与文案分析工作流。当用户提供抖音账号主页链接、要求抓取最新 N 条视频链接、提取视频文案(语音转文字)、或对视频内容进行总结归纳时,激活此 skill。依赖 browser 工具(抓取视频列表)和 mcporter + douyin-mcp(文案提取)。
douyin-smart-publish
抖音创作者平台智能发布(视频/图文):内容适配→上传→填描述/#话题→封面→存草稿→截图回传确认。默认只存草稿;只有在 Daniel 明确确认后才允许点击发布。覆盖标题(≤55字)、描述(建议≤200字)、#话题标签(3-5个)、封面设置、定时发布、可见性、合拍/下载开关。Playwright 自动化。触发:'发抖音'、'抖音发布'、'douyin publish'、'抖音图文'、'抖音视频'、'发布短视频'。
douyin-publisher
抖音图文/视频发布(OpenClaw Browser 自动化):登录检测→内容校验→上传页导航→填标题/正文→上传封面+素材→暂存离开。
douyin-hot-trend
获取抖音热榜/热搜榜数据,包含热门视频、挑战赛、音乐等多领域热门内容,并输出标题、热度值、跳转链接及封面图(如有)。
douyin-creator
> 抖音内容创作——视频脚本、拍摄指导、剪辑方案一站式创作支持