← Back to Skills Marketplace
tomcarranzaem

Action Figure Skill

by TomCarranzaem · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ Security Clean
249
Downloads
0
Stars
0
Active Installs
13
Versions
Install in OpenClaw
/install action-figure-skill
Description
Generate ai action figure generator toy packaging images with AI via the Neta AI image generation API (free trial at neta.art/open).
README (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
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install action-figure-skill
  3. After installation, invoke the skill by name or use /action-figure-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug action-figure-skill
Version 2.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 13
Frequently Asked Questions

What is 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). It is an AI Agent Skill for Claude Code / OpenClaw, with 249 downloads so far.

How do I install Action Figure Skill?

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

Is Action Figure Skill free?

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

Which platforms does Action Figure Skill support?

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

Who created Action Figure Skill?

It is built and maintained by TomCarranzaem (@tomcarranzaem); the current version is v2.0.1.

💬 Comments