← Back to Skills Marketplace
tomcarranzaem

Chibi Gen Skill

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

Chibi Character Generator

Generate stunning chibi character 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 chibi character generator images.

Quick start

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

Options

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

Install

npx skills add TomCarranzaem/chibi-gen-skill
Usage Guidance
This skill appears to do what it says: it sends your prompt and a single NETA_TOKEN to api.talesofai.com and prints back an image URL. Before installing: (1) Confirm you trust the Neta/TalesOfAI service and the domain api.talesofai.com; (2) Treat your NETA_TOKEN like any API secret — don't reuse a high-privilege token or share it publicly; (3) Note the registry metadata omitted the required env var — expect to provide NETA_TOKEN via --token or environment; (4) If you need extra assurance, review chibigen.js locally (it is short and readable) to verify no other data is collected; (5) If you are concerned about leakage of prompts, remember prompts are sent to the third-party API as part of normal operation.
Capability Assessment
Purpose & Capability
The name/description claim image generation via the Neta API and the code (chibigen.js), README, and SKILL.md all call the same API endpoints (api.talesofai.com). This is coherent. Note: registry metadata at the top stated 'Required env vars: none' while package.json and SKILL.md require NETA_TOKEN — a minor metadata mismatch.
Instruction Scope
SKILL.md instructs running the included Node script with a Neta token and optional flags; the script only sends the prompt, size, and optional reference UUID to the image API and polls for the result. It does not read local secrets, shell history, or unrelated system files.
Install Mechanism
There is no download-from-arbitrary-URL install step; package.json and README reference adding the skill via npx/clawhub. The repo includes the runnable JS file. No suspicious installers or remote code downloads are present.
Credentials
The skill requires a single service credential (NETA_TOKEN) which is appropriate for an API-based image generator. However, the registry summary omitted this requirement while package.json and docs declare it — users should be aware the token is required and will be sent to api.talesofai.com.
Persistence & Privilege
Skill does not request permanent/always-on presence; defaults allow user invocation and autonomous invocation (platform default). It does not modify other skills or system configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install chibi-gen-skill
  3. After installation, invoke the skill by name or use /chibi-gen-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
- Updated dependencies in package.json. - Minor documentation or metadata updates; no functional changes to the skill itself.
v2.0.0
chibi-gen-skill v2.0.0 - Updated documentation in README.md. - Updated package metadata in package.json. - No functional changes to the skill code.
v1.0.2
- Updated package.json with minor changes. - No user-facing features or documentation were altered.
v1.0.1
- Minor update with small improvements and dependency changes. - Updated chibigen.js and package.json files. - No user-facing feature or usage changes.
v1.5.0
chibi-gen-skill v1.5.0 - Updated SKILL.md to clarify the requirement for a Neta API token, including instructions and free trial info. - Improved documentation with clearer examples for token usage and authentication.
v1.4.0
Chibi-gen-skill 1.4.0 adds new image style options and updates documentation. - Added support for the --style flag with choices: anime, cinematic, realistic. - Updated description for clarity and included new style option in SKILL.md. - Removed redundant API token documentation from SKILL.md. - README and package.json updated to reflect new features and usage.
v1.3.0
- Added option to specify Neta API token using the --token command-line flag in addition to the NETA_TOKEN environment variable. - Updated documentation to include the new token flag usage.
v1.2.0
- Minor updates to core files and documentation. - No user-facing changes or new features introduced in this version.
v1.1.0
No user-facing changes in this release. - Internal files updated; functionality and usage remain the same.
v1.0.5
- Updated internal files and dependencies for improved stability. - No user-facing changes.
v1.0.4
Chibi-gen-skill v1.0.4 changelog: - Updated skill description for clarity and specificity. - Added documentation for Neta API token requirement, including usage instructions and token sourcing links. - Removed the `--style` option from the listed CLI options in documentation. - Minor formatting improvements in SKILL.md.
v1.0.3
- General maintenance update. - Minor adjustments to README.md, chibigen.js, and package.json. - No user-facing feature changes.
v1.0.0
- Initial release of chibi-gen-skill. - Generate chibi character AI images from a text description. - Instantly returns a direct image URL. - Supports options for image size (portrait, landscape, square, tall) and style (anime, cinematic, realistic). - Quick start and installation instructions provided.
Metadata
Slug chibi-gen-skill
Version 2.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 13
Frequently Asked Questions

What is Chibi Gen Skill?

Generate chibi character 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 198 downloads so far.

How do I install Chibi Gen Skill?

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

Is Chibi Gen Skill free?

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

Which platforms does Chibi Gen Skill support?

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

Who created Chibi Gen Skill?

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

💬 Comments