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· 58·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
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

License

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

Comments