← Back to Skills Marketplace
omactiengartelle

Furry Art Skill

by omactiengartelle · GitHub ↗ · v1.6.4 · MIT-0
cross-platform ✓ Security Clean
202
Downloads
0
Stars
0
Active Installs
13
Versions
Install in OpenClaw
/install furry-art-skill
Description
Generate furry art generator ai images with AI via the Neta AI image generation API (free trial at neta.art/open).
README (SKILL.md)

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 \x3Chttps://www.neta.art/open/>.

export NETA_TOKEN=your_token_here
node \x3Cscript> "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
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install furry-art-skill
  3. After installation, invoke the skill by name or use /furry-art-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.6.4
- Updated package metadata and documentation. - README.md and package.json modified; no functional changes to the skill itself.
v1.6.3
Version 1.6.3 - Updated README.md and package.json files. - No feature or usage changes in this release.
v1.6.2
- Updated package.json with dependency or metadata changes. - No changes to documentation or feature set.
v1.6.1
- Dependency version updated in package.json. - Minor internal updates to furryart.js; no changes to user-facing features or documentation.
v1.6.0
- Added requirement and setup instructions for a Neta API token, including a free trial link. - Updated description to clarify the use of the Neta AI image generation API. - Improved documentation for running the skill with the required token parameter.
v1.5.0
furry-art-skill v1.5.0 - Added new `--style` option to choose between anime, cinematic, and realistic art styles (default: anime). - Updated API description to reflect use of the "Neta talesofai API". - Streamlined documentation and removed outdated token instructions.
v1.4.0
- Updated dependencies in package.json for improved stability and compatibility. - No user-facing changes or feature updates in this release.
v1.3.0
Version 1.3.0 of furry-art-skill - No detectable file or documentation changes in this release.
v1.2.0
- Added support for version 1.2.0. - Updated internal files and dependencies. - No breaking changes to usage or functionality.
v1.1.0
- Added support for version 1.1.0 in package.json. - Minor internal updates in furryart.js. - No changes to usage, documentation, or interface.
v1.0.2
- Maintenance update: no user-facing changes. - Internal files updated with no impact on usage or functionality.
v1.0.1
Version 1.0.1 - Updated description for improved clarity and accuracy. - Added requirement and instructions for setting the Neta API token (NETA_TOKEN env var or --token flag). - Provided relevant API token signup links for global and China users. - Removed `--style` option from the listed options.
v1.0.0
Furry Art Generator skill initial release: - Generate furry art images from text descriptions using the Neta talesofai API. - Supports image options: size (`portrait`, `landscape`, `square`, `tall`) and style (`anime`, `cinematic`, `realistic`). - Returns a direct image URL instantly. - Simple CLI usage with Node.js.
Metadata
Slug furry-art-skill
Version 1.6.4
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 13
Frequently Asked Questions

What is Furry Art Skill?

Generate furry art generator ai images with AI via the Neta AI image generation API (free trial at neta.art/open). It is an AI Agent Skill for Claude Code / OpenClaw, with 202 downloads so far.

How do I install Furry Art Skill?

Run "/install furry-art-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Furry Art Skill free?

Yes, Furry Art Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Furry Art Skill support?

Furry Art Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Furry Art Skill?

It is built and maintained by omactiengartelle (@omactiengartelle); the current version is v1.6.4.

💬 Comments