Skill flagged — suspicious patterns detected

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

Video Script Creator

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

MIT-0 · Free to use, modify, and redistribute. No attribution required.
2 · 632 · 8 current installs · 8 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the included scripts and templates. The bundled Python and shell helpers implement the advertised features (hooks, outlines, thumbnails, shot lists). Minor inconsistency: SKILL.md states saved scripts live under ~/.video-scripts/, but the shipped scripts default to XDG_DATA_HOME or ~/.local/share/video-script-creator (or $VIDEO_SCRIPT_DIR if set). This is a documentation mismatch, not evidence of hidden functionality.
Instruction Scope
Runtime instructions and included scripts operate locally and generate text outputs. They create and read files under a per-user data directory (VIDEO_SCRIPT_DIR / XDG_DATA_HOME / $HOME), log history to history.log, and provide save/list/show/export commands. No instructions attempt to read unrelated system files, environment secrets, or contact external endpoints. The save/list operations will access the user's data directory and filesystem as expected.
Install Mechanism
No install spec is provided (instruction-only plus included scripts). Nothing is downloaded at install time and no remote archives or URLs are used. The included scripts are plaintext and contained in the package.
Credentials
The skill requests no environment variables or credentials. It optionally respects VIDEO_SCRIPT_DIR and XDG_DATA_HOME environment variables to control where files are stored — this is appropriate for a local data-writing CLI tool.
Persistence & Privilege
The skill does persist data locally (creates a data directory, saves scripts, and appends to history.log). always is false and the skill does not modify other skills or system-wide agent settings. Users should be aware of local file writes to their home/XDG data directory.
Assessment
This skill appears to be a straightforward local CLI tool for generating video scripts. Before installing, consider: (1) It will create a data directory and save files/history logs in $VIDEO_SCRIPT_DIR or XDG_DATA_HOME (defaults to ~/.local/share/video-script-creator) — if you prefer a different location set VIDEO_SCRIPT_DIR. (2) SKILL.md's stated default (~/.video-scripts/) doesn't match the scripts' default; check where files actually land and clean up if needed. (3) No network calls or credentials are used, so it doesn't exfiltrate secrets, but it will write content you generate to disk — avoid saving sensitive info. (4) The code has a couple of minor bugs/inconsistencies (e.g., the 'script' command is routed to the outline handler in script.sh) but nothing malicious. If you need higher assurance, review the three included files (scripts/_engine.py, scripts/script.sh, scripts/video.sh) locally before use.

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

Current versionv3.0.0
Download zip
chinesevk978pdp3bemf7fv5d9zphhyren82ms8ycontentvk978pdp3bemf7fv5d9zphhyren82ms8ylatestvk97d5h3rgzttadb24z34254mvx837skcproductivityvk973nrkv4qqfpasqtnw8jgcybh82mypavideovk978pdp3bemf7fv5d9zphhyren82ms8y

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

video-script-creator

CLI toolkit for generating video scripts, hooks, outlines, intros, CTAs, thumbnails, and shot lists for short-form and long-form video content.

Commands

outline

Generate a video script outline with intro, key points, and outro structure.

scripts/script.sh outline "如何3分钟做一杯手冲咖啡" --platform douyin --duration 60

hook

Generate attention-grabbing opening hooks for a topic.

scripts/script.sh hook "租房避坑指南"

intro

Generate a video introduction with platform-specific format tips.

scripts/script.sh intro "Python入门教程"

cta

Generate call-to-action endings (subscribe, like, comment prompts).

scripts/script.sh cta "健身教程"

outro

Generate video outro with summary, teaser, and engagement prompts.

scripts/script.sh outro "投资理财入门"

script

Generate a full video script (combines outline with detailed talking points).

scripts/script.sh script "如何提高工作效率"

timeline

Generate a timeline breakdown for a video by duration.

scripts/script.sh timeline "产品开箱" --duration 120

brief

Generate a production brief with platform specs, target audience, and key messages.

scripts/script.sh brief "美食探店"

thumbnail

Generate thumbnail concept ideas with text overlay suggestions.

scripts/script.sh thumbnail "Python教程"

shotlist

Generate a shot list for video production.

scripts/script.sh shotlist "旅行vlog"

save

Save a generated script to local library.

scripts/script.sh save "my-first-video" "Script content here"

show

Display a saved script.

scripts/script.sh show "my-first-video"

list

List all saved scripts.

scripts/script.sh list

export

Export saved scripts.

scripts/script.sh export txt

stats

Show usage statistics.

scripts/script.sh stats

Examples

# Quick workflow for a Douyin video
scripts/script.sh hook "租房避坑指南"
scripts/script.sh outline "租房避坑指南" --platform douyin --duration 60
scripts/script.sh cta "租房避坑指南"

# Full production prep for YouTube
scripts/script.sh brief "Python教程"
scripts/script.sh script "Python教程"
scripts/script.sh timeline "Python教程" --duration 600
scripts/script.sh thumbnail "Python教程"
scripts/script.sh shotlist "Python教程"

Configuration

VariableRequiredDescription
VIDEO_SCRIPT_DIRNoData directory (default: ~/.video-scripts/)

Data Storage

All scripts saved in ~/.video-scripts/:

  • scripts/ — Saved video scripts
  • history.log — Generation history

Requirements

  • bash 4.0+
  • Standard Unix tools

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Files

6 total
Select a file
Select a file to preview.

Comments

Loading comments…