← Back to Skills Marketplace
blammectrappora

Watercolor Art Generator

by blammectrappora · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
179
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install watercolor-art-generator
Description
AI watercolor art generator — create stunning watercolor paintings, portraits, and illustrations instantly. Perfect for watercolor portrait commissions, digi...
Usage Guidance
This skill appears to be what it claims: a small CLI wrapper that calls the Neta/TalesOfAI image API and returns an image URL. Before installing: (1) note the package source is listed as unknown and there is no homepage — verify the publisher or review the code yourself (the included JS is small and readable). (2) Avoid passing long-lived secrets on the command line on multi-user machines (process listings can expose them); prefer using ephemeral tokens or running in an isolated environment. (3) If you install and use it, consider using an API token you can rotate/revoke and run the script in a sandbox or container if you have concerns about provenance.
Capability Analysis
Type: OpenClaw Skill Name: watercolor-art-generator Version: 1.0.0 The skill is a legitimate wrapper for the Neta AI image generation API. The Node.js script (watercolorartgenerator.js) performs standard HTTPS requests to api.talesofai.com to generate images and poll for results based on user-provided prompts and tokens, with no evidence of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
Name/description claim an AI watercolor generator and the code + SKILL.md implement a text-to-image request to a Neta/TalesOfAI API (api.talesofai.com). Required inputs (an API token and prompt) match the stated purpose; no unrelated services or credentials are requested.
Instruction Scope
SKILL.md instructs running the included Node script with a --token flag and prompt. The runtime instructions and code only make HTTPS requests to api.talesofai.com and do not read files, system configs, or other environment variables. Note: the skill requires passing the token as a command-line argument which can expose the token to other local users via process listings; the script does not directly read a NETA_TOKEN env var.
Install Mechanism
There is no install spec and only a small JS file is included; nothing is downloaded or written to disk by an installer. This is the lowest-risk installation model.
Credentials
The only secret required is an API token for the stated image service, which is proportionate. However, the token is passed via a CLI flag (or shell expansion) rather than read directly from an environment variable or config file — this can leak the token to other processes/users on the same host. No other credentials or sensitive env vars are requested.
Persistence & Privilege
The skill does not request persistent or elevated presence (always is false), does not modify other skills or system settings, and does not store credentials on disk.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install watercolor-art-generator
  3. After installation, invoke the skill by name or use /watercolor-art-generator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Watercolor Art Generator. - Instantly create watercolor paintings, portraits, and illustrations using Neta AI. - Supports custom prompts, adjustable image size (`portrait`, `landscape`, `square`, `tall`), and reference image style transfer. - Requires Neta API token for image generation. - Ideal for commissions, digital artwork, gifts, social posts, and printable wall art.
Metadata
Slug watercolor-art-generator
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Watercolor Art Generator?

AI watercolor art generator — create stunning watercolor paintings, portraits, and illustrations instantly. Perfect for watercolor portrait commissions, digi... It is an AI Agent Skill for Claude Code / OpenClaw, with 179 downloads so far.

How do I install Watercolor Art Generator?

Run "/install watercolor-art-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Watercolor Art Generator free?

Yes, Watercolor Art Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Watercolor Art Generator support?

Watercolor Art Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Watercolor Art Generator?

It is built and maintained by blammectrappora (@blammectrappora); the current version is v1.0.0.

💬 Comments