Chibi Gen Skill

v2.0.1

Generate chibi character generator ai images with AI via the Neta AI image generation API (free trial at neta.art/open).

0· 194·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for tomcarranzaem/chibi-gen-skill.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Chibi Gen Skill" (tomcarranzaem/chibi-gen-skill) from ClawHub.
Skill page: https://clawhub.ai/tomcarranzaem/chibi-gen-skill
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install chibi-gen-skill

ClawHub CLI

Package manager switcher

npx clawhub@latest install chibi-gen-skill
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97b5ax95z76w7ks034dfpr89583phhp
194downloads
0stars
13versions
Updated 1mo ago
v2.0.1
MIT-0

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

export NETA_TOKEN=your_token_here
node <script> "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

Comments

Loading comments...