← 返回 Skills 市场
Waifu Gen Skill
作者
omactiengartelle
· GitHub ↗
· v1.0.0
· MIT-0
77
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install waifu-gen-skill
功能描述
Generate waifu generator ai images from text descriptions via the Neta AI image generation API (free trial at neta.art/open).
使用说明 (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
--size—portrait,landscape,square,tall(default:portrait)--ref— reference image UUID for style inheritance
Install
npx skills add omactiengartelle/waifu-gen-skill
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install waifu-gen-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/waifu-gen-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Waifu Gen Skill 是什么?
Generate waifu generator ai images from text descriptions via the Neta AI image generation API (free trial at neta.art/open). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 77 次。
如何安装 Waifu Gen Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install waifu-gen-skill」即可一键安装,无需额外配置。
Waifu Gen Skill 是免费的吗?
是的,Waifu Gen Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Waifu Gen Skill 支持哪些平台?
Waifu Gen Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Waifu Gen Skill?
由 omactiengartelle(@omactiengartelle)开发并维护,当前版本 v1.0.0。
推荐 Skills