Comic Panel Generator

v1.0.0

Generate AI comic book panels, manga strips, and graphic novel art from text descriptions. Create anime-style comic illustrations, webcomic frames, storyboar...

0· 106·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description, README, SKILL.md, and the JS script all describe and implement an image-generation client that calls api.talesofai.com (Neta). Required inputs are limited to a user-provided API token and a text prompt, which are proportional to the stated purpose.
Instruction Scope
Runtime instructions only tell the agent/user to run the node script with a --token and prompt. The included script only sends requests to the image API, polls for job completion, and prints the returned image URL. It does not read local files, other env vars, or system config.
Install Mechanism
No install spec or external downloads are present; this is an instruction-only skill with a small included Node script. Nothing in the package writes arbitrary installers or fetches remote archives.
Credentials
No platform secrets or system credentials are requested. The skill requires an API token for the remote image service (passed via --token), which is expected and proportionate for this functionality.
Persistence & Privilege
The skill is not always-enabled, does not modify other skills or system-wide settings, and contains no self-persisting installation behavior.
Assessment
This skill appears coherent and implements a simple client that sends your prompt and a supplied API token to the Neta/TalesOfAI image API (api.talesofai.com). Before using it, consider: (1) any prompts and imagery you send will go to the remote service—do not include secrets in prompts; (2) only use a token from a trusted account and rotate it if you suspect compromise; (3) review the included comicpanelgenerator.js yourself before running; (4) be aware of copyright/terms-of-service and moderation policies of the image API when generating artwork. If you need higher assurance, run the script in an isolated environment or proxy the requests and inspect traffic to confirm it only communicates with the documented API endpoints.

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

latestvk97e6937c7v8pcf9bks2q1zav98439xk

License

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

Comments