Dark Fantasy Art Generator

v1.0.0

Generate dark fantasy artwork, grimdark illustrations, and gothic horror scenes. Perfect for D&D campaigns, metal album covers, Soulslike game concepts, dark...

0· 79·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 omactiengartelle/dark-fantasy-art-generator.

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

ClawHub CLI

Package manager switcher

npx clawhub@latest install dark-fantasy-art-generator
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description promise dark-fantasy image generation and the code + SKILL.md implement a client that sends prompts to an image-generation API (api.talesofai.com / neta.art). The required credential (a Neta API token) is appropriate for that purpose and is requested via a CLI flag.
Instruction Scope
Runtime instructions only direct the agent/user to run the JS script with a prompt and token. The script only constructs JSON payloads and polls the API for a result; it does not read arbitrary files, other environment variables, or system configuration outside the declared usage.
Install Mechanism
No install spec; code is included in the package (small Node script). No external downloads, archive extraction, or installer URLs are present. Risk from installation is minimal.
Credentials
No environment variables or extra credentials are declared or required by the code; the token is passed as a CLI flag (the README suggests using shell expansion to avoid history). No unrelated secrets or config paths are requested.
Persistence & Privilege
always is false and the skill does not attempt to persist configuration or modify other skills. It performs network requests at runtime, which is expected for an API client.
Assessment
This is a straightforward CLI client for the Neta image API. Before installing: (1) Understand you'll be sending prompts and your Neta API token to api.talesofai.com — only provide a token you trust the service with. (2) Avoid putting your token directly on the shell history; use shell expansion (e.g., --token "$NETA_TOKEN") or other safe secret handling. (3) Be aware the script polls the remote API for up to ~3 minutes and network requests may consume quota or incur charges on your account per the provider's terms. (4) Ensure your Node runtime supports fetch or run in a compatible Node version. If these conditions are acceptable, the skill is coherent with its stated purpose.

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

latestvk970sz66pyc79gq08w766khma185ajjw
79downloads
0stars
1versions
Updated 5d ago
v1.0.0
MIT-0

Dark Fantasy Art Generator

Generate dark fantasy artwork, grimdark illustrations, and gothic horror scenes. Perfect for D&D campaigns, metal album covers, Soulslike game concepts, dark fantasy novel covers, horror art, eldritch creatures, haunted castles, cursed knights, and atmospheric moody worldbuilding imagery.

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

Quick start

node darkfantasyartgenerator.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/dark-fantasy-art-generator

Comments

Loading comments...