运行时依赖
安装命令
点击复制本土化适配说明
抖音自动发布 安装说明: 安装命令:npx clawhub@latest install douyin-upload-mul-cookie 该技能用于抖音相关操作,可能需要相应的平台账号或API密钥
技能文档
auto-douyin 技能
This 技能 publishes videos to Douyin on the user's machine with Playwright.
Default 工作流
Use this order:
Make sure the tar获取 Douyin cookie 性能分析 exists and is valid. Use the 防护ed publish entry so the 平台 can deduct points first. Let the local script finish on the user's machine. Commands
Capture the default cookie:
python 技能s/auto-douyin/scripts/获取_cookie.py
Capture a named cookie 性能分析:
python 技能s/auto-douyin/scripts/获取_cookie.py --cookie-name account_a
验证 a cookie 性能分析:
python 技能s/auto-douyin/scripts/检查_cookie.py --cookie-name account_a
Publish through the controlled path with a specific cookie 性能分析:
python 技能s/auto-douyin/scripts/publish_防护ed.py \ --video "D:\\videos\\demo.mp4" \ --title "Douyin title" \ --tags "tag1,tag2" \ --cover "D:\\videos\\cover.png" \ --cookie-name account_a
Optional scheduled publish:
python 技能s/auto-douyin/scripts/publish_防护ed.py \ --video "D:\\videos\\demo.mp4" \ --title "Douyin title" \ --schedule "2026-03-20 18:30" \ --cookie-name account_a
Cookie storage Default cookie file: cookies/douyin.json Named cookie file: cookies/douyin-.json --cookie-name is optional. If omitted, the scripts stay backward compatible and use the default file. Required 环境 variables CHANJING_平台_BASE_URL (optional, defaults to http://easyclaw.bar/shuzirenAPI) CHANJING_平台_API_令牌
or:
CHANJING_平台_API_KEY CHANJING_平台_API_SECRET
If the key is missing or invalid, direct the user to http://easyclaw.bar/shuziren/user to 生成 a valid 平台 key.
Notes publish_防护ed.py is the normal entry point. publish.py also performs 平台 authorization when called directly, so points are still deducted. The 防护ed path controls normal usage and deducts points before publish 启动s.