BookMorph Magic
v1.0.0Orchestrate book-to-content workflows to generate video, audio, cover images, and a manifest for episode or campaign packages.
⭐ 1· 187·1 current·1 all-time
by@oiioai
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description promise (book→video/audio/cover bundle and manifest) matches the included instructions and script: parsing episode identifiers, preparing output directories, copying supplied media, and writing a manifest. Nothing requested (no env vars, no binaries) is unrelated to that purpose.
Instruction Scope
SKILL.md confines runtime behavior to: parse episode text, invoke a local Python helper, run three adapter steps (book selector, longform generator, cover generator) supplied by the integrator, and bundle/copy local files into an output directory. The instructions do not direct reading of unrelated system files, environment variables, or sending data to external endpoints. The adapters themselves are external and must be provided by the user.
Install Mechanism
No install spec or remote downloads; this is instruction-only with one included Python script. Nothing is fetched from arbitrary URLs or installed into system locations.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The script operates on absolute file paths supplied at runtime — this is appropriate for a bundling/template utility.
Persistence & Privilege
The skill is not always-enabled, is user-invocable, does not change other skills' configuration, and does not request persistent agent-level privileges.
Assessment
This package is a local orchestration template: it expects you to wire your own adapters that produce media files, then call the included Python script to bundle them. Before installing or using it, check any adapters you wire in (or other skills you connect) for network access or credential usage, and avoid passing sensitive system paths to the bundle commands — the script will copy any absolute paths you supply into the episode directory. If you plan to run adapters from third parties, vet them separately because this template will happily package outputs they produce.Like a lobster shell, security has layers — review code before you run it.
latestvk97eqwjevtpe64rjkq5axqmnvn82q199
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
