Stained Glass Art Generator

v1.0.0

Generate stunning stained glass style art and illustrations. Create luminous jewel-toned stained glass portraits, animals, landscapes, and decorative panels...

0· 59·0 current·0 all-time
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the code and SKILL.md: the script calls a third-party image-generation API (api.talesofai.com / Neta) to produce stained-glass style images. No unrelated credentials, binaries, or system resources are requested.
Instruction Scope
Runtime instructions simply tell the user to run the included Node script with a Neta token (via --token). The JS source only reads CLI args, constructs a JSON payload, posts to the Neta endpoints, polls for results, and prints the returned image URL. It does not read other files, environment variables, or system config, nor does it transmit data to unexpected endpoints.
Install Mechanism
There is no install spec that downloads or executes remote code; the skill is instruction-plus-local-script. No external archives or untrusted URLs are fetched during install. The script assumes Node's global fetch (no dependencies in package.json), which is an implementation detail rather than a security concern.
Credentials
The skill requires only a Neta API token, passed via the --token flag (no other secrets or config paths). Sending that token to the Neta/TalesOfAI API is consistent with the stated purpose. There are no unrelated credential requests.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and has no installation steps that persist beyond the local script file. Autonomous invocation is allowed (platform default) but the skill itself does not escalate privileges or persist extra configuration.
Assessment
This skill appears internally consistent: it runs a local Node script that sends your provided Neta token and prompt to api.talesofai.com and returns an image URL. Before using it, confirm you trust the Neta/TalesOfAI service and are comfortable providing a token (use a limited/revocable token if possible). Review the included JS yourself or run it in an isolated environment (or with a throwaway token) if you have any doubt, and revoke the token after testing. Note: the package has no external install steps and no hidden endpoints, but the skill's source owner/homepage are not provided—exercise normal caution when granting API credentials to third-party code.

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

latestvk978s3y0jw6v1h2axs3p24mm8984gexv
59downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

Stained Glass Art Generator

Generate stunning stained glass style art and illustrations. Create luminous jewel-toned stained glass portraits, animals, landscapes, and decorative panels — perfect for wall art, print-on-demand, posters, church window designs, and mosaic-inspired 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 stained glass art generator images.

Quick start

node stainedglassartgenerator.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/stained-glass-art-generator

Comments

Loading comments...