Polaroid Photo Generator
v1.0.0AI polaroid photo generator — create retro instant-film photos with authentic vintage color, film grain, and '70s–'80s aesthetic. Perfect for nostalgic portr...
⭐ 0· 61·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 claim an image-generation helper using the Neta API, and the code and README implement exactly that. Minor metadata mismatch: registry metadata lists no primary credential, but the runtime requires a Neta API token passed via --token (CLI or environment in examples). This is coherent but the metadata omission is worth noting.
Instruction Scope
SKILL.md instructs running the included Node script with a prompt and token; the script only performs network calls to the described API and prints the resulting image URL. It does not read unrelated files, system config, or other environment variables.
Install Mechanism
No install spec (instruction-only) and included code is a single small Node script; there are no downloads from unknown URLs or archive extraction steps. The provided npx/clawhub install hints refer to standard package installers.
Credentials
The script requires a single API token (passed via --token or examples using $NETA_TOKEN), which is appropriate for a remote image-generation service. Note: the registry declared no required env/primary credential even though a token is required at runtime; also passing secrets on the CLI can expose them in shell history or process listings — using an environment variable is safer.
Persistence & Privilege
The skill does not request permanent presence (always:false) and does not modify other skills or system settings. It runs as a one-off CLI tool that makes outbound API requests.
Assessment
This skill appears to do what it claims: it sends your prompt and a user-supplied Neta API token to api.talesofai.com and returns an image URL. Before installing or running, verify you trust the Neta service (api.talesofai.com / neta.art) and obtain a token from the official site. Prefer passing the token via an environment variable (as shown in README) rather than on the command line to avoid exposing it in process lists or shell history. If you need higher assurance, review the included polaroidphotogenerator.js yourself (it’s short and readable) to confirm it only makes the documented API calls and does not log/persist your token.Like a lobster shell, security has layers — review code before you run it.
latestvk97cs4xd01v08ga2ckws8syd5h83xm35
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
