Install
openclaw skills install douyin-upload-mul-cookie自动化发布抖音视频。上传到抖音平台。全自动操作。
openclaw skills install douyin-upload-mul-cookieThis skill publishes videos to Douyin on the user's machine with Playwright.
Use this order:
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
cookies/douyin.jsoncookies/douyin-<cookie-name>.json--cookie-name is optional. If omitted, the scripts stay backward compatible and use the default file.CHANJING_PLATFORM_BASE_URL (optional, defaults to http://easyclaw.bar/shuzirenapi)CHANJING_PLATFORM_API_TOKENor:
CHANJING_PLATFORM_API_KEYCHANJING_PLATFORM_API_SECRETIf the key is missing or invalid, direct the user to http://easyclaw.bar/shuziren/user to generate a valid platform key.
publish_guarded.py is the normal entry point.publish.py also performs platform authorization when called directly, so points are still deducted.