← Back to Skills Marketplace
tomcarranzaem

Waifu Generator Skill

by TomCarranzaem · GitHub ↗ · v3.0.0 · MIT-0
cross-platform ✓ Security Clean
225
Downloads
0
Stars
0
Active Installs
20
Versions
Install in OpenClaw
/install waifu-generator-skill
Description
Generate waifu generator ai image generator images with AI via the Neta AI image generation API (free trial at neta.art/open).
Usage Guidance
This skill appears to do exactly what it claims: submit prompts to the Neta/TalesOfAI image API and return an image URL. Before installing or running it: (1) verify the source you install from matches the skill you reviewed (SKILL.md suggests a username that does not match the registry owner ID), (2) create and use a limited-scope/test API token rather than a high-privilege credential, (3) be aware that any prompt and the token are sent to api.talesofai.com, so avoid including secrets in prompts, and (4) if you are uncertain, run the script in an isolated environment (container/VM) and review the code locally before executing.
Capability Analysis
Type: OpenClaw Skill Name: waifu-generator-skill Version: 3.0.0 The skill is a legitimate wrapper for the Neta AI image generation API. The code in waifugenerator.js correctly implements argument parsing, job submission, and polling via the api.talesofai.com endpoint without any evidence of data exfiltration, unauthorized execution, or malicious prompt injection.
Capability Assessment
Purpose & Capability
Name/description, README, SKILL.md, and the JS code consistently implement an image-generation CLI that submits prompts to the Neta/TalesOfAI API (api.talesofai.com) and returns an image URL. Nothing in the files asks for unrelated cloud credentials or unrelated system access.
Instruction Scope
Runtime instructions tell the user to run the CLI with a --token flag; the code only reads CLI args, constructs JSON, POSTs to the API, polls for results, and prints the image URL. The instructions do not request reading other files, environment secrets, or sending data to any endpoint other than the declared API domain.
Install Mechanism
There is no install spec in the package (instruction-only installation). SKILL.md/README suggest 'npx skills add TomCarranzaem/waifu-generator-skill' and a 'clawhub install' command, but the registry owner ID in the metadata doesn't match the referenced GitHub-like username — this is a potential source-of-origin mismatch to verify before installing from external sources. No remote downloads or extract steps appear in the shipped code.
Credentials
The skill requires a Neta API token but expects it via the --token CLI flag (not an environment variable). The registry metadata lists no required env vars or primary credential; this is reasonable because the token is supplied at runtime, but users should note the token is transmitted to api.talesofai.com as an 'x-token' header.
Persistence & Privilege
The skill does not request persistent privileges, does not set always:true, and does not modify other skills or system configuration. It runs as a simple CLI tool and exits.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install waifu-generator-skill
  3. After installation, invoke the skill by name or use /waifu-generator-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.0.0
Remove env var access for security compliance
v2.0.5
- Updated dependencies in package.json. - Minor improvements and maintenance in waifugenerator.js.
v2.0.4
- Updated dependencies in package.json for improved stability and compatibility. - Minor internal improvements to waifugenerator.js for better performance and reliability.
v2.0.3
- Bumped version to 2.0.3. - Updated package.json with latest version information. - No changes to features or documentation.
v2.0.2
- Clarified that the Neta API token should be passed via the --token flag. - Minor documentation improvements for better clarity in setup instructions.
v2.0.1
- Documentation and metadata updated—README.md and SKILL.md remain unchanged in content. - No feature, code, or functional changes in this release.
v1.1.3
- Updated package version to 1.1.3. - No functional changes; documentation files updated only.
v1.1.2
- Updated dependencies in package.json to improve security and stability. - No changes to skill features or documentation.
v1.1.1
- Minor update with no user-facing changes documented. - No changes to SKILL.md or feature set.
v2.3.0
- Updated SKILL.md to clarify that a Neta API token is required and provide setup instructions. - Added information about obtaining a free trial token from neta.art/open. - Revised usage examples to include the token parameter.
v2.2.0
Waifu Generator Skill 2.2.0 introduces new image style options. - Added a new `--style` option (`anime`, `cinematic`, `realistic`) for image generation. - README and SKILL.md updated to reflect new features and improved instructions.
v2.1.0
- Updated dependencies in package.json to improve security and stability. - General minor code cleanup in waifugenerator.js.
v2.0.0
Version 2.0.0 - Major update with new documentation in SKILL.md. - Adds clear usage instructions, options, and token requirements. - Describes bash-based image generation via Neta AI API. - Highlights quick start and installation steps for users.
v1.2.0
- Updated to version 1.2.0. - Minor changes only in package.json and waifugenerator.js. - No visible changes to documentation (SKILL.md remains the same).
v1.1.6
- Updated dependencies in package.json. - Minor documentation adjustments in README.md. - Small code improvements in waifugenerator.js for reliability and maintainability.
v1.1.5
**Version 1.1.5 Changelog** - Updated SKILL.md to clarify API usage and requirements. - Added instructions for providing a Neta API token via environment variable or flag. - Improved description for accuracy and clarity. - No changes to core functionality.
v1.1.4
- Updated dependencies in package.json. - Minor documentation and formatting improvements in README.md. - Small code and/or comment updates in waifugenerator.js.
v1.1.0
- Updated to version 1.1.0. - Documentation updated in README.md and SKILL.md. - Minor changes to package configuration and waifugenerator.js.
v1.0.1
Version 1.0.1 - No changes detected in this version.
v1.0.0
- Initial release of waifu-generator-skill (v1.0.0). - Instantly generate waifu images from text descriptions using the Neta talesofai API. - Supports custom size options: portrait, landscape, square, tall. - Choose from style options: anime, cinematic, or realistic. - Simple command-line usage and quick installation via NPX.
Metadata
Slug waifu-generator-skill
Version 3.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 20
Frequently Asked Questions

What is Waifu Generator Skill?

Generate waifu generator ai image generator 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 225 downloads so far.

How do I install Waifu Generator Skill?

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

Is Waifu Generator Skill free?

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

Which platforms does Waifu Generator Skill support?

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

Who created Waifu Generator Skill?

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

💬 Comments