← 返回 Skills 市场
Vtuber Avatar Skill
作者
blammectrappora
· GitHub ↗
· v2.0.1
· MIT-0
278
总下载
0
收藏
0
当前安装
13
版本数
在 OpenClaw 中安装
/install vtuber-avatar-skill
功能描述
Generate vtuber avatar creator ai images with AI via the Neta AI image generation API (free trial at neta.art/open).
安全使用建议
This skill appears to do what it says: it sends prompts and a user-provided Neta API token to api.talesofai.com and prints a returned image URL. Before installing, consider: (1) Only provide a token you trust for this service (treat it like any API key); the script sends your prompt and token to api.talesofai.com where they may be logged or used per that service's policy. (2) The code expects the token via --token; exporting NETA_TOKEN in your shell is fine if you pass it into the flag (e.g., --token "$NETA_TOKEN"). (3) Review the service's Terms/Privacy if you care about model training, retention, or image ownership. (4) Because the package author/source is unknown, prefer using a token with limited privileges or a trial token and inspect the included script (vtuberavatar.js) yourself — it is short and readable and only calls the documented API endpoints.
功能分析
Type: OpenClaw Skill
Name: vtuber-avatar-skill
Version: 2.0.1
The vtuber-avatar-skill is a legitimate tool for generating AI images via the Neta AI API (api.talesofai.com). The vtuberavatar.js script correctly implements the image generation and polling logic, requiring an API token passed via command-line arguments. No evidence of data exfiltration, malicious execution, or prompt injection was found; the code's behavior is entirely consistent with its stated purpose.
能力评估
Purpose & Capability
Name/description promise (generate VTuber avatars via Neta AI) matches the included code and README. The script calls api.talesofai.com endpoints to request image generation and polling — this is consistent with the stated purpose. No unrelated cloud credentials or services are requested.
Instruction Scope
SKILL.md instructs the agent/user to run the included Node script with a Neta API token; the script only parses CLI args and interacts with the Neta/TalesOfAI API. It does not read arbitrary files, environment variables (other than the token passed via flag), or system paths. Note: the runtime expects the token to be passed via --token (the SKILL.md shows exporting NETA_TOKEN then invoking --token "$NETA_TOKEN").
Install Mechanism
No install spec or external downloads are included; this is effectively an instruction-only skill with an included script. No archive downloads, brew/npm installs, or execution of external installers are present.
Credentials
Only a single credential (NETA_TOKEN) is declared and required, which is appropriate for an API-based image generator. Minor inconsistency: package.json / README declare NETA_TOKEN as required, but the script does not read process.env.NETA_TOKEN directly — it expects the token to be provided via --token (the docs show passing the env var into that flag). This is a small usability mismatch, not a security red flag.
Persistence & Privilege
The skill does not request persistent or elevated platform privileges (always:false). It does not modify other skills or system-wide settings; it only runs as a normal user script when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vtuber-avatar-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/vtuber-avatar-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
- Updated dependencies in package.json.
- No feature or documentation changes; content remains the same.
v2.0.0
- Updated dependencies in package.json.
- No changes to user-facing features or documentation.
v1.0.2
- Updated package.json with minor adjustments.
- No changes to functionality or documentation content.
v1.0.1
- Internal updates and minor maintenance.
- No user-facing changes.
v1.5.0
vtuber-avatar-skill 1.5.0
- Updated SKILL.md to clarify Neta API token requirement and provide setup instructions.
- Added information about free Neta API trials at neta.art/open.
- Updated usage examples to include the new required --token argument.
v1.4.0
vtuber-avatar-skill v1.4.0
- Added new `--style` option (`anime`, `cinematic`, `realistic`) with `anime` as default.
- Changed default `--size` option from `portrait` to `square`.
- Updated descriptions and instructions in SKILL.md and README.md.
- Removed mention of API token requirement from documentation.
v1.3.0
vtuber-avatar-skill 1.3.0
- Updated dependencies in package.json.
- General code maintenance and improvements.
v1.2.0
vtuber-avatar-skill 1.2.0
- Updated dependencies in package.json.
- Improved documentation in README.md with clearer usage instructions.
- Minor code refactoring in vtuberavatar.js for maintainability.
v1.1.0
- Added support for version 1.1.0.
- Updated dependencies in package.json.
- Minor fixes and improvements to vtuberavatar.js.
v1.0.5
- Updated dependencies in package.json.
- Improved vtuberavatar.js implementation.
- Minor documentation and README adjustments.
- No breaking changes.
v1.0.4
vtuber-avatar-skill 1.0.4
- Updated description to clarify API usage and image return behavior.
- Added token requirements and instructions for setting the Neta API token via environment variable or flag.
- Provided links to obtain a Neta API token globally or in China.
- Removed the `--style` option from documentation.
v1.0.3
vtuber-avatar-skill 1.0.3
- Updated documentation in README.md and SKILL.md for improved clarity and consistency.
- Minor package.json adjustments (version bump and metadata updates).
- No code or feature changes.
v1.0.0
vtuber-avatar-skill 1.0.0
- Initial release.
- Generate VTuber avatar images from text descriptions.
- Supports size options: portrait, landscape, square, tall (default: portrait).
- Supports style options: anime, cinematic, realistic (default: anime).
- Returns direct image URLs using the Neta talesofai API.
元数据
常见问题
Vtuber Avatar Skill 是什么?
Generate vtuber avatar creator ai images with AI via the Neta AI image generation API (free trial at neta.art/open). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 278 次。
如何安装 Vtuber Avatar Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vtuber-avatar-skill」即可一键安装,无需额外配置。
Vtuber Avatar Skill 是免费的吗?
是的,Vtuber Avatar Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Vtuber Avatar Skill 支持哪些平台?
Vtuber Avatar Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Vtuber Avatar Skill?
由 blammectrappora(@blammectrappora)开发并维护,当前版本 v2.0.1。
推荐 Skills