Gothic Portrait Generator

v1.0.0

Generate stunning gothic portraits with dark dramatic lighting, Victorian elegance, and moody atmosphere. Perfect for gothic art, dark fantasy portraits, hor...

0· 98·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/gothic-portrait-generator.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Gothic Portrait Generator" (omactiengartelle/gothic-portrait-generator) from ClawHub.
Skill page: https://clawhub.ai/omactiengartelle/gothic-portrait-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 gothic-portrait-generator

ClawHub CLI

Package manager switcher

npx clawhub@latest install gothic-portrait-generator
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description claim gothic image generation via the Neta API; the code posts prompts to api.talesofai.com and polls for a result URL. The README and SKILL.md consistently reference a Neta API token and the same service endpoint, so required capabilities match the stated purpose.
Instruction Scope
SKILL.md and README instruct running the included Node script and passing a Neta token via --token. The script only sends prompts to the indicated API and polls for results; it does not read other files or environment variables. Note: passing a secret via a CLI flag exposes it to shell history and process listings—there's no guidance in the docs about safer secret handling.
Install Mechanism
No install spec and only a small JS script are included; nothing is downloaded or installed from external URLs. This is lower risk because the skill is instruction + local script only.
Credentials
No registry-required environment variables or unrelated credentials are requested. The API token is required but supplied as a CLI flag (not as an env var). This is proportionate to the described functionality, though supplying credentials on the command line has privacy/exposure implications.
Persistence & Privilege
always is false, no automatic persistent installation, and the script does not modify system or other skill configuration. The skill runs as a transient CLI tool and exits after printing a result URL.
Assessment
This skill appears to be a straightforward CLI wrapper that sends prompts to api.talesofai.com and returns an image URL. Before installing: 1) Be aware the script expects your Neta API token via --token; passing secrets on the command line can expose them in your shell history and process list—prefer using temporary tokens or a safer secret mechanism if possible. 2) Verify you obtained the token from the official Neta site (https://www.neta.art/open/) and that api.talesofai.com is the expected endpoint for your account. 3) The script performs polling and prints task IDs/errors to the console; it does not persist secrets or write to other configs. 4) If you require stronger guarantees, inspect or run the script in a controlled environment before use.

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

latestvk9711ycs7ztnpddte3mamvvz9584fp78
98downloads
0stars
1versions
Updated 2w ago
v1.0.0
MIT-0

Gothic Portrait Generator

Generate stunning gothic portraits with dark dramatic lighting, Victorian elegance, and moody atmosphere. Perfect for gothic art, dark fantasy portraits, horror aesthetic avatars, Victorian-style character art, dark academia profile pictures, and goth community content creation.

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 gothic portrait generator images.

Quick start

node gothicportraitgenerator.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/gothic-portrait-generator

Comments

Loading comments...