Furry Art Skill

v1.6.4

Generate furry art generator ai images with AI via the Neta AI image generation API (free trial at neta.art/open).

0· 119·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description, README, SKILL.md and the code all indicate the same purpose: submit a text prompt to the Neta / talesofai image API and return an image URL. The network endpoints used (api.talesofai.com and CDN URLs under talesofai) are consistent with the declared provider.
Instruction Scope
Runtime instructions and the script focus only on prompt submission, polling the task status, and printing the resulting image URL. The files do not attempt to read unrelated system files, secrets, or send data to third-party endpoints outside the stated API/CDN domains.
Install Mechanism
There is no install spec and no archives or external downloads; the package is delivered as source files and intended to be run directly (npx/clawhub install references are documentation only). This is the lowest-risk install profile.
Credentials
The skill legitimately requires a Neta API token. Minor inconsistency: registry metadata reported no required env vars, package.json declares NETA_TOKEN required, and SKILL.md shows exporting NETA_TOKEN, but the script itself only reads a --token CLI argument (it does not directly read process.env.NETA_TOKEN). This is a documentation/implementation mismatch but not a sign of unrelated credential requests.
Persistence & Privilege
The skill does not request permanent or always-included presence (always:false). It does not modify other skills or system configs and has no special privileges.
Assessment
This skill appears to do what it claims: it sends your prompt and the provided API token to the Neta / talesofai service and returns an image URL. Before installing: (1) Confirm you're comfortable sharing prompts and any reference image UUIDs with that remote service (these are sent to api.talesofai.com). (2) Supply a valid Neta token when running (either pass --token TOKEN or ensure your tooling forwards NETA_TOKEN into the script invocation). (3) Note the small doc mismatch: package.json advertises NETA_TOKEN as required but the script only accepts --token, so if you rely on an environment variable make sure you pass it as --token "$NETA_TOKEN". (4) If you require strict privacy, review the provider's privacy/terms and consider using an account/token with limited scope. Otherwise the code contains no other surprises.

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

latestvk979aqft774ye6ygh5qmk8wrm583pm31

License

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

Comments