Book Cover Generator

v1.0.0

AI book cover generator for indie authors and self-publishers — create stunning KDP book covers, novel cover art, ebook covers, and Kindle cover designs usin...

0· 94·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 promise (AI book cover generation) matches the included code and README: the script submits prompts to an image-generation API (api.talesofai.com / 'Neta') and returns an image URL. The API endpoint used (api.talesofai.com) is referenced in README and code; SKILL.md calls it 'Neta' (neta.art/open) which the README explains as the same service.
Instruction Scope
SKILL.md tells the user to run the shipped Node script with a token flag; the script only reads CLI args, sends the prompt and optional reference UUID to the remote image API, and polls for a result. That scope is appropriate for the described purpose, but be aware: your prompt text (and any reference UUID) is transmitted to the external service — do not include secrets or private data in prompts.
Install Mechanism
No install spec or external downloads; installing the skill will add the provided source files (bookcovergenerator.js, README, SKILL.md, package.json). There are no external installers or archive downloads invoked by the skill itself.
Credentials
No environment variables or unrelated credentials are requested. The script requires a single API token, passed via the --token CLI flag (as described). That credential is proportional to the stated function.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and contains no code that persists or elevates privileges. It only issues outbound HTTPS requests to the image API.
Assessment
This skill appears coherent and implements exactly what it claims: it sends your text prompt (and optional reference UUID) to an external image-generation API and prints a result URL. Before installing: (1) verify you trust the API/service (api.talesofai.com / neta.art) and that your token is valid for it; (2) never include passwords, private data, or proprietary manuscript text you don't want shared in the prompt; (3) if you care about licensing or copyright implications for generated art, check the API's terms; (4) since the source is bundled, you can review bookcovergenerator.js locally before running to confirm behavior; and (5) avoid using a high-privilege token — use a dedicated API token with limited scope if possible.

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

latestvk97ew8tdzwv1xcckh8gq65g6kn842h96

License

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

Comments