← 返回 Skills 市场
tomcarranzaem

Waifu Generator Skill

作者 TomCarranzaem · GitHub ↗ · v3.0.0 · MIT-0
cross-platform ✓ 安全检测通过
225
总下载
0
收藏
0
当前安装
20
版本数
在 OpenClaw 中安装
/install 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).
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install waifu-generator-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /waifu-generator-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug waifu-generator-skill
版本 3.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 20
常见问题

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). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 225 次。

如何安装 Waifu Generator Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install waifu-generator-skill」即可一键安装,无需额外配置。

Waifu Generator Skill 是免费的吗?

是的,Waifu Generator Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Waifu Generator Skill 支持哪些平台?

Waifu Generator Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Waifu Generator Skill?

由 TomCarranzaem(@tomcarranzaem)开发并维护,当前版本 v3.0.0。

💬 留言讨论