小强视频文案生成器

v1.0.0

AI-powered short video script generator. Input a video topic/title, get complete matching content: viral titles, opening hooks, interactive comments, hashtag...

0· 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 sysxccl092/xiaoqiang-script-gen.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "小强视频文案生成器" (sysxccl092/xiaoqiang-script-gen) from ClawHub.
Skill page: https://clawhub.ai/sysxccl092/xiaoqiang-script-gen
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 xiaoqiang-script-gen

ClawHub CLI

Package manager switcher

npx clawhub@latest install xiaoqiang-script-gen
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (short-video script generator) match the provided CLI and SKILL.md. The code implements template-based generation for titles, hooks, comments, and hashtags and does not require unrelated credentials, binaries, or services.
Instruction Scope
SKILL.md instructs running the included cli.js with arguments; the CLI source implements only in-memory template generation and printing. It does not read arbitrary system files, access environment variables, or send data to external endpoints. (Minor note: the source requires child_process.spawn but never uses it — likely leftover, not active behavior.)
Install Mechanism
No install spec is provided and the package has no external dependencies (package.json lists no dependencies). There are no downloads or archive extraction steps. Risk from installation is minimal.
Credentials
The skill declares no required environment variables, no primary credential, and the runtime code does not read process.env. No secret or unrelated credential access is requested or implied.
Persistence & Privilege
always is false; the skill does not request persistent system-wide changes or modify other skills. It is a standalone CLI with no autonomy or elevated persistence requirements.
Assessment
This skill appears low-risk and does what it advertises: local, template-based generation of short-video copy. If you plan to install/run it: (1) confirm you run it in a Node.js environment you control, (2) review the small cli.js before execution (it’s readable and contains no networking or env access), and (3) be aware the package is not from a known author or homepage — treat it like any third-party script (run in a sandbox if you need stronger isolation). The unused child_process import is likely harmless but you can remove it or ask the author for a clean release.

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

Runtime requirements

🎬 Clawdis
latestvk97er7hcg2r0w7mh7p7rw18vyd84c3qm
90downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

video-script-generator — AI短视频文案生成器 🎬

Generate complete short video content packages in seconds. No API keys, no external dependencies — pure template-based generation.

Usage

Full Package Generation

# Generate everything: titles + hook + comments + hashtags
node cli.js "职场干货"
node cli.js "职场干货" --style 搞笑 --platform 抖音

Individual Content Types

# Only viral titles
node cli.js titles "职场干货"

# Only opening hook
node cli.js hook "职场干货" --duration 15

# Only hashtags
node cli.js hashtags "职场干货" --platform 快手

# Only comment templates  
node cli.js comments "职场干货"

Parameters

ParameterValuesDefaultDescription
--style实用/搞笑/情感/知识实用Content style
--platform抖音/快手/视频号/B站抖音Target platform
--duration15/30/6030Video duration (seconds)
--jsonflagfalseJSON output format

Output Example

🎬 视频主题:职场干货

📌 爆款标题(5条)
1. 领导绝对不会告诉你的职场潜规则
2. 同事不会教你的3个职场生存技巧
3. 为什么你努力工作却不被提拔?
4. 职场新人必须知道的5件事
5. 离职前一定要想清楚的3个问题

🎙️ 开头话术(15秒)
"你知道吗?职场里90%的人都踩过这个坑...
不是能力不行,是没人告诉你...
今天这条视频,我用3分钟帮你避坑。"

💬 评论区互动话术
- "你觉得职场最重要的是什么?评论区聊聊"
- "踩过这个坑的点个赞"
- "关注我,每天分享职场干货"

#标签
#职场 #职场干货 #职场技巧 #职场生存 #加薪 #升职 #打工人 #职场女性 #职场男性 #自我提升

Styles

  • 实用 — Tips, how-tos, tutorials
  • 搞笑 — Humorous, relatable content
  • 情感 — Emotional, storytelling
  • 知识 — Educational, in-depth explanations

Platforms

  • 抖音 — Maximum hashtags, trendy language
  • 快手 — More casual, community-focused
  • 视频号 — WeChat ecosystem friendly
  • B站 — Longer form, detailed content

Why This Skill?

Zero cost — No API keys needed ✅ Instant results — Generate in milliseconds
Multi-format — Titles, hooks, comments, hashtags ✅ Platform optimized — Different styles per platform

Technical Details

  • Pure Node.js, no external dependencies
  • Template-based generation with randomization
  • Single file CLI (cli.js)
  • ~6KB total size

Roadmap (v1.1+)

  • More template variations per style
  • Batch generation mode
  • Custom template support
  • Viral score prediction

Part of the AI Content Creator Suite License: MIT — Free to use, modify, and distribute

Comments

Loading comments...