← Back to Skills Marketplace
Pinup Art Generator
by
blammectrappora
· GitHub ↗
· v1.0.0
· MIT-0
78
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pinup-art-generator
Description
Generate classic 1950s pin-up art, retro glamour illustrations, vintage poster portraits, mid-century advertising art, and Gil Elvgren style pinup girls. Per...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: pinup-art-generator
Version: 1.0.0
The skill is a straightforward wrapper for the Neta AI image generation API. The script `pinupartgenerator.js` takes a user prompt and an API token via command-line arguments, submits a request to `api.talesofai.com`, and polls for the resulting image URL. There is no evidence of malicious behavior, data exfiltration, or obfuscation; the code logic is transparent and aligns perfectly with the stated purpose in `SKILL.md` and `README.md`.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pinup-art-generator - After installation, invoke the skill by name or use
/pinup-art-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Pin-Up Art Generator
- Generate classic 1950s pin-up art and retro glamour illustrations using Neta AI.
- Supports custom prompts, portrait options, and style reference images.
- Ideal for vintage poster designers, retro merch creators, and fans of nostalgic aesthetics.
- Easy setup with Bash-based commands and free Neta API token trial.
Metadata
Frequently Asked Questions
What is Pinup Art Generator?
Generate classic 1950s pin-up art, retro glamour illustrations, vintage poster portraits, mid-century advertising art, and Gil Elvgren style pinup girls. Per... It is an AI Agent Skill for Claude Code / OpenClaw, with 78 downloads so far.
How do I install Pinup Art Generator?
Run "/install pinup-art-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pinup Art Generator free?
Yes, Pinup Art Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pinup Art Generator support?
Pinup Art Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pinup Art Generator?
It is built and maintained by blammectrappora (@blammectrappora); the current version is v1.0.0.
More Skills