From videoclaw
Publishes videos to Kuaishou (快手) via videoclaw CLI. Supports title, tags, cover images, and account selection after login. Use for uploading videos to Kuaishou.
npx claudepluginhub t0ugh/videoclawThis skill uses the workspace's default tool permissions.
Publish videos to Kuaishou platform.
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.
Uploads videos to YouTube via ts-node CLI with title, description, tags, privacy, thumbnails, categories, playlists, and Shorts support. Useful for scripting video publishes.
Guides editing short videos in Jiaying (CapCut) for Xiaohongshu: trim/cut clips, add subtitles/text/music/effects/transitions, speed control, auto-captions.
Share bugs, ideas, or general feedback.
Publish videos to Kuaishou platform.
videoclaw publish kuaishou -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 kuaishou -v /path/to/video.mp4 -t "精彩视频"
# With tags
videoclaw publish kuaishou -v /path/to/video.mp4 -t "精彩视频" --tags "搞笑,日常"
# With cover
videoclaw publish kuaishou -v /path/to/video.mp4 -t "精彩视频" -c /path/to/cover.jpg
Login to Kuaishou account first:
videoclaw publish login kuaishou