← 返回 Skills 市场
Furry Art Skill
作者
omactiengartelle
· GitHub ↗
· v1.6.4
· MIT-0
202
总下载
0
收藏
0
当前安装
13
版本数
在 OpenClaw 中安装
/install furry-art-skill
功能描述
Generate furry art generator ai images with AI via the Neta AI image generation API (free trial at neta.art/open).
使用说明 (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
--size—portrait,landscape,square,tall(default:square)--style—anime,cinematic,realistic(default:anime)
Install
npx skills add omactiengartelle/furry-art-skill
安全使用建议
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install furry-art-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/furry-art-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Furry Art Skill 是什么?
Generate furry art generator ai images with AI via the Neta AI image generation API (free trial at neta.art/open). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 202 次。
如何安装 Furry Art Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install furry-art-skill」即可一键安装,无需额外配置。
Furry Art Skill 是免费的吗?
是的,Furry Art Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Furry Art Skill 支持哪些平台?
Furry Art Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Furry Art Skill?
由 omactiengartelle(@omactiengartelle)开发并维护,当前版本 v1.6.4。
推荐 Skills