Ghost Portrait Generator

v1.0.0

Generate haunting ghost portraits and inner demon shadow photos with AI — create spectral ghostly apparitions, paranormal spirit figures, smoky shadow compan...

0· 102·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/ghost-portrait-generator.

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

ClawHub CLI

Package manager switcher

npx clawhub@latest install ghost-portrait-generator
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (ghost portrait image generation) align with the code and SKILL.md: the script POSTs a prompt to an image-generation API (api.talesofai.com / 'Neta') and polls for the result. The only required secret (a Neta API token) is reasonable and documented as a CLI flag.
Instruction Scope
SKILL.md instructs the agent/user to run the included Node script with a --token and optional flags. The runtime instructions and the script only use the prompt, size, ref, and token; they do not read unrelated files, environment variables, or system configuration. All network calls are to the image API endpoints declared in the code.
Install Mechanism
No install spec that downloads arbitrary code; the package is instruction+source only. The code is shipped in the skill bundle and makes no dynamic installs or fetches of executables. No high-risk download URLs or archive extraction are used.
Credentials
No required environment variables or unrelated credentials are requested. The skill expects a single API token passed via --token (not persisted), which is proportional to contacting a third-party image API.
Persistence & Privilege
always:false (default) and the skill does not modify other skills or system settings. Note: the skill makes outbound network calls to an external API when invoked; this is expected for its purpose but means the token and prompts are transmitted to that service.
Assessment
This skill appears to do what it claims: it sends your prompt and the provided Neta API token to api.talesofai.com to generate images. Before installing or using it, verify you trust the Neta/talesofai service (privacy, data retention, and terms of use), avoid sending sensitive personal data or images, and keep the API token private. The repository/source is listed only as an owner slug (no homepage provided) — if you plan to install widely, prefer obtaining the package from a source you trust (official registry or author page) and review the included code (ghostportraitgenerator.js) yourself. If you want higher assurance, run the script in an isolated environment or with a scoped/test token first.

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

latestvk97cpheg43t1h0v5pc79wb45y1859022
102downloads
0stars
1versions
Updated 6d ago
v1.0.0
MIT-0

Ghost Portrait Generator

Generate haunting ghost portraits and inner demon shadow photos with AI — create spectral ghostly apparitions, paranormal spirit figures, smoky shadow companions standing behind subjects, translucent ethereal ghosts, gothic horror portraits, Halloween spooky imagery, dark supernatural aesthetic art, ghostly phantom visuals, and eerie spectre illustrations perfect for social media viral trends, Halloween content, horror story covers, gothic aesthetic feeds, paranormal enthusiasts, dark fantasy art, and spooky photo transformations inspired by the viral Gemini and ChatGPT ghost portrait trend.

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

Quick start

node ghostportraitgenerator.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/ghost-portrait-generator

Comments

Loading comments...