Uploads and publishes videos to Kuaishou (快手) platform with optional tags and cover image.
How this skill is triggered — by the user, by Claude, or both
Slash command
/videoclaw-claude-adapter:video-publish-kuaishouThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Publish videos to Kuaishou platform.
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
npx claudepluginhub t0ugh/videoclawUploads and publishes videos to Douyin (抖音) via the videoclaw CLI tool. Supports video, title, tags, and cover image parameters.
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.
Publishes organic TikTok content (videos, photos, carousels) via a compliance form. Use when the user wants to post or share on TikTok.