Impressionist Art Generator

v1.0.0

Generate stunning impressionist-style art in the tradition of Monet, Renoir, Van Gogh, Degas, and Pissarro. Perfect for wall art, Etsy prints, art education,...

0· 79·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/impressionist-art-generator.

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

ClawHub CLI

Package manager switcher

npx clawhub@latest install impressionist-art-generator
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description claim an impressionist image generator and the package actually implements a CLI Node script that submits prompts to api.talesofai.com (Neta) and polls for results — this matches expected capabilities.
Instruction Scope
SKILL.md instructs running the script with a Neta token via --token and the script only reads command-line args; it does not reference unrelated files, system state, or external endpoints beyond the Neta API.
Install Mechanism
No install spec (instruction-only install via skill registry); included files are a small JS CLI and README/package.json. Nothing downloads arbitrary code from unknown hosts during install.
Credentials
The script requires only a Neta API token passed on the command line; it does not request unrelated secrets, environment variables, or config paths.
Persistence & Privilege
Skill is not always-enabled and contains no code that modifies other skills, agent-wide settings, or persists credentials — it operates transiently per invocation.
Assessment
This skill appears coherent and limited to calling the Neta image API. Before installing, verify you trust api.talesofai.com/neta.art and only provide your Neta token (via --token) to this script. Run it with a reasonably up-to-date Node (Node 18+ has built-in fetch); if you need further assurance, review network traffic (to confirm the only outbound host is api.talesofai.com) and consider creating a scoped/test token from Neta rather than using a long-lived/high-privilege token. Also review any terms/licensing for generating art in the style of named artists if that matters for your use case.

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

latestvk9787v49t7tjmtty8zyf13nded85a7vb
79downloads
0stars
1versions
Updated 5d ago
v1.0.0
MIT-0

Impressionist Art Generator

Generate stunning impressionist-style art in the tradition of Monet, Renoir, Van Gogh, Degas, and Pissarro. Perfect for wall art, Etsy prints, art education, painting references, gallery-style landscapes, garden scenes, plein air portraits, and 19th-century French impressionism aesthetics with soft brushstrokes, pastel palettes, and dappled light.

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 impressionist art generator images.

Quick start

node impressionistartgenerator.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/impressionist-art-generator

Comments

Loading comments...