Podcast Cover Generator

v1.0.0

Generate professional podcast cover art and show artwork for Spotify, Apple Podcasts, YouTube Music, Amazon Music, and Overcast. Create eye-catching 1400x140...

0· 110·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/podcast-cover-generator.

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

ClawHub CLI

Package manager switcher

npx clawhub@latest install podcast-cover-generator
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description: generate podcast cover art. Declared requirements: none (token provided at runtime). Actual behavior: sends text prompt + style suffix to api.talesofai.com image endpoints and returns an image URL. All required items are proportional and directly related to the stated purpose.
Instruction Scope
SKILL.md instructs running the bundled Node script and passing a Neta token via --token. The code only reads CLI args, constructs a prompt, and POSTs to the Neta API. It does not read unrelated files, environment variables, or local configuration, nor does it exfiltrate data to unexpected endpoints.
Install Mechanism
No install spec; the skill is instruction-only with a small included JS file and package.json (no dependencies). No downloads from untrusted URLs or archive extraction are used. The script requires network access to the Neta API (expected for this task).
Credentials
The only secret required is a Neta API token (passed via --token). No other credentials, config paths, or unrelated environment variables are requested or referenced in code or docs.
Persistence & Privilege
Skill is not always-enabled, does not request persistent system-level privileges, and does not modify other skills or system-wide configs. It prints a URL and exits; it does not store tokens locally.
Assessment
This skill appears to do exactly what it says: send your prompt to the Neta image API and return a generated-image URL. Before installing or running it, consider: (1) Trust the third party — prompts (which may include sensitive info) and the API token are sent to api.talesofai.com/neta.art; do not include secrets or private data in prompts. (2) The skill's source has no homepage and an unknown registry owner — if you need stronger assurance, review the small JS file yourself (it is included) or run it in an isolated environment. (3) Confirm rate/usage limits and billing on the Neta service and rotate the token if you ever expose it. Otherwise the code and instructions are proportionate and consistent with the stated purpose.

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

latestvk9780zmbbs6g4dv7azese42hd584ntt1
110downloads
0stars
1versions
Updated 2w ago
v1.0.0
MIT-0

Podcast Cover Generator

Generate professional podcast cover art and show artwork for Spotify, Apple Podcasts, YouTube Music, Amazon Music, and Overcast. Create eye-catching 1400x1400 square covers for true crime, comedy, business, interview, educational, storytelling, news, tech, and entertainment podcasts. Perfect for indie podcasters, podcast networks, audio creators, and show hosts needing custom cover design, episode art, show branding, podcast thumbnails, and directory-ready artwork that stands out in search results.

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

Quick start

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

Options

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

Install

npx skills add blammectrappora/podcast-cover-generator

Comments

Loading comments...