skills/douyin-creator/SKILL.md
抖音创作发布:视频和图文发布到抖音创作者平台。覆盖视频规格(1080×1920竖屏/MP4 H.264)、图文轮播(2-35张)、描述(≤200字)、话题标签(3-5个)、AIGC标注、定时发布、封面选择。支持草稿和正式发布。触发:'发抖音'、'抖音发布'、'douyin publish'、'抖音视频'、'抖音图文'。
npx skillsauth add aaaaqwq/agi-super-team douyin-creatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
| 项 | 规则 | |----|------| | 时长 | 15秒-60分钟(>15分需粉丝≥1000) | | 格式 | MP4(H.264推荐)、MOV | | 分辨率 | 竖屏1080×1920(9:16)最优,横屏1920×1080(16:9) | | 帧率 | ≥30fps | | 码率 | 2500-5000kbps | | 大小 | ≤4GB |
| 项 | 规则 | |----|------| | 图片数 | 2-35张(至少2张) | | 格式 | JPG/PNG/WebP | | 尺寸 | 竖版1080×1440(3:4)最优 | | 大小 | ≤20MB/张 |
| 项 | 规则 | |----|------| | 描述 | ≤200字(含标签),emoji适度(每2-3句1个) | | 话题 | #话题名(无空格) 3-5个,精准在前泛话题在后 | | @提及 | @相关账号增加互动 | | 位置 | 可添加POI定位(本地内容推荐) | | AIGC标注 | AI生成内容必须标注 "内容由AI生成" |
emoji 核心价值一句话
详细说明2-3句
@相关账号
#精准话题1 #精准话题2 #泛话题3
📍位置(可选)
emoji 吸睛标题(类似小红书)
要点1
要点2
要点3
互动引导(提问)
#话题1 #话题2 #话题3
python scripts/douyin_publish.py \
--type video \
--file /path/to/video.mp4 \
--description "视频描述文字" \
--tags "话题1,话题2,话题3" \
--cover /path/to/cover.jpg \
--mode draft \
--cookie-file ~/.douyin_cookies.json
python scripts/douyin_publish.py \
--type photo \
--images "/path/to/img1.jpg,/path/to/img2.jpg" \
--description "图文描述" \
--tags "话题1,话题2" \
--mode draft \
--cookie-file ~/.douyin_cookies.json
所有发布默认 --mode draft。草稿可在创作者平台管理。
--mode publish 直接发布。可附加 --schedule "2026-03-20 20:00" 定时发布(最远10天)。
| 错误 | 处理 | |------|------| | 登录过期 | 提示重新扫码,headless=false | | 滑块验证 | 暂停等待手动完成 | | 视频转码失败 | 检查格式/分辨率,提示使用H.264编码 | | 上传超时 | 大文件分片重试,指数退避(10s/30s/90s) | | 图片≤1张 | 报错:图文至少需要2张图片 | | 描述超长 | 截断到200字并警告 | | 话题不存在 | 使用模糊匹配选择最近话题 |
douyin-creator/
├── SKILL.md
├── scripts/
│ └── douyin_publish.py # Playwright 自动发布脚本
├── references/
│ └── platform-rules.md # 完整平台规则
└── templates/
└── description-template.md # 描述模板
development
Technology-agnostic prompt generator that creates customizable AI prompts for scanning codebases and identifying high-quality code exemplars. Supports multiple programming languages (.NET, Java, JavaScript, TypeScript, React, Angular, Python) with configurable analysis depth, categorization methods, and documentation formats to establish coding standards and maintain consistency across development teams.
tools
Expert-level browser automation, debugging, and performance analysis using Chrome DevTools MCP. Use for interacting with web pages, capturing screenshots, analyzing network traffic, and profiling performance.
data-ai
Prompt for creating detailed feature implementation plans, following Epoch monorepo structure.
tools
Interactive prompt refinement workflow: interrogates scope, deliverables, constraints; copies final markdown to clipboard; never writes code. Requires the Joyride extension.