← 返回 Skills 市场
dzxiatian-crypto

Douyin Short Video Factory

作者 dzxiatian-crypto · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
165
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install douyin-short-video-factory
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /douyin-short-video-factory 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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”.
元数据
Slug douyin-short-video-factory
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 165 次。

如何安装 Douyin Short Video Factory?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install douyin-short-video-factory」即可一键安装,无需额外配置。

Douyin Short Video Factory 是免费的吗?

是的,Douyin Short Video Factory 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Douyin Short Video Factory 支持哪些平台?

Douyin Short Video Factory 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Douyin Short Video Factory?

由 dzxiatian-crypto(@dzxiatian-crypto)开发并维护,当前版本 v1.0.0。

💬 留言讨论