← Back to Skills Marketplace
loutai0307-prog

Bytesagain Video Script Creator

by loutai0307-prog · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ Security Clean
116
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install bytesagain-video-script-creator
Description
Generate platform-optimized video scripts with hooks and timed segments. Use when scripting YouTube tutorials, creating TikTok content, planning Douyin video...
README (SKILL.md)

bytesagain-video-script-creator

Generate ready-to-film video scripts for YouTube, TikTok, Douyin, and Bilibili. Includes hooks, timed segments, camera directions, and platform-specific formatting.

Usage

bytesagain-video-script-creator youtube \x3Ctopic> [duration_min]
bytesagain-video-script-creator tiktok \x3Ctopic>
bytesagain-video-script-creator douyin \x3Ctopic>
bytesagain-video-script-creator bilibili \x3Ctopic> [duration_min]
bytesagain-video-script-creator hooks \x3Ctopic>
bytesagain-video-script-creator outline \x3Ctopic> [sections]

Commands

  • youtube — Full YouTube script with timed sections, B-roll notes, and CTA
  • tiktok — 30-60 second TikTok script with hook, content, and hashtags
  • douyin — 抖音竖屏短视频脚本,含钩子、干货和互动引导
  • bilibili — B站横屏视频脚本,含分P结构和三连引导
  • hooks — Generate 12 attention-grabbing hook variations for any topic
  • outline — Create a timed video outline with customizable section count

Examples

bytesagain-video-script-creator youtube "Python for beginners" 10
bytesagain-video-script-creator tiktok "morning routine"
bytesagain-video-script-creator douyin "减肥方法"
bytesagain-video-script-creator hooks "productivity tips"
bytesagain-video-script-creator outline "AI tools" 5

Requirements

  • bash
  • python3

When to Use

Use when planning video content, need a script framework fast, want platform-optimized structure, or generating hook ideas for any topic across multiple video platforms.

Usage Guidance
This skill appears to be what it says: a local template generator that requires only bash and python3 and does not exfiltrate data or require credentials. Before installing or running: (1) inspect/preview the included scripts (you already have them); (2) test the script in a safe environment — some commands reference an undefined mins variable in tiktok/douyin/hooks/outline which may cause errors; (3) if you plan to use the outline command, note the heredoc is single-quoted so shell variables won't expand (you may want to remove the single quotes around the EOF marker or pass values explicitly); and (4) run it with non-sensitive inputs first. If you want, I can show the exact lines to patch to fix the undefined-variable and heredoc issues.
Capability Assessment
Purpose & Capability
Name/description (video script generation) align with included files and declared requirements (bash, python3). No unrelated binaries, env vars, or external services are requested.
Instruction Scope
SKILL.md and the provided scripts only generate local text templates and print to stdout; they do not read system files, access network endpoints, or request secrets. However, the script has coding bugs (use of undefined bash variables like mins in several cmd_* functions and a heredoc quoting issue that prevents shell variable expansion for the outline command) which can lead to errors or unexpected failures.
Install Mechanism
No install spec; this is instruction-only plus a small shell script. Nothing is downloaded or written to disk during an install step by the registry metadata.
Credentials
No required environment variables or credentials are declared or read. The script sets and uses internal environment variables only for passing arguments to embedded Python snippets.
Persistence & Privilege
Skill does not request persistent presence (always: false) and does not modify other skills or system settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install bytesagain-video-script-creator
  3. After installation, invoke the skill by name or use /bytesagain-video-script-creator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Add YAML metadata: homepage, source, description with Use when
v1.0.2
Security fix: all user variables passed via env, no unquoted heredocs
v1.0.1
Fix: use quoted heredocs and env vars for safe variable passing
v1.0.0
Initial release with full functionality
Metadata
Slug bytesagain-video-script-creator
Version 1.0.3
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 4
Frequently Asked Questions

What is Bytesagain Video Script Creator?

Generate platform-optimized video scripts with hooks and timed segments. Use when scripting YouTube tutorials, creating TikTok content, planning Douyin video... It is an AI Agent Skill for Claude Code / OpenClaw, with 116 downloads so far.

How do I install Bytesagain Video Script Creator?

Run "/install bytesagain-video-script-creator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Bytesagain Video Script Creator free?

Yes, Bytesagain Video Script Creator is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Bytesagain Video Script Creator support?

Bytesagain Video Script Creator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Bytesagain Video Script Creator?

It is built and maintained by loutai0307-prog (@loutai0307-prog); the current version is v1.0.3.

💬 Comments