Concert Poster Generator

v1.0.0

Generate bold concert posters, gig flyers, music event banners, band promo art, festival posters, club night flyers, and live show announcement designs. Perf...

0· 54·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 omactiengartelle/concert-poster-generator.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Concert Poster Generator" (omactiengartelle/concert-poster-generator) from ClawHub.
Skill page: https://clawhub.ai/omactiengartelle/concert-poster-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 concert-poster-generator

ClawHub CLI

Package manager switcher

npx clawhub@latest install concert-poster-generator
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description promise (concert poster image generation) matches the included script and README: the script sends prompts to an image-generation API (api.talesofai.com / Neta) and returns an image URL. No unrelated binaries, credentials, or surprising capabilities are requested.
Instruction Scope
SKILL.md instructs running the provided Node script with a --token flag and optional flags; the script only reads process.argv, validates size, and sends the prompt and token to the external API, polling for the result. This stays within the poster-generation scope. Note: the skill will transmit whatever prompt you supply (and the token) to api.talesofai.com — expected for this functionality.
Install Mechanism
No install spec / downloads are present; the package is instruction + a single JS file and package.json. Nothing is fetched or written to disk at install time by the skill itself, so install risk is low.
Credentials
No required environment variables are declared; the script requires a Neta token provided via the CLI --token flag. This is proportionate for an API client. One user-privacy/security note: passing secrets as CLI arguments can expose them in process listings while the command runs — the skill does not read environment variables directly (it only accepts the expanded value via argv).
Persistence & Privilege
always is false and the skill does not attempt to modify system or other skills' configurations. It runs as a normal, on-demand CLI utility and does not request persistent platform privileges.
Assessment
This skill appears to do what it claims: it sends your prompt and the provided token to the Neta / talesofai image API and prints the resulting image URL. Before installing or running it: (1) Confirm you trust api.talesofai.com / neta.art because your prompts and token will be sent there. (2) Be careful passing long-lived or sensitive tokens on the command line — CLI args can be visible to other users via process listings; prefer short-lived trial tokens or run in a secure environment. (3) If you want to avoid CLI exposure, modify the script to read the token from a secure environment variable or other secret store instead of requiring it as a command-line argument. (4) If you need stricter assurance, review the included JS file locally (it is small and readable) or run the tool in a sandboxed environment.

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

latestvk97dj763xp682bxx4qb661vrc585jvfj
54downloads
0stars
1versions
Updated 2d ago
v1.0.0
MIT-0

Concert Poster Generator

Generate bold concert posters, gig flyers, music event banners, band promo art, festival posters, club night flyers, and live show announcement designs. Perfect for indie musicians, DJs, venue promoters, Bandcamp artists, and tour managers who need eye-catching cinematic poster artwork in seconds.

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 concert poster generator images.

Quick start

node concertpostergenerator.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 omactiengartelle/concert-poster-generator

Comments

Loading comments...