Vintage Poster Generator
v1.0.1AI vintage poster generator — create retro art prints, old-school travel posters, 1950s-1970s style illustrations, antique advertising art, and nostalgic wal...
⭐ 0· 60·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description, README, SKILL.md, and the JS code all point to the same behavior: send a text prompt (and optional reference UUID) to the Neta image API (api.talesofai.com) and return an image URL. The required inputs (an API token or CLI flag) and network calls match the stated purpose.
Instruction Scope
Runtime instructions are limited to running the included Node script with a prompt and a --token flag. The code only issues HTTP requests to api.talesofai.com and does not read local files, other environment variables, or attempt to exfiltrate unrelated data.
Install Mechanism
There is no install spec; this is effectively an instruction + script package. The README suggests npx/clawhub but nothing is downloaded by the skill at runtime and no archives or opaque URLs are used.
Credentials
The skill requires a Neta API token provided via the --token flag (documented in SKILL.md and README). The registry metadata lists no required environment variables, which is acceptable because the token is passed on the CLI rather than as an env var. The single token request is proportional to the functionality.
Persistence & Privilege
always is false and the package does not request persistent/automatic inclusion or modify other skills or system settings. The agent can invoke it autonomously (default), which is normal for skills, but there is no extra privilege requested.
Assessment
This skill appears coherent: it sends your prompt and the token you supply to api.talesofai.com to generate images. Before installing, verify you trust the upstream service (neta.art / api.talesofai.com) and avoid reusing any high‑privilege or long‑lived credentials as the token. You can also review the simple JS file (vintagepostergenerator.js) yourself (it is short and readable) or run it in an isolated environment. If you need stronger assurance, ask the publisher for a provenance/source URL or a published package on a trusted registry before using real credentials.Like a lobster shell, security has layers — review code before you run it.
latestvk973we8gyp3bywm21aag5gmyp583vq5e
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
