Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

短视频脚本创作

v1.0.0

Short video script generator. 短视频脚本生成器、视频脚本、抖音文案、抖音脚本、快手脚本、口播稿、视频拍摄脚本、YouTube脚本、YouTube Shorts脚本、B站脚本、bilibili脚本、分镜脚本、视频大纲、视频文案、短视频创作、Reels脚本、TikTok脚本、vlog脚本...

1· 90·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for admirobot/tvdr-video-script.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "短视频脚本创作" (admirobot/tvdr-video-script) from ClawHub.
Skill page: https://clawhub.ai/admirobot/tvdr-video-script
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install tvdr-video-script

ClawHub CLI

Package manager switcher

npx clawhub@latest install tvdr-video-script
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (短视频脚本创作) match the shipped files and commands: Python and Bash templates generate hooks, titles, outlines, storyboards, and examples. No unrelated credentials, cloud SDKs, or unexpected binaries are required.
Instruction Scope
SKILL.md directs the agent to run local scripts (scripts/video-script.sh etc.) and the code only prints/generates script text. The runtime instructions and code do write/read files under a dedicated data directory but do not access system secrets or external endpoints.
Install Mechanism
No install spec or remote downloads. The skill is instruction‑plus‑script only; code executes locally (Python3 and Bash). No network installs or archive extraction are present.
Credentials
No required environment variables or credentials. Scripts accept an optional VIDEO_SCRIPT_DIR env var to change their data directory (reasonable for a tool that saves scripts). No SECRET/TOKEN/KEY requests are present.
Persistence & Privilege
The scripts create and use a local data directory (default: $XDG_DATA_HOME or $HOME/.local/share/video-script-creator), saving scripts and appending history.log. This is expected for a content‑creation tool but does create persistent files in the user's home area.
Assessment
This skill appears to do what it claims: generate short‑video scripts from local templates. Before installing/running: (1) verify you are comfortable with the tool creating files under $XDG_DATA_HOME or ~/.local/share/video-script-creator (saved scripts and history.log); (2) confirm python3 and bash are available; (3) inspect the shipped scripts (they are short and readable) if you want to be extra cautious; (4) no network calls or secrets are requested, so there is no obvious exfiltration risk. If you need zero persistence, run the scripts from a disposable environment or set VIDEO_SCRIPT_DIR to a location you control (like a temporary folder).

Like a lobster shell, security has layers — review code before you run it.

latestvk979qn1wv02p730zjqrcjn1pxd845mvq
90downloads
1stars
1versions
Updated 3w ago
v1.0.0
MIT-0

video-script-creator

短视频脚本生成器,支持抖音/快手/YouTube Shorts/B站等主流短视频平台。

为什么用这个 Skill? / Why This Skill?

  • 平台适配:针对抖音、快手、YouTube、B站各平台调性生成不同风格脚本,不是通用模板
  • 完整分镜:不只是文字,还有画面提示、运镜建议、BGM标注
  • 前3秒钩子:专门优化开场,提升完播率
  • Compared to asking AI directly: structured output with platform-specific formatting, shot directions, and hook optimization built-in

Description

生成短视频脚本、分镜提示、口播稿、爆款标题、标签推荐、开场钩子、结尾互动引导(CTA)等内容。纯本地模板生成,不依赖外部API。

Use when:

  1. 需要生成短视频完整脚本(开场-主体-结尾+分镜提示)
  2. 生成短视频开场钩子(前3秒留人)
  3. 生成短视频爆款标题
  4. 生成视频大纲/结构
  5. 生成结尾引导互动文案(CTA)
  6. 查看当前热门视频类型和方向
  7. 任何与短视频脚本创作相关的任务

Supported platforms: 抖音 (douyin)、快手 (kuaishou)、YouTube Shorts (youtube)、B站 (bilibili)

Commands

Run via bash <skill_dir>/scripts/video-script.sh <command> [args]

CommandDescription
script "主题" [--platform douyin|kuaishou|youtube|bilibili] [--duration 30|60|90]生成完整脚本(开场-主体-结尾+分镜提示)
hook "主题"生成5个开场钩子(前3秒留人)
title "主题"生成5个爆款标题
outline "主题"生成视频大纲
cta "主题"生成结尾引导互动文案
storyboard "主题" [--platform X] [--duration N]完整分镜脚本(画面+旁白+字幕+BGM)
hook "主题"生成10个不同风格的前3秒开头钩子
series "主题" "集数"系列视频规划(每集主题+大纲)
review "数据"视频数据复盘(完播率、互动率分析建议)
trending热门视频类型/方向
help显示帮助信息

Examples

# 生成抖音60秒脚本
bash scripts/video-script.sh script "如何3分钟做一杯手冲咖啡" --platform douyin --duration 60

# 生成开场钩子
bash scripts/video-script.sh hook "租房避坑指南"

# 生成爆款标题
bash scripts/video-script.sh title "健身新手入门"

# 生成视频大纲
bash scripts/video-script.sh outline "Python学习路线"

# 生成CTA结尾
bash scripts/video-script.sh cta "旅行vlog"

# 查看热门方向
bash scripts/video-script.sh trending

New Commands

# 完整分镜脚本(画面+旁白+字幕+BGM)
bash scripts/video-script.sh storyboard "产品开箱" --platform bilibili --duration 90

# 10个不同风格的前3秒钩子
bash scripts/video-script.sh hook "理财入门"

# 系列视频规划
bash scripts/video-script.sh series "Python教程" 8

# 视频数据复盘
bash scripts/video-script.sh review "播放量:5000,点赞:200,评论:30,转发:15,完播率:28%"

See also: examples.md for 10 complete video script examples across different categories.

Requirements

  • bash
  • python3 (>= 3.6)
  • 无需外部API

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

Comments

Loading comments...