← 返回 Skills 市场
tomcarranzaem

Action Figure Skill

作者 TomCarranzaem · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ 安全检测通过
249
总下载
0
收藏
0
当前安装
13
版本数
在 OpenClaw 中安装
/install action-figure-skill
功能描述
Generate ai action figure generator toy packaging images with AI via the Neta AI image generation API (free trial at neta.art/open).
使用说明 (SKILL.md)

AI Action Figure Generator

Generate stunning ai action figure generator toy packaging 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 ai action figure generator toy packaging images.

Quick start

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

Options

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

Install

npx skills add TomCarranzaem/action-figure-skill
安全使用建议
This skill appears to be what it says: a small Node script that sends your prompt to the Neta/talesofai image API and prints an image URL. Before installing, consider: 1) Protect your NETA token — passing it on the command line (--token) can expose it via process lists or shell history; prefer a version of the script that reads process.env.NETA_TOKEN or export the token and invoke the script in a way that avoids leaking it. 2) The script transmits your prompt and any referenced image UUIDs to an external service (api.talesofai.com); don't include secrets or personal data in prompts. 3) The README and package.json declare NETA_TOKEN as required but the script currently requires the --token flag — you may need to pass the token explicitly. 4) Review the Neta/talesofai privacy and usage terms if you care about data retention or commercial use. Beyond the small token-handling inconsistency, there are no signs of scope creep or hidden behavior.
能力评估
Purpose & Capability
Name/description match the behavior: the script calls Neta/talesofai image endpoints and returns a direct image URL. No unrelated credentials, binaries, or system access are requested.
Instruction Scope
SKILL.md instructs running node actionfigure.js and mentions exporting NETA_TOKEN; the script performs only network calls to the image API and prints the image URL. Minor issue: the JS code only reads a --token flag and does not read process.env.NETA_TOKEN directly, so relying solely on exporting NETA_TOKEN without passing --token will fail unless the user passes it explicitly.
Install Mechanism
No install spec; this is effectively an instruction-only skill that ships a small Node script. No downloads from untrusted URLs or archive extraction are performed by the skill itself.
Credentials
Only a single API token (NETA_TOKEN) is declared in package.json and documented. The code, however, does not read the env var directly and expects --token; package.json declares the env var required while the runtime enforces a CLI flag — a minor inconsistency but not an overreach of privileges.
Persistence & Privilege
The skill does not request persistent presence (always:false), does not modify other skills or system configs, and does not require elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install action-figure-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /action-figure-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
- Updated documentation in README.md for improved clarity. - Minor package metadata adjustments in package.json. - No changes to core functionality.
v2.0.0
Version 2.0.0 of action-figure-skill - Updated README.md and package.json. - No changes to core features or usage documented.
v1.0.2
- Internal updates to actionfigure.js and package.json. - No changes to documentation or user-facing features.
v1.0.1
- Updated dependencies in package.json. - Minor improvements in actionfigure.js for reliability and performance.
v1.5.0
- Updated description to clarify use of the Neta AI image generation API and provide information on free trial access. - Added requirement for a Neta API token, with setup instructions and a link for obtaining a token. - Updated usage examples to reflect the new token requirement. - General documentation improvements for clarity and onboarding.
v1.4.0
**Added style customization and updated API for image generation.** - Introduced a new `--style` option to select image style (`anime`, `cinematic`, `realistic`). - Updated API reference to "Neta talesofai" in documentation. - README and SKILL.md improved with new usage instructions. - Package updated to version 1.4.0.
v1.3.0
- Updated to version 1.3.0. - Modified actionfigure.js. - Updated package.json. - No changes to usage, description, or documentation (SKILL.md remains the same).
v1.2.0
- Updated dependencies in package.json. - Minor code or documentation adjustments across README.md and actionfigure.js. - No major user-facing changes or new features in this release.
v1.1.0
- Updated dependencies in package.json. - Internal improvements in actionfigure.js for stability and performance.
v1.0.5
- Updated dependencies in package.json. - Minor code or documentation updates in README.md and actionfigure.js. - No major feature changes or new options added.
v1.0.4
**Neta API token support and updated description.** - Updated description for clarity and accuracy. - Added documentation on requiring a Neta API token, including instructions for setting it via environment variable or flag. - Provided relevant links to obtain a Neta API token. - No breaking changes to usage or options.
v1.0.3
- Updated dependencies in package.json. - Minor edits and clarifications made in README.md and other documentation files. - No changes to core functionality.
v1.0.0
- Initial release of action-figure-skill. - Instantly generate AI action figure toy packaging images from text descriptions. - Supports image size and style options: portrait, landscape, square, tall; anime, cinematic, realistic. - Powered by Neta talesofai API. - Quick start and installation instructions included.
元数据
Slug action-figure-skill
版本 2.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 13
常见问题

Action Figure Skill 是什么?

Generate ai action figure generator toy packaging images with AI via the Neta AI image generation API (free trial at neta.art/open). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 249 次。

如何安装 Action Figure Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install action-figure-skill」即可一键安装,无需额外配置。

Action Figure Skill 是免费的吗?

是的,Action Figure Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Action Figure Skill 支持哪些平台?

Action Figure Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Action Figure Skill?

由 TomCarranzaem(@tomcarranzaem)开发并维护,当前版本 v2.0.1。

💬 留言讨论