Comic Script
v2.0.1Draft comic storyboards with panels, dialogue, and scene pacing. Use when designing panels, writing dialogue, structuring comic chapters.
⭐ 1· 611·2 current·2 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The skill's stated purpose (comic storyboards: panels, dialogue, pacing) matches parts of the shipped code (scripts/comic.sh provides storyboard, character, dialogue, layout helpers). However SKILL.md also describes a more general content-marketing CLI (draft, seo, schedule, repurpose) and scripts/script.sh implements those commands. The mixed focus is incoherent (comic-specific plus generic content/SEO features) but not dangerous — it appears to be a combined toolkit rather than a misdirection. No unexpected credentials or binaries are requested.
Instruction Scope
The runtime instructions and scripts operate entirely locally: they print suggestions to stdout and log each command with a timestamp to a history file. The scripts reference and create a data directory ($COMIC_SCRIPT_DIR or XDG_DATA_HOME/$HOME/.local/share/comic-script) and write history.log; they do not contact remote endpoints or read other system configuration. Note: logging records every command and arguments (timestamped), which could capture sensitive input if the user passes secrets on the command line.
Install Mechanism
No install spec; the skill is instruction-only with two small scripts included. No network downloads, package installs, or archive extraction are performed by the skill itself.
Credentials
The skill requests no environment variables or credentials. It optionally honors COMIC_SCRIPT_DIR (to override storage location) and respects XDG_DATA_HOME/$HOME as typical. This is proportionate. As above, be aware history.log may capture any arguments passed to commands.
Persistence & Privilege
always:false and user-invocable:true (normal). The only persistent behavior is creating and writing its own data directory and history.log. The skill does not modify other skills or system-wide agent settings.
Assessment
This skill is coherent and runs entirely locally without asking for keys or contacting remote servers. Before installing, review the two small scripts (already included) and note that the tool creates a data directory (defaults to ~/.local/share/comic-script) and appends every command and its arguments to history.log. If you sometimes pass sensitive text on the command line, avoid doing so or set COMIC_SCRIPT_DIR to a directory you control and periodically delete or inspect history.log. If you want stricter isolation, run the scripts in a sandbox/container. Also note the documentation mixes comic-storyboard features and generic content/SEO commands — this is likely intentional but worth being aware of.Like a lobster shell, security has layers — review code before you run it.
latestvk97cew8jvwahxgh6fg939b8kes8359g7productivityvk972cw4mbp2z2x8nhdv45dhfyh82r1xs
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
