Uploads and publishes videos to Douyin (抖音) via the videoclaw CLI tool. Supports video, title, tags, and cover image parameters.
How this skill is triggered — by the user, by Claude, or both
Slash command
/videoclaw-claude-adapter:video-publish-douyinThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **注意**:如果是首次使用,确保已安装 videoclaw:`uvx videoclaw --help`
注意:如果是首次使用,确保已安装 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
npx claudepluginhub t0ugh/videoclawUploads and publishes videos to Kuaishou (快手) platform with optional tags and cover image.
Publishes organic TikTok content (videos, photos, carousels) via a compliance form. Use when the user wants to post or share on TikTok.
Publishes video content to Xiaohongshu (Little Red Book) via HTTP API using Node.js script. Parameters include title, content, local video path, optional tags, and schedule time.