KS
Killer-Skills

episode-generate-cover-art — how to use episode-generate-cover-art how to use episode-generate-cover-art, episode-generate-cover-art setup guide, automated cover art generation, ElevenLabs API integration, episode-generate-cover-art alternative, episode-generate-cover-art vs manual cover art creation, episode-generate-cover-art install, what is episode-generate-cover-art, episode-generate-cover-art tutorial

v1.0.0
GitHub

About this Skill

Perfect for Media Agents needing automated cover art generation for episode content using the ElevenLabs API. episode-generate-cover-art is a skill that automatically generates cover art for episodes by utilizing input parameters such as episode number and metadata

Features

Generates cover art images in PNG format
Creates cover art prompt text files
Supports debugging through request/response artifacts
Utilizes the ElevenLabs API for cover art generation
Requires EPISODE_NUMBER and metadata.json as input parameters
Supports environment variables for API key configuration

# Core Topics

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

Quality Score

Top 5%
42
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add lastmjs/jordan_michael_last/episode-generate-cover-art

Agent Capability Analysis

The episode-generate-cover-art MCP Server by lastmjs is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use episode-generate-cover-art, episode-generate-cover-art setup guide, automated cover art generation.

Ideal Agent Persona

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

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.

Capabilities Granted for episode-generate-cover-art MCP Server

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
Project
SKILL.md
1.9 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

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 building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication