Douyin Short Video Factory
/install douyin-short-video-factory
Douyin Short Video Factory
End-to-end Douyin (抖音) short video creation: AI image generation, video prompt engineering, frame extraction, and hashtag optimization.
Usage
Parse Douyin Video
mcporter call 'douyin.parse_douyin_video_info(share_link: "https://v.douyin.com/xxx/")'
mcporter call 'douyin.get_douyin_download_link(share_link: "https://v.douyin.com/xxx/")'
Generate Douyin Hashtags
def generate_douyin_tags(topic, categories):
hot = ["#抖音", "#热门", "#推荐", "#fyp", "#viral"]
niche = [f"#{c}" for c in categories[:3]]
return f"#{topic} " + " ".join(hot + niche)
Virality Scoring
def score_douyin_virality(meta):
score = min(30, meta.get("digg_count", 0) // 10000)
score += min(30, meta.get("comment_count", 0) // 1000)
duration = meta.get("duration", 0)
if 15 \x3C= duration \x3C= 30: score += 20
elif 30 \x3C= duration \x3C= 60: score += 15
return min(100, score)
Tags
douyin 抖音 video short-video chinese-platform content-creation ai-video
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install douyin-short-video-factory - After installation, invoke the skill by name or use
/douyin-short-video-factory - Provide required inputs per the skill's parameter spec and get structured output
What is Douyin Short Video Factory?
Create Douyin (抖音) short videos end-to-end: AI image generation, video prompt creation, frame extraction, and hashtag optimization. Integrates with Douyin's... It is an AI Agent Skill for Claude Code / OpenClaw, with 165 downloads so far.
How do I install Douyin Short Video Factory?
Run "/install douyin-short-video-factory" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Douyin Short Video Factory free?
Yes, Douyin Short Video Factory is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Douyin Short Video Factory support?
Douyin Short Video Factory is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Douyin Short Video Factory?
It is built and maintained by dzxiatian-crypto (@dzxiatian-crypto); the current version is v1.0.0.