Fantasy Map Generator

v1.0.0

AI fantasy map generator for worldbuilders, tabletop RPG campaigns, and game designers. Create custom fantasy world maps, dungeon maps, kingdom maps, and lor...

0· 118·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/fantasy-map-generator.

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

ClawHub CLI

Package manager switcher

npx clawhub@latest install fantasy-map-generator
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill's name, README, SKILL.md, and code all consistently target the Neta/TalesOfAI image-generation API (api.talesofai.com). One minor mismatch: the package expects you to run the included Node script with `node`, but the registry metadata lists no required binaries. Requiring a Neta API token (passed via --token) is proportionate to the stated purpose.
Instruction Scope
SKILL.md runtime instructions are narrow and align with the code: supply a prompt and a Neta token, optionally size/ref, then the script POSTs a make_image request and polls for a result URL. The instructions do not ask the agent to read unrelated files, system credentials, or send data to third-party endpoints other than api.talesofai.com.
Install Mechanism
There is no separate install spec that downloads arbitrary archives; the skill is instruction-first and includes self-contained source files (no external installers or unusual URLs). Installation via the skills registry (npx/clawhub) is expected and low risk from an install-mechanism perspective.
Credentials
The script requires a Neta API token (passed as a --token flag), which is appropriate. The registry metadata does not list this credential or the Node runtime as required fields — a small documentation/metadata omission but not a functional mismatch. No other secrets or environment variables are requested or accessed.
Persistence & Privilege
The skill does not request persistent/system-wide privileges (always is false) and does not modify other skills or system settings. It runs as a user-invoked command and can run autonomously per platform defaults, which is normal for skills.
Assessment
The skill appears to do exactly what it says: generate fantasy maps by calling the Neta/TalesOfAI image API and printing an image URL. Before installing, confirm you trust the package author (source/homepage is unknown in the registry), ensure you run it in an environment with Node.js available, and only provide a Neta token you control (the script sends it in an x-token header to api.talesofai.com). The registry metadata omission (not listing Node as a required binary or the token as a required credential) is a documentation gap — not evidence of malicious behavior, but worth noting if you expect stricter metadata. If you need stronger assurance, request a homepage or repository link from the publisher or review the package contents locally before running.

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

latestvk978njswpwn9w49x46zjjk496n849v85
118downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

Fantasy Map Generator

AI fantasy map generator for worldbuilders, tabletop RPG campaigns, and game designers. Create custom fantasy world maps, dungeon maps, kingdom maps, and lore art — perfect for D&D, Pathfinder, and indie game development.

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 fantasy map generator images.

Quick start

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

Options

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

Install

npx skills add blammectrappora/fantasy-map-generator

Comments

Loading comments...