Chinese Ink Painting Generator

v1.0.0

Generate stunning traditional Chinese ink paintings (shui-mo hua) and sumi-e brushwork art with AI. Create classical shan shui landscapes, bamboo, koi, drago...

0· 138·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/chinese-ink-painting-generator.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Chinese Ink Painting Generator" (blammectrappora/chinese-ink-painting-generator) from ClawHub.
Skill page: https://clawhub.ai/blammectrappora/chinese-ink-painting-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 chinese-ink-painting-generator

ClawHub CLI

Package manager switcher

npx clawhub@latest install chinese-ink-painting-generator
Security Scan
Capability signals
Crypto
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description promise (generate Chinese ink–style images) matches the implementation: the JS script constructs a prompt, sends it to an image-generation endpoint, polls for the result, and prints a URL. Required components (a token for the Neta service and prompt/flags) are reasonable for this purpose.
Instruction Scope
SKILL.md and the script only instruct the agent/user to run the included Node script with a prompt and a --token flag. The runtime instructions do not request reading system files, other environment variables, or contacting endpoints beyond the stated API (api.talesofai.com / neta.art).
Install Mechanism
No install spec is present and the skill is instruction+script only; package.json is minimal and there are no third-party downloads or archive extracts. This lowers installation risk. The npx install hint points to a user repository but the shipped bundle already contains the script.
Credentials
The skill requires a Neta API token supplied via the --token flag (documented in README and SKILL.md). The skill metadata does not declare required env vars, but that is not harmful because the token is passed on the command line. No other secrets or unrelated credentials are requested. Note: prompts and the token are transmitted to a third-party API (api.talesofai.com); users should consider privacy of prompt content and the token's permissions.
Persistence & Privilege
The skill does not request persistent or elevated platform privileges (always is false). It does not modify other skills or system-wide settings and does not store credentials on disk. Autonomous invocation is allowed by default but is not combined with broad credential access.
Assessment
This skill appears to do exactly what it claims: call the Neta image API with a prompt and return an image URL. Before installing or using it, consider: (1) The script sends your prompt and the provided API token to api.talesofai.com — avoid sending sensitive data in prompts and make sure you trust that service and its privacy/TOS. (2) The package owner/homepage are unknown in the metadata; if you plan to install from a remote repo (npx/clawhub), verify the upstream repository and its history. (3) The token is passed on the command line (or you can expand a shell variable); do not expose long-lived credentials in shared shells or logs. (4) If you need stronger guarantees, run the small included script in an isolated environment or inspect/modify it before use. Overall, there are no signs of unrelated data access or covert exfiltration in the code or SKILL.md.

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

latestvk97d35jfrha345msagfy8e107x8549wd
138downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

Chinese Ink Painting Generator

Generate stunning traditional Chinese ink paintings (shui-mo hua) and sumi-e brushwork art with AI. Create classical shan shui landscapes, bamboo, koi, dragons, plum blossoms, calligraphy art, oriental scrolls, Japanese ink wash, zen minimalist art, and East Asian brush painting illustrations for wallpapers, prints, tea house decor, meditation art, cultural projects, and traditional aesthetic designs.

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 chinese ink painting generator images.

Quick start

node chineseinkpaintinggenerator.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/chinese-ink-painting-generator

Comments

Loading comments...