← Back to Skills Marketplace
Vtuber Avatar Skill
by
blammectrappora
· GitHub ↗
· v2.0.1
· MIT-0
278
Downloads
0
Stars
0
Active Installs
13
Versions
Install in OpenClaw
/install vtuber-avatar-skill
Description
Generate vtuber avatar creator ai images with AI via the Neta AI image generation API (free trial at neta.art/open).
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install vtuber-avatar-skill - After installation, invoke the skill by name or use
/vtuber-avatar-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Vtuber Avatar Skill?
Generate vtuber avatar creator ai 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 278 downloads so far.
How do I install Vtuber Avatar Skill?
Run "/install vtuber-avatar-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Vtuber Avatar Skill free?
Yes, Vtuber Avatar Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Vtuber Avatar Skill support?
Vtuber Avatar Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Vtuber Avatar Skill?
It is built and maintained by blammectrappora (@blammectrappora); the current version is v2.0.1.
More Skills