✓ Verified 💻 Development ✓ Enhanced Data

Short Video Copywriter

Generate viral short video copy for TikTok, Xiaohongshu, Kuaishou.

Rating
3.8 (290 reviews)
Downloads
43,947 downloads
Version
1.0.0

Overview

Generate viral short video copy for TikTok, Xiaohongshu, Kuaishou.

Complete Documentation

View Source →

Short Video Copywriter

Generate viral short video copy for TikTok, Xiaohongshu, Kuaishou, and more.

Supported Platforms

  • Douyin (抖音): Trendy, fast-paced, viral style
  • Xiaohongshu (小红书): Authentic, lifestyle, product reviews
  • Kuaishou (快手): Down-to-earth, relatable
  • Bilibili (B站): In-depth, niche, community style

Usage

Interactive Mode

bash
npx short-video-copywriter

API Mode

typescript
import { generateShortVideoCopy } from 'short-video-copywriter';

// Generate copy for Xiaohongshu
const result = await generateShortVideoCopy({
  topic: "职场穿搭",
  platform: "xiaohongshu",
  tone: "亲和",
  length: "short"
});

Input Options

OptionValuesDefaultDescription
topicany textrequiredVideo topic or theme
platformdouyin/xiaohongshu/kuaishou/bilibilidouyinTarget platform
toneprofessional/casual/humor/heartwarmingcasualWriting style
lengthshort/medium/longshortCopy length

Output Format

typescript
{
  hook: "开头金句",
  body: "正文内容",
  hashtags: ["#标签1", "#标签2", "#标签3"],
  tips: "发布建议"
}

Examples

Xiaohongshu Product Review

typescript
Input: {
  topic: "平价面膜测评",
  platform: "xiaohongshu",
  tone: "亲和"
}

Output: {
  hook: "救命!30块的面膜竟然吊打大牌?!",
  body: "...",
  hashtags: ["#平价护肤", "#面膜测评", "#学生党"],
  tips: "建议晚8点发布,互动率更高"
}

Douyin Vlog

typescript
Input: {
  topic: "租房攻略",
  platform: "douyin",
  tone: "幽默"
}

Output: {
  hook: "租房血泪史!建议收藏!",
  body: "...",
  hashtags: ["#租房", "#避坑", "#租房攻略"],
  tips: "配合热门BGM效果更好"
}

Environment Variables

env
OPENAI_API_KEY=your_api_key_here

Best Practices

  • Hook First: The first 3 seconds are critical
  • Platform Match: Use platform-specific slang and trends
  • Hashtags: Use 3-5 relevant tags
  • Call to Action: End with engagement prompts

Installation

Terminal bash

openclaw install short-video-copywriter
    
Copied!

💻Code Examples

});

.txt
## Input Options

| Option | Values | Default | Description |
|--------|--------|---------|-------------|
| topic | any text | required | Video topic or theme |
| platform | douyin/xiaohongshu/kuaishou/bilibili | douyin | Target platform |
| tone | professional/casual/humor/heartwarming | casual | Writing style |
| length | short/medium/long | short | Copy length |

## Output Format

}

.txt
## Examples

### Xiaohongshu Product Review
example.ts
import { generateShortVideoCopy } from 'short-video-copywriter';

// Generate copy for Xiaohongshu
const result = await generateShortVideoCopy({
  topic: "职场穿搭",
  platform: "xiaohongshu",
  tone: "亲和",
  length: "short"
});
example.ts
{
  hook: "开头金句",
  body: "正文内容",
  hashtags: ["#标签1", "#标签2", "#标签3"],
  tips: "发布建议"
}
example.ts
Input: {
  topic: "平价面膜测评",
  platform: "xiaohongshu",
  tone: "亲和"
}

Output: {
  hook: "救命!30块的面膜竟然吊打大牌?!",
  body: "...",
  hashtags: ["#平价护肤", "#面膜测评", "#学生党"],
  tips: "建议晚8点发布,互动率更高"
}
example.ts
Input: {
  topic: "租房攻略",
  platform: "douyin",
  tone: "幽默"
}

Output: {
  hook: "租房血泪史!建议收藏!",
  body: "...",
  hashtags: ["#租房", "#避坑", "#租房攻略"],
  tips: "配合热门BGM效果更好"
}

Tags

#coding_agents-and-ides

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author user520512
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install short-video-copywriter