From videoclaw
Publishes videos to Douyin (抖音) using videoclaw CLI. Uploads with required title and video path, optional tags and cover after login. Use for Douyin video posting tasks.
npx claudepluginhub t0ugh/videoclawThis skill uses the workspace's default tool permissions.
> **注意**:如果是首次使用,确保已安装 videoclaw:`uvx videoclaw --help`
Publishes videos to Kuaishou (快手) via videoclaw CLI. Supports title, tags, cover images, and account selection after login. Use for uploading videos to Kuaishou.
Uploads videos to YouTube via ts-node CLI with title, description, tags, privacy, thumbnails, categories, playlists, and Shorts support. Useful for scripting video publishes.
Downloads Douyin videos from share links or modal_ids via TikHub API after parsing. Auto-triggers on download requests, links, or modal_ids provided. Requires API token in config.
Share bugs, ideas, or general feedback.
注意:如果是首次使用,确保已安装 videoclaw:
uvx videoclaw --help
Publish videos to Douyin platform.
videoclaw publish upload douyin -v <video_path> -t "<title>" --tags "<tag1,tag2>"
| Parameter | Description |
|---|---|
-v, --video | Video file path (required) |
-t, --title | Video title (required) |
--tags | Comma-separated tags (optional) |
-c, --cover | Cover image path (optional) |
-a, --account | Account name, default: default (optional) |
# Basic
videoclaw publish upload douyin -v /path/to/video.mp4 -t "精彩视频"
# With tags
videoclaw publish upload douyin -v /path/to/video.mp4 -t "精彩视频" --tags "搞笑,日常"
# With cover
videoclaw publish upload douyin -v /path/to/video.mp4 -t "精彩视频" -c /path/to/cover.jpg
Login to Douyin account first:
videoclaw publish login douyin