Isekai Character Generator

v1.0.0

Generate isekai anime characters and light novel protagonists — design transported-to-another-world heroes, JRPG main characters, fantasy adventurers, magica...

0· 66·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for blammectrappora/isekai-character-generator.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Isekai Character Generator" (blammectrappora/isekai-character-generator) from ClawHub.
Skill page: https://clawhub.ai/blammectrappora/isekai-character-generator
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install isekai-character-generator

ClawHub CLI

Package manager switcher

npx clawhub@latest install isekai-character-generator
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description say this is an image generator using the Neta API; the code and README call https://api.talesofai.com endpoints and accept a Neta API token. No unrelated credentials, binaries, or platform access are requested.
Instruction Scope
SKILL.md instructs running the included Node script with --token and optional flags. The code only constructs requests to the image API and polls for results; it does not read arbitrary files, environment variables, or send data to other endpoints.
Install Mechanism
There is no install spec (instruction-only for the agent) and the package contains a small JS script and README. The code will run locally when invoked with node but nothing is downloaded or installed by the skill itself.
Credentials
Only a single service token (passed at runtime via --token) is required. No unrelated secrets or system config paths are requested. The token is sensitive and will be sent to api.talesofai.com as expected for this use case.
Persistence & Privilege
The skill does not set always: true, does not persist configuration or alter other skills, and does not request elevated/system privileges.
Assessment
This skill appears to do exactly what it says: call the Neta/TalesOfAI image API with a token you provide and return a generated-image URL. Before using it, verify you trust the Neta service (https://www.neta.art/open/ / api.talesofai.com), keep your API token private, and avoid including sensitive personal data in prompts (the token and prompt text are sent to the third-party API). If you want extra assurance, inspect the included isekaicharactergenerator.js locally (it is short and readable) or run it in a sandboxed environment. Also review the image provider's terms (copyright/usage of generated images) if you plan to publish or commercialize outputs.

Like a lobster shell, security has layers — review code before you run it.

latestvk9789v0xgdbge1wkm13ccqzaax85frsj
66downloads
0stars
1versions
Updated 3d ago
v1.0.0
MIT-0

Isekai Character Generator

Generate isekai anime characters and light novel protagonists — design transported-to-another-world heroes, JRPG main characters, fantasy adventurers, magical girls, demon lords, and reincarnated MCs in the Niji-style anime aesthetic popular in shows like Sword Art Online, Re:Zero, Mushoku Tensei, and That Time I Got Reincarnated as a Slime. Perfect for fanart, OC design, light novel covers, manga concept art, and character sheets.

Token

Requires a Neta API token (free trial at https://www.neta.art/open/). Pass it via the --token flag.

node <script> "your prompt" --token YOUR_TOKEN

When to use

Use when someone asks to generate or create isekai character art generator images.

Quick start

node isekaicharactergenerator.js "your description here" --token YOUR_TOKEN

Options

  • --sizeportrait, landscape, square, tall (default: portrait)
  • --ref — reference image UUID for style inheritance

Install

npx skills add blammectrappora/isekai-character-generator

Comments

Loading comments...