Cosplay Reference Generator

v1.0.1

Generate cosplay reference sheets and costume design illustrations from any character or outfit description. Perfect for cosplayers planning builds, commissi...

0· 48·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/cosplay-reference-generator.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Cosplay Reference Generator" (blammectrappora/cosplay-reference-generator) from ClawHub.
Skill page: https://clawhub.ai/blammectrappora/cosplay-reference-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 cosplay-reference-generator

ClawHub CLI

Package manager switcher

npx clawhub@latest install cosplay-reference-generator
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description state image generation for cosplay references and the code and README call the Neta (api.talesofai.com) image endpoints with a user-supplied token. There are no unrelated credentials, services, or additional capabilities requested.
Instruction Scope
SKILL.md instructs running the included Node script and passing --token. The script only constructs a prompt, posts to the API, polls for results, and prints the image URL. It does not read local files, system configs, or other environment variables beyond the provided token.
Install Mechanism
No install spec is present (instruction-only install). The package contains a small standalone Node script and package.json; there are no downloads from third-party URLs or archive extraction steps. Risk from installation is minimal.
Credentials
No environment variables or system credentials are required. The skill asks for a single API token via a CLI flag, which is appropriate and proportional for an external image-generation service. The token is not persisted by the script.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system settings, and does not persist credentials. It can be invoked autonomously (platform default) but has no elevated persistent privileges.
Assessment
This skill appears to do what it claims: it sends your prompt (and any reference UUID you supply) to the Neta/API endpoint and prints back an image URL. Before installing or running, be aware: (1) do not share your Neta API token with untrusted parties — treat it like a password; (2) any character descriptions or reference images you send will be transmitted to the external service (api.talesofai.com), so avoid sending sensitive personal data; (3) check Neta's terms regarding copyrighted characters and commercial use if you plan to sell or publish generated art; (4) ensure you run the script in a Node environment you control (modern Node provides fetch) so you know where your token is entered. Otherwise the package is internally consistent and proportionate to its stated purpose.

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

latestvk97d1m9z2f3d3p4j2wktnttxfh85jcdw
48downloads
0stars
2versions
Updated 2d ago
v1.0.1
MIT-0

Cosplay Reference Generator

Generate cosplay reference sheets and costume design illustrations from any character or outfit description. Perfect for cosplayers planning builds, commissioning costumes, anime convention prep, costume photoshoot planning, Etsy seller listings, and cosplay tutorials. Creates full-body character references with detailed outfit visualization, multiple angles, and accessory details.

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 cosplay reference sheet generator images.

Quick start

node cosplayreferencegenerator.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/cosplay-reference-generator

Comments

Loading comments...