抖音自动发布
/install douyin-upload-mul-cookie
auto-douyin skill
This skill publishes videos to Douyin on the user's machine with Playwright.
Default workflow
Use this order:
- Make sure the target Douyin cookie profile exists and is valid.
- Use the guarded publish entry so the platform can deduct points first.
- Let the local script finish on the user's machine.
Commands
Capture the default cookie:
python skills/auto-douyin/scripts/get_cookie.py
Capture a named cookie profile:
python skills/auto-douyin/scripts/get_cookie.py --cookie-name account_a
Validate a cookie profile:
python skills/auto-douyin/scripts/check_cookie.py --cookie-name account_a
Publish through the controlled path with a specific cookie profile:
python skills/auto-douyin/scripts/publish_guarded.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 skills/auto-douyin/scripts/publish_guarded.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-\x3Ccookie-name>.json --cookie-nameis optional. If omitted, the scripts stay backward compatible and use the default file.
Required environment variables
CHANJING_PLATFORM_BASE_URL(optional, defaults tohttp://easyclaw.bar/shuzirenapi)CHANJING_PLATFORM_API_TOKEN
or:
CHANJING_PLATFORM_API_KEYCHANJING_PLATFORM_API_SECRET
If the key is missing or invalid, direct the user to http://easyclaw.bar/shuziren/user to generate a valid platform key.
Notes
publish_guarded.pyis the normal entry point.publish.pyalso performs platform authorization when called directly, so points are still deducted.- The guarded path controls normal usage and deducts points before publish starts.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install douyin-upload-mul-cookie - After installation, invoke the skill by name or use
/douyin-upload-mul-cookie - Provide required inputs per the skill's parameter spec and get structured output
What is 抖音自动发布?
自动化发布抖音视频。上传到抖音平台。全自动操作。 It is an AI Agent Skill for Claude Code / OpenClaw, with 121 downloads so far.
How do I install 抖音自动发布?
Run "/install douyin-upload-mul-cookie" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 抖音自动发布 free?
Yes, 抖音自动发布 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 抖音自动发布 support?
抖音自动发布 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 抖音自动发布?
It is built and maintained by XuHongFeii2 (@xuhongfeii2); the current version is v1.0.0.