Waifu Gen Skill

v1.0.0

Generate waifu generator ai images from text descriptions via the Neta AI image generation API (free trial at neta.art/open).

0· 83·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 omactiengartelle/waifu-gen-skill.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Waifu Gen Skill" (omactiengartelle/waifu-gen-skill) from ClawHub.
Skill page: https://clawhub.ai/omactiengartelle/waifu-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 waifu-gen-skill

ClawHub CLI

Package manager switcher

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

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

latestvk972pwfqvj2jsr0jj0kn4pyj1s84sph3
83downloads
0stars
1versions
Updated 2w ago
v1.0.0
MIT-0

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 https://www.neta.art/open/). Pass it via the --token flag.

node <script> "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

Comments

Loading comments...