Impossible Scene Generator

v1.0.0

Generate photorealistic impossible scenes and anti-physics landscapes powered by AI — crystal mountains with auroras, floating islands, organic-growing build...

0· 44·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/impossible-scene-generator.

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

ClawHub CLI

Package manager switcher

npx clawhub@latest install impossible-scene-generator
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description claim AI image generation; the code and SKILL.md call a single external image API (api.talesofai.com / Neta) and require an API token passed at invocation. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
Runtime instructions are narrowly scoped to sending prompts to the Neta API and polling for an image URL. One operational risk: the instructions and examples show passing the API token on the command line (--token), which can leak via shell history or be visible in process listings; the README does suggest using an environment variable expansion but the primary examples favor CLI flags. No instructions ask the agent to read unrelated files or credentials.
Install Mechanism
No install spec; this is an instruction-only skill that ships a small JS script. Nothing is downloaded from arbitrary URLs or installed system-wide.
Credentials
The only secret required is an API token for the image service, which is proportionate to the stated purpose. Registry metadata shows no required env vars; the token is expected as a CLI flag or via shell variable. Advise avoiding direct CLI token usage to reduce leakage risk.
Persistence & Privilege
The skill does not request always:true, does not install persistent system components, and does not modify other skill or system configs. It runs only when invoked.
Assessment
This skill appears to do what it says: send prompts to the Neta/TalesofAI image API and return an image URL. Before installing, confirm you trust the external API host (api.talesofai.com) and the skill author (source/homepage are absent). Prefer supplying your API token via a secure environment variable (not directly on the command line) to avoid accidental exposure in shell history or process listings. If you need stronger assurance, review the small JS file yourself (it is included) or run it in an isolated environment; revoke the token if you see unexpected usage.

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

latestvk971t9abzx0xs6vpm2hs9k8pd185mvhp
44downloads
0stars
1versions
Updated 1d ago
v1.0.0
MIT-0

Impossible Scene Generator

Generate photorealistic impossible scenes and anti-physics landscapes powered by AI — crystal mountains with auroras, floating islands, organic-growing buildings, surreal cinematic environments, and dreamlike sci-fi vistas. Perfect for desktop wallpapers, concept art, book covers, album art, sci-fi posters, fantasy worldbuilding, and print-on-demand artwork.

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 impossible scene generator images.

Quick start

node impossiblescenegenerator.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/impossible-scene-generator

Comments

Loading comments...