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· 198·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for omactiengartelle/furry-art-skill.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Furry Art Skill" (omactiengartelle/furry-art-skill) from ClawHub.
Skill page: https://clawhub.ai/omactiengartelle/furry-art-skill
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install furry-art-skill

ClawHub CLI

Package manager switcher

npx clawhub@latest install furry-art-skill
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
198downloads
0stars
13versions
Updated 1mo ago
v1.6.4
MIT-0

Furry Art Generator

Generate stunning furry art generator ai images from a text description. Get back a direct image URL instantly.

Token

Requires a Neta API token. Free trial available at https://www.neta.art/open/.

export NETA_TOKEN=your_token_here
node <script> "your prompt" --token "$NETA_TOKEN"

When to use

Use when someone asks to generate or create furry art generator images.

Quick start

node furryart.js "your description here" --token YOUR_TOKEN

Options

  • --sizeportrait, landscape, square, tall (default: square)
  • --styleanime, cinematic, realistic (default: anime)

Install

npx skills add omactiengartelle/furry-art-skill

Comments

Loading comments...