episode-generate-cover-art — community episode-generate-cover-art, jordan_michael_last, community, ide skills

v1.0.0

About this Skill

Perfect for Media Agents needing automated cover art generation for episode content using the ElevenLabs API. Generate podcast episode cover art from episodes/<N>/metadata.json using ElevenLabs image generation and save it to the episode directory.

lastmjs lastmjs
[0]
[0]
Updated: 3/5/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Locale and body language aligned
Review Score
7/11
Quality Score
42
Canonical Locale
en
Detected Body Locale
en

Perfect for Media Agents needing automated cover art generation for episode content using the ElevenLabs API. Generate podcast episode cover art from episodes/<N>/metadata.json using ElevenLabs image generation and save it to the episode directory.

Core Value

Empowers agents to generate cover art in PNG format by leveraging the ElevenLabs API, utilizing environment variables for API key management, and creating debug artifacts for troubleshooting purposes.

Ideal Agent Persona

Perfect for Media Agents needing automated cover art generation for episode content using the ElevenLabs API.

Capabilities Granted for episode-generate-cover-art

Automating cover art generation for podcast episodes
Generating cover art prompts in text format for further customization
Debugging cover art generation issues through request and response artifacts

! Prerequisites & Limits

  • Requires ElevenLabs API key presence in environment variables
  • Needs episode metadata in JSON format for each episode folder
  • Dependent on the ElevenLabs API for cover art generation capabilities

Why this page is reference-only

  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is episode-generate-cover-art?

Perfect for Media Agents needing automated cover art generation for episode content using the ElevenLabs API. Generate podcast episode cover art from episodes/<N>/metadata.json using ElevenLabs image generation and save it to the episode directory.

How do I install episode-generate-cover-art?

Run the command: npx killer-skills add lastmjs/jordan_michael_last/episode-generate-cover-art. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for episode-generate-cover-art?

Key use cases include: Automating cover art generation for podcast episodes, Generating cover art prompts in text format for further customization, Debugging cover art generation issues through request and response artifacts.

Which IDEs are compatible with episode-generate-cover-art?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for episode-generate-cover-art?

Requires ElevenLabs API key presence in environment variables. Needs episode metadata in JSON format for each episode folder. Dependent on the ElevenLabs API for cover art generation capabilities.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add lastmjs/jordan_michael_last/episode-generate-cover-art. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use episode-generate-cover-art immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

episode-generate-cover-art

Install episode-generate-cover-art, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Inputs:

  • EPISODE_NUMBER: Episode folder number (directory: episodes/<EPISODE_NUMBER>)

Output files:

  • episodes/<N>/cover_art.png
  • episodes/<N>/cover_art_prompt.txt
  • episodes/<N>/cover_art_debug/<RUN_ID>/... (request/response/debug artifacts)
  1. Ensure EPISODE_NUMBER is provided.
  2. Ensure episodes/${EPISODE_NUMBER}/metadata.json exists.
  3. Ensure ElevenLabs API key is present in env:
    • ELEVEN_LABS_API_KEY, or
    • ELEVENLABS_API_KEY
  4. Run: ./.agents/skills/episode-generate-cover-art/scripts/generate_cover_art_elevenlabs.sh --episode-dir "episodes/${EPISODE_NUMBER}"

Behavior guarantees:

  • Uses ElevenLabs API endpoints only.
  • Prompt format is exact:
    • Create cover art for the following podcast episode based on this metadata:
    • followed by raw metadata.json content.
  • Input source is episodes/<N>/metadata.json.
  • Discovers/ranks nano-banana model candidates (from /v1/models when available), then falls back through nano-banana aliases.
  • Tries multiple endpoint and payload-schema variants for API compatibility.
  • Parses image response from:
    • binary image body,
    • JSON URL payload,
    • JSON/base64 payload.
  • Rejects invalid outputs and retries fallbacks:
    • non-image content,
    • tiny files,
    • too-small dimensions,
    • low-variance placeholder-like outputs.

Debug artifacts:

  • Every request/response attempt is written into episodes/<N>/cover_art_debug/<RUN_ID>/.
  • Final selected endpoint/model/output metadata is written to:
    • episodes/<N>/cover_art_debug/<RUN_ID>/final_selection.txt

Validation:

  • cover_art.png must be non-empty and image-readable.
  • Final output dimensions and file size are printed by the script.
  • For batch verification across episodes:
bash
1for n in 3 4 5; do 2 ./.agents/skills/episode-generate-cover-art/scripts/generate_cover_art_elevenlabs.sh --episode-dir "episodes/$n" 3done
  • Fail the run if any episode fails to produce valid cover art.

Related Skills

Looking for an alternative to episode-generate-cover-art or another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Developer