← Back to Skills Marketplace
Stained Glass Art Generator
by
blammectrappora
· GitHub ↗
· v1.0.0
· MIT-0
99
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install stained-glass-art-generator
Description
Generate stunning stained glass style art and illustrations. Create luminous jewel-toned stained glass portraits, animals, landscapes, and decorative panels...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: stained-glass-art-generator
Version: 1.0.0
The skill is a legitimate wrapper for the Neta AI image generation API. The Node.js script (stainedglassartgenerator.js) correctly handles user-provided prompts and API tokens to interface with api.talesofai.com, and it lacks any signs of data exfiltration, obfuscation, or malicious execution.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install stained-glass-art-generator - After installation, invoke the skill by name or use
/stained-glass-art-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the stained-glass-art-generator.
- Generate luminous stained glass style portraits, animals, landscapes, and decorative panels.
- Supports customizable image sizes and style inheritance via reference images.
- Requires a free Neta API token for image generation.
- Ideal for wall art, print-on-demand, posters, church windows, and mosaic-inspired designs.
Metadata
Frequently Asked Questions
What is Stained Glass Art Generator?
Generate stunning stained glass style art and illustrations. Create luminous jewel-toned stained glass portraits, animals, landscapes, and decorative panels... It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.
How do I install Stained Glass Art Generator?
Run "/install stained-glass-art-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Stained Glass Art Generator free?
Yes, Stained Glass Art Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Stained Glass Art Generator support?
Stained Glass Art Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Stained Glass Art Generator?
It is built and maintained by blammectrappora (@blammectrappora); the current version is v1.0.0.
More Skills