Disposable Camera Photo Generator
PassAudited by ClawScan on Apr 30, 2026.
Overview
The skill is internally coherent: it implements a Node CLI that calls the Neta (api.talesofai.com) image API to generate disposable-camera style images and only requires an API token passed on the command line.
This skill appears to do what it says: it sends your prompt to the Neta API and returns an image URL. Before installing or running it: (1) confirm you trust the API host (api.talesofai.com / neta.art); (2) avoid passing your token on the command line on shared systems (use an env var, config file, or stdin) because CLI arguments can be visible in process listings; (3) review the small included JS file yourself (it only calls the Neta endpoints) and run in an isolated environment if you’re unsure; and (4) be cautious about sharing the API token (it grants usage on your account).
