with one click
douyin-publisher
抖音自动发布工具 - 图文/视频/文章三种类型(生产就绪)
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
抖音自动发布工具 - 图文/视频/文章三种类型(生产就绪)
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
今日头条自动发布工具 - 微头条/文章/视频 + NAS 统一调度(生产就绪)
/pipeline-diagnose、pipeline 挂了、看 pipeline 状态 — Content Pipeline 总体健康诊断,一键输出所有关键状态并引导到具体 stage skill
/pipeline-persondata、修待补充、人物数据占位符 — Content Pipeline Stage 4 (person-data 构造) 运维 skill,修 "待补充/暂无数据" 导致的图片占位符问题
/pipeline-regen、重生图、V6 出图失败 — Content Pipeline Stage 4 (V6 图片生成) 运维 skill
/pipeline-run、用 X 做一套内容、给我生成 X 的内容 — Content Pipeline 手动即时触发(主理人在 Claude Code 对话里临时跑一条,走和 Dashboard 自动路径完全一样的 6 阶段 pipeline,但即时给进度反馈)
金句卡片生成工作流的质检和选择
| name | douyin-publisher |
| description | 抖音自动发布工具 - 图文/视频/文章三种类型(生产就绪) |
| trigger | 发布抖音、douyin、抖音发布 |
| version | 1.0.0 |
| created | "2026-02-12T00:00:00.000Z" |
| updated | "2026-02-12T00:00:00.000Z" |
| changelog | [{"1.0.0":"✅ 2026-02-12 完成 - 三种类型全部验证通过"}] |
抖音自动发布工具 - 完全自动化,零 AI 干预
| 类型 | 耗时 | 最新测试 | 说明 |
|---|---|---|---|
| 图文 | ~30s | item_id: 7605837846758313266 | 支持多图 |
| 视频 | ~90s | ItemId: 7605861760767233306 | 自动上传视频 |
| 文章 | ~60s | "完整流程测试 160245" | 必须有封面 |
统计: 成功 3 | 失败 0
NAS 存储
↓ 扫描日期目录
Mac mini 调度器 (~/scheduler.sh)
↓ Base64 传输 + scp 文件
Windows PC Playwright (100.97.242.124)
↓ 自动化发布
抖音 ✅
关键路径:
所有脚本都在 Windows PC: C:\Users\xuxia\playwright-recorder\
| 脚本 | 大小 | 最后更新 | 状态 |
|---|---|---|---|
| publish-douyin-image.js | 4.3 KB | 2026-02-12 12:55 | ✅ 生产可用 |
| publish-douyin-video.js | 3.7 KB | 2026-02-12 14:23 | ✅ 生产可用 |
| publish-douyin-article.js | 5.8 KB | 2026-02-12 16:06 | ✅ 生产可用 |
content: 文案(可选)
images: 图片数组(至少 1 张)
title: 标题
video: 视频文件路径
title: 标题
summary: 摘要(可选)
content: 正文
cover: 封面路径(⚠️ 必需)
完整字段说明: 见 REQUIREMENTS.md 和 FIELDS.md
# 发布指定日期的内容
ssh mac-mini 'bash ~/scheduler.sh 2026-02-15'
# 发布今天的内容
ssh mac-mini 'bash ~/scheduler.sh'
通过 Mac mini 中转到 Windows,创建 queue.json 并调用对应脚本。
虽然界面有"无文章头图"选项,但选择后会静默失败(返回上传页面)。
原因:平台要求文章必须有封面,选择"无封面"会被拒绝。
解决方案:生产环境必须提供 cover.jpg
统一 API(三种类型共用):
POST /web/api/media/aweme/create_v2/
成功响应:
{
"status_code": 0,
"item_id": "7605837846758313266"
}
版本: 1.0.0 状态: ✅ 生产就绪 - 图文/视频/文章三种类型完整验证通过 架构: NAS → Mac mini 调度器 → Windows PC → 抖音 清理状态: ✅ 所有临时文件已清理,只保留最终脚本 完整性: ✅ 端到端自动化,零人工干预
使用: ssh mac-mini 'bash ~/scheduler.sh YYYY-MM-DD'