← Back to Skills Marketplace
omactiengartelle

Waifu Gen Skill

by omactiengartelle · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
77
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install waifu-gen-skill
Description
Generate waifu generator ai images from text descriptions via the Neta AI image generation API (free trial at neta.art/open).
README (SKILL.md)

Waifu Generator

Generate stunning waifu generator ai images from a text description. Get back a direct image URL instantly.

Token

Requires a Neta API token (free trial at \x3Chttps://www.neta.art/open/>). Pass it via the --token flag.

node \x3Cscript> "your prompt" --token YOUR_TOKEN

When to use

Use when someone asks to generate or create waifu generator images.

Quick start

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

Options

  • --sizeportrait, landscape, square, tall (default: portrait)
  • --ref — reference image UUID for style inheritance

Install

npx skills add omactiengartelle/waifu-gen-skill
Usage Guidance
This skill is internally consistent: it takes a Neta API token and prompt, sends them to api.talesofai.com, and returns an image URL. Before installing or running: 1) Treat the token like a secret — passing it on the command line can expose it in shell history or process listings; prefer a temporary/test token if possible. 2) Confirm you trust the Neta/TalesOfAI service and its terms (content, privacy, retention). 3) Review the included waifugen.js if you want extra assurance (it is short and readable). 4) Be aware generated images may be subject to moderation or copyright issues. If you need the agent to run this autonomously, consider the implications of giving it network access and the token.
Capability Analysis
Type: OpenClaw Skill Name: waifu-gen-skill Version: 1.0.0 The skill is a standard CLI wrapper for an image generation API (api.talesofai.com). The Node.js script (waifugen.js) takes a user-provided prompt and API token, sends a request to the service, and polls for the resulting image URL. There is no evidence of data exfiltration, unauthorized file access, or malicious instructions in the documentation.
Capability Assessment
Purpose & Capability
Name/description say 'waifu image generation via Neta API' and the code performs exactly that: it POSTs to https://api.talesofai.com/v3/make_image and polls the artifact endpoint. The token parameter is required and used only for API requests. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md and README instruct running the included Node script with a --token flag; the runtime instructions are narrowly scoped to sending prompt and optional ref to the image API and polling for a result. Minor inconsistencies: SKILL.md top lists 'tools: Bash' while the script is Node.js. The instructions do not ask the agent to read local files or other environment secrets, but note that passing a token on the CLI exposes it to process listings/shell history (see guidance).
Install Mechanism
No install spec or external downloads; the package is instruction-only with an included Node script and minimal package.json. Nothing is fetched from arbitrary URLs during install.
Credentials
No environment variables or other credentials are declared; the only secret required is a Neta API token provided via the --token CLI flag, which is proportional to the skill's purpose. The code does not read other env vars or config paths.
Persistence & Privilege
always is false, the skill does not request persistent presence or modify other skills or system-wide settings. It does not store credentials or write to unrelated config paths.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install waifu-gen-skill
  3. After installation, invoke the skill by name or use /waifu-gen-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
waifu-gen-skill 1.0.0 - Initial release. - Generate waifu AI images from text descriptions using the Neta AI API. - Requires a free API token from neta.art/open. - Supports image size options: portrait, landscape, square, tall. - Optionally inherit style from a reference image using a UUID. - Includes simple Bash/Node.js usage instructions.
Metadata
Slug waifu-gen-skill
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Waifu Gen Skill?

Generate waifu generator ai images from text descriptions via the Neta AI image generation API (free trial at neta.art/open). It is an AI Agent Skill for Claude Code / OpenClaw, with 77 downloads so far.

How do I install Waifu Gen Skill?

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

Is Waifu Gen Skill free?

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

Which platforms does Waifu Gen Skill support?

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

Who created Waifu Gen Skill?

It is built and maintained by omactiengartelle (@omactiengartelle); the current version is v1.0.0.

💬 Comments