← Back to Skills Marketplace
dzxiatian-crypto

Douyin Short Video Factory

by dzxiatian-crypto · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
165
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install douyin-short-video-factory
Description
Create Douyin (抖音) short videos end-to-end: AI image generation, video prompt creation, frame extraction, and hashtag optimization. Integrates with Douyin's...
README (SKILL.md)

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

Usage Guidance
This skill looks like a set of helper snippets, not a complete Douyin connector. Before installing, ask the author for: (1) the implementation of the 'mcporter' tool and the 'douyin' module referenced in examples; (2) how authentication to Douyin is handled (what credentials, where stored, and why they aren't declared); and (3) a source/homepage or repository so you can inspect code. Treat it as non-functional until those questions are answered. Do not provide Douyin or other platform credentials to the skill unless you can verify the code and hosting. If you must experiment, run it in an isolated environment and avoid granting any secrets or broad agent/system access.
Capability Analysis
Type: OpenClaw Skill Name: douyin-short-video-factory Version: 1.0.0 The skill bundle provides standard utility functions for Douyin video metadata analysis, hashtag generation, and virality scoring. The code logic in SKILL.md is transparent and aligned with the stated purpose of short video content creation, with no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
The skill claims end-to-end integration with Douyin's ecosystem but declares no required environment variables, credentials, or install steps. The SKILL.md shows example runtime calls to 'mcporter' and functions like 'douyin.parse_douyin_video_info' that are not supplied or documented, so it's unclear how the claimed integration would actually work.
Instruction Scope
Instructions are narrowly scoped to parsing, generating tags, and scoring virality and include concrete code snippets. However, the usage examples call an external tool ('mcporter') and an external module ('douyin') without explaining what those components are or how the agent obtains permission to use them. The instructions do not direct the agent to read unrelated files or secrets.
Install Mechanism
There is no install spec and no files beyond SKILL.md, so nothing is written to disk by the skill itself. This lowers risk but also contributes to the functional gaps (no connector code provided).
Credentials
No credentials, API keys, or config paths are requested, yet the skill purports to integrate with Douyin (a third-party platform that normally requires tokens or authenticated endpoints). The absence of any declared auth mechanism or required env vars is inconsistent with the stated purpose.
Persistence & Privilege
The skill does not request always:true and has no install actions that would persist or modify agent/system configuration. Default autonomous invocation is allowed (platform default) but not combined with other privilege-escalating signals.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install douyin-short-video-factory
  3. After installation, invoke the skill by name or use /douyin-short-video-factory
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Douyin Short Video Factory. - Create Douyin short videos end-to-end, including AI image generation and video prompt building. - Extract video frames and optimize Douyin hashtags automatically. - Integrates with Douyin’s ecosystem for content sharing. - Includes sample scripts for video parsing, tag generation, and virality scoring. - Supports keywords: “抖音视频”, “douyin”, “短视频创作”, “short video factory”.
Metadata
Slug douyin-short-video-factory
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments