← Back to Skills Marketplace
omactiengartelle

Dnd Character Skill

by omactiengartelle · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
76
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install dnd-character-skill
Description
Generate dnd character art generator images from text descriptions via the Neta AI image generation API (free trial at neta.art/open).
README (SKILL.md)

D&D Character Art Generator

Generate stunning dnd character art generator images from a text description. Get back a direct image URL instantly.

Token

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

node \x3Cscript> "your prompt" --token YOUR_TOKEN

When to use

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

Quick start

node dndcharacter.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 omactiengartelle/dnd-character-skill
Usage Guidance
This skill appears to be what it claims: a CLI that sends your text prompt and a provided Neta/TalesofAI token to api.talesofai.com and prints an image URL. Before installing or running: 1) Only provide a Neta token you trust and avoid reusing sensitive tokens (do not pass unrelated AWS/GitHub/Slack tokens). 2) Verify you trust the skill owner/source—this package contains executable JS (dndcharacter.js) which will run locally. 3) Confirm api.talesofai.com is the intended endpoint for your token (SKILL.md mentions neta.art/open as the signup page and README maps that to api.talesofai.com). 4) If you need stronger assurance, inspect the script locally (it’s short) to confirm it does nothing beyond calling the API and printing a URL. There are no hidden network destinations or extra credential accesses observed.
Capability Analysis
Type: OpenClaw Skill Name: dnd-character-skill Version: 1.0.0 The skill is a standard implementation of an AI image generation wrapper for the Neta AI service. The Node.js script (dndcharacter.js) takes a user prompt and an API token, sends them to the legitimate API endpoint at api.talesofai.com, and polls for the resulting image URL. No evidence of data exfiltration, shell injection, or malicious instructions was found in the code or documentation.
Capability Assessment
Purpose & Capability
Name/description (D&D character image generation) align with the implementation: the script posts prompts to api.talesofai.com and polls for an image URL. The README and SKILL.md correctly reference the Neta service. No unrelated services, credentials, or binaries are requested.
Instruction Scope
Runtime instructions are limited and explicit: run node dndcharacter.js "prompt" --token YOUR_TOKEN. The SKILL.md does not instruct reading unrelated files or secrets. The code only uses the provided token and prompt, and returns/prints a direct image URL.
Install Mechanism
There is no install spec in registry metadata (instruction-only style), but the package includes source files (dndcharacter.js and package.json). This is not a security red flag by itself, but users should note the skill carries code (not purely prose) that will be executed locally when run.
Credentials
The skill requires a single API token supplied via a CLI flag (or optionally via an env var as suggested in README). No other credentials, config paths, or secrets are requested. This is proportionate to the stated API usage.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. It runs as a one-off command-line script and exits after printing the image URL.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install dnd-character-skill
  3. After installation, invoke the skill by name or use /dnd-character-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of dnd-character-skill. - Generate D&D character art from text descriptions using the Neta AI image generation API. - Instantly receive a direct image URL for your character. - Supports custom sizes and reference image style inheritance. - Requires a Neta API token (free trial available).
Metadata
Slug dnd-character-skill
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Dnd Character Skill?

Generate dnd character art generator images from text descriptions via the Neta AI image generation API (free trial at neta.art/open). It is an AI Agent Skill for Claude Code / OpenClaw, with 76 downloads so far.

How do I install Dnd Character Skill?

Run "/install dnd-character-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Dnd Character Skill free?

Yes, Dnd Character Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Dnd Character Skill support?

Dnd Character Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Dnd Character Skill?

It is built and maintained by omactiengartelle (@omactiengartelle); the current version is v1.0.0.

💬 Comments