Bytesagain Video Script Creator

v1.0.3

Generate platform-optimized video scripts with hooks and timed segments. Use when scripting YouTube tutorials, creating TikTok content, planning Douyin video...

0· 120·1 current·1 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 loutai0307-prog/bytesagain-video-script-creator.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Bytesagain Video Script Creator" (loutai0307-prog/bytesagain-video-script-creator) from ClawHub.
Skill page: https://clawhub.ai/loutai0307-prog/bytesagain-video-script-creator
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 bytesagain-video-script-creator

ClawHub CLI

Package manager switcher

npx clawhub@latest install bytesagain-video-script-creator
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

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

latestvk97803cp1y98xwjjsfnwsa31ks83td0m
120downloads
0stars
4versions
Updated 1mo ago
v1.0.3
MIT-0

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 <topic> [duration_min]
bytesagain-video-script-creator tiktok <topic>
bytesagain-video-script-creator douyin <topic>
bytesagain-video-script-creator bilibili <topic> [duration_min]
bytesagain-video-script-creator hooks <topic>
bytesagain-video-script-creator outline <topic> [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.

Comments

Loading comments...