video-publish-douyin

star 101

Publish videos to Douyin (抖音). Use when user wants to upload and publish videos to Douyin platform.

T0UGH By T0UGH schedule Updated 2/22/2026

name: video-publish-douyin description: Publish videos to Douyin (抖音). Use when user wants to upload and publish videos to Douyin platform.

video-publish-douyin

注意:如果是首次使用,确保已安装 videoclaw:uvx videoclaw --help

Publish videos to Douyin platform.

Usage

videoclaw publish upload douyin -v <video_path> -t "<title>" --tags "<tag1,tag2>"

Parameters

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)

Examples

# 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

Prerequisites

Login to Douyin account first:

videoclaw publish login douyin
Install via CLI
npx skills add https://github.com/T0UGH/videoclaw --skill video-publish-douyin
Repository Details
star Stars 101
call_split Forks 16
navigation Branch main
article Path SKILL.md
More from Creator