← Back to Skills Marketplace
Webtoon Character Generator
by
omactiengartelle
· GitHub ↗
· v1.0.1
· MIT-0
132
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install webtoon-character-generator
Description
AI webtoon character generator — create manhwa-style portraits, Korean comic characters, and webtoon OCs with clean line art, expressive eyes, and vibrant co...
Usage Guidance
This skill appears to do what it advertises: send your text prompt and a Neta/TalesOfAI API token to api.talesofai.com and print back an image URL. Before installing/running: 1) Confirm you obtained the token from a trusted Neta/TalesOfAI page (net a.art/open); 2) Be aware that providing the token on the command line can leave it in shell history or be visible in process listings — prefer a secure method to store/pass secrets if possible; 3) Review the small included JavaScript file yourself (or inspect network traffic) if you need extra assurance — it only makes POST/GET requests to api.talesofai.com; 4) Note the script has an argument-parsing bug that can misinterpret arguments (it may treat your prompt as the token if --token is omitted), so always pass the --token flag correctly. If you need the skill to run in production or on sensitive systems, request a version that accepts tokens via environment variables or a secure config store.
Capability Analysis
Type: OpenClaw Skill
Name: webtoon-character-generator
Version: 1.0.1
The skill is a legitimate wrapper for the Neta AI image generation API (api.talesofai.com). The code in webtooncharactergenerator.js correctly implements the documented functionality, handling user prompts and API tokens without any signs of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description claim an image-generation capability and the code + docs actually call the Neta/TalesOfAI image API (api.talesofai.com). There are no unrelated required binaries, env vars, or config paths; the requested token is appropriate for this purpose.
Instruction Scope
SKILL.md and README instruct running the included Node script with a --token flag; the script only builds a prompt and polls the TalesOfAI endpoints for image generation results. It does not read local files or other credentials. Note: the argument-parsing has a bug (using args[indexOf(flag)+1] without checking indexOf result) that can unintentionally treat the first positional argument as the token if the --token flag is missing, causing unexpected requests — this is a correctness/usability issue, not evidence of malicious behavior.
Install Mechanism
No install spec is provided (instruction-only skill with an included JS script). Nothing is downloaded or written to disk by an installer; running it requires Node but no package install is specified. The small included script is the only code executed.
Credentials
The skill asks only for a single service token (passed via CLI) which matches the integration. No extra credentials or environment variables are requested. Reminder: passing tokens on the command line can expose them in shell history or process lists — consider using a safer mechanism if available.
Persistence & Privilege
always is false and the skill does not modify system or other skills' configuration. It has no elevated/persistent privileges beyond making outbound HTTPS requests.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install webtoon-character-generator - After installation, invoke the skill by name or use
/webtoon-character-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Updated version to 1.0.1 in package.json.
- No functionality or feature changes introduced.
v1.0.0
- Initial release of the Webtoon Character Generator skill.
- Generate manhwa-style portraits, Korean comic characters, and webtoon OCs with clean line art and vibrant colors.
- Integrates with the Neta AI image generation API (free trial available).
- Supports options for image size and reference style inheritance.
- Requires a Neta API token provided via the `--token` flag.
Metadata
Frequently Asked Questions
What is Webtoon Character Generator?
AI webtoon character generator — create manhwa-style portraits, Korean comic characters, and webtoon OCs with clean line art, expressive eyes, and vibrant co... It is an AI Agent Skill for Claude Code / OpenClaw, with 132 downloads so far.
How do I install Webtoon Character Generator?
Run "/install webtoon-character-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Webtoon Character Generator free?
Yes, Webtoon Character Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Webtoon Character Generator support?
Webtoon Character Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Webtoon Character Generator?
It is built and maintained by omactiengartelle (@omactiengartelle); the current version is v1.0.1.
More Skills