Baoyu Comic
v1.91.0Knowledge comic creator supporting multiple art styles and tones. Creates original educational comics with detailed panel layouts and sequential image genera...
⭐ 0· 1.3k·43 current·43 all-time
byJim Liu 宝玉@jimliu
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (knowledge comic creator) match the content: many style/layout references, storyboard and character templates, and a helper script to merge pages to PDF. The only runtime requirement listed (bun or npx) is proportionate for running the TypeScript helper script.
Instruction Scope
SKILL.md instructs the agent to read files from the skill directory, generate many output files under comic/{topic-slug}/, and (during first-time setup) create an EXTEND.md preferences file either in the project (.baoyu-skills/) or the user home (~/.baoyu-skills/). These file reads/writes are reasonable for this tool but constitute persistent local changes and should be expected and reviewed.
Install Mechanism
There is no install spec or network download. The skill is instruction-only with one TypeScript script included. Runtime uses bun or npx to run the script; that is a normal, low-friction approach for packaging a small script.
Credentials
The skill requests no environment variables, no credentials, and no config paths beyond writing its own EXTEND.md preference file. Nothing asks for unrelated secrets or system credentials.
Persistence & Privilege
The skill will create and write EXTEND.md (project or user scope) and output files under comic/{topic-slug}/. always:false and no special privileges are requested. Persisting user preferences to ~/.baoyu-skills is expected but worth noting because it modifies user files.
Assessment
This skill appears internally consistent for generating comics. Before installing or running it: 1) Inspect scripts/merge-to-pdf.ts (the only executable code shipped) to confirm it does only PDF-related work and contains no unexpected network or file operations. 2) Be aware the skill will create a preferences file (EXTEND.md) either in the project or in your home directory — review its contents before keeping it. 3) The runtime may invoke bun or npx to run that TypeScript script; npx may fetch packages at runtime, so prefer to run in a controlled environment or inspect the exact command the agent will execute. 4) The skill doesn’t request API keys, but if you (or the agent) configure an external image-generation API elsewhere, verify where image data and prompts are sent. If you want less persistence, choose the project-scoped save location rather than the user-global path.Like a lobster shell, security has layers — review code before you run it.
latestvk97ebvrs4vvf1ence8wnjmqn0184ca2g
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
Any binbun, npx
