← Back to Skills Marketplace
Neon Art Generator
by
blammectrappora
· GitHub ↗
· v1.0.0
· MIT-0
117
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install neon-art-generator
Description
AI neon art generator that transforms any subject into stunning neon-lit artwork. Create glowing neon portraits, cyberpunk neon scenes, neon sign aesthetics,...
Usage Guidance
This package appears to do what it says: send your text prompt to the Neta image API and print a URL. Before installing/running: 1) Verify the API host (api.talesofai.com) and the token source (https://neta.art/open) are legitimate and acceptable to you. 2) Treat your Neta token as sensitive — use a throwaway token if unsure and avoid including passwords or private data in prompts. Note the token is passed on the command line (shell history may record it); consider editing the script to read the token from an environment variable or stdin if you prefer. 3) Because the publisher/homepage are missing, review the included neonartgenerator.js yourself (it is short and readable) and confirm you are comfortable running it. 4) If you need higher assurance, contact the API provider for privacy/usage details or prefer a skill from a known publisher.
Capability Analysis
Type: OpenClaw Skill
Name: neon-art-generator
Version: 1.0.0
The neon-art-generator skill is a legitimate tool for generating AI images via the Neta AI API. The core logic in neonartgenerator.js parses user-provided prompts and API tokens to interact with api.talesofai.com, following a standard request-and-poll pattern to retrieve image URLs. No evidence of data exfiltration, malicious execution, or prompt injection was found; the code's behavior is entirely consistent with its stated purpose.
Capability Assessment
Purpose & Capability
Name/description ('neon art generator') match the code and SKILL.md: the script posts the user prompt to Neta's image API and polls for a result. Required inputs are limited to a user-provided API token and an optional reference UUID — these are proportionate to the stated purpose. Note: the registry lists no homepage and the skill source is 'unknown', which reduces provenance confidence but does not create functional inconsistency.
Instruction Scope
SKILL.md tells the agent/user to run the provided node script with a --token and prompt. The script only sends the prompt (and optional ref UUID/size) to api.talesofai.com, polls for the task result, and prints a direct image URL. It does not read other files, environment variables, or system configuration, nor does it send unrelated local data to external endpoints.
Install Mechanism
There is no install spec that downloads or extracts code from arbitrary URLs; this is an instruction-and-code package that the user runs locally. The package.json is minimal and there are no installer downloads, so installation risk is low.
Credentials
The skill requires a Neta API token to function, provided via a CLI --token flag (SKILL.md). The registry metadata does not list required env vars or a primary credential, which is not strictly incorrect but is an inconsistency in metadata vs runtime usage. Requiring one service token is proportionate, but the token will be transmitted to api.talesofai.com — ensure it is a valid Neta token and avoid sending sensitive personal data in prompts.
Persistence & Privilege
The skill does not request persistent or elevated privileges (always:false), does not modify other skills or system-wide config, and does not include an install that creates long-lived background services.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install neon-art-generator - After installation, invoke the skill by name or use
/neon-art-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Neon Art Generator 1.0.0 — Initial Release
- Generate neon-lit artwork from any subject using the Neta AI API.
- Supports portraits, cyberpunk neon scenes, neon sign styles, and vibrant electric art.
- Customizable options: image size (`portrait`, `landscape`, `square`, `tall`) and style reference image.
- Requires a Neta API token for usage.
- Simple command-line interface for easy integration and quick start.
Metadata
Frequently Asked Questions
What is Neon Art Generator?
AI neon art generator that transforms any subject into stunning neon-lit artwork. Create glowing neon portraits, cyberpunk neon scenes, neon sign aesthetics,... It is an AI Agent Skill for Claude Code / OpenClaw, with 117 downloads so far.
How do I install Neon Art Generator?
Run "/install neon-art-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Neon Art Generator free?
Yes, Neon Art Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Neon Art Generator support?
Neon Art Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Neon Art Generator?
It is built and maintained by blammectrappora (@blammectrappora); the current version is v1.0.0.
More Skills