Pinup Art Generator

v1.0.0

Generate classic 1950s pin-up art, retro glamour illustrations, vintage poster portraits, mid-century advertising art, and Gil Elvgren style pinup girls. Per...

0· 71·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/pinup-art-generator.

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

ClawHub CLI

Package manager switcher

npx clawhub@latest install pinup-art-generator
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the implementation: the code builds a text prompt, sends it to api.talesofai.com, polls for an image URL, and prints the URL. Requiring a Neta API token (passed via --token) is appropriate for this purpose.
Instruction Scope
SKILL.md and the script instruct the agent/user to call node pinupartgenerator.js with a prompt and token. The instructions and code do not read arbitrary files, environment variables, or other system state, nor do they exfiltrate data to unexpected endpoints. Progress is printed to stderr and the final image URL to stdout as documented.
Install Mechanism
There is no install spec and no downloads or extracts; the skill is instruction/code-only. The included JS file runs locally and makes outbound HTTPS calls to the documented API. No external installers or archive downloads are used.
Credentials
The skill requires a Neta API token, which is reasonable. Metadata lists no required env vars; the token is supplied via a CLI flag (--token). This is a minor inconsistency in metadata vs. runtime usage but not a security issue. The script does not request other unrelated credentials.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide settings, and has no elevated persistence requirements. It behaves as a normal, user-invoked CLI skill.
Assessment
This appears to be a simple and coherent CLI wrapper for the Neta image API. Before installing or running: (1) verify you trust the skill source/owner (npx install paths or repository provenance), (2) only provide a Neta token (do not reuse unrelated secrets), and (3) review the code locally if you plan to run it on sensitive systems. Also consider content/legal implications of generating stylized/person-based artwork (copyright and platform policy). If you want higher assurance, run the single JS file in a sandbox or inspect it line-by-line (it is short) before executing.

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

latestvk971q44tf6ykgbd4nsec6d7na985epy8
71downloads
0stars
1versions
Updated 3d ago
v1.0.0
MIT-0

Pin-Up Art Generator

Generate classic 1950s pin-up art, retro glamour illustrations, vintage poster portraits, mid-century advertising art, and Gil Elvgren style pinup girls. Perfect for Etsy sellers, vintage poster designers, retro merch creators, rockabilly fans, tiki bar decor, and nostalgic 70s/80s aesthetic lovers who want classic pinup portrait illustrations with timeless retro charm.

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

Quick start

node pinupartgenerator.js "your description here" --token YOUR_TOKEN

Options

  • --sizeportrait, landscape, square, tall (default: portrait)
  • --ref — reference image UUID for style inheritance

Install

npx skills add blammectrappora/pinup-art-generator

Comments

Loading comments...