agentsclimarketplace

Media content creation

Skill toolbox-playground/super-claudio/skills/media-content-creation

Media content creation skill. Use when the user wants to create, generate, or produce any kind of video, audio, or image. This is the main skill for all media generation tasks. Trigger on video: "I want to make a video", "create a TikTok video", "generate a realistic video", "make a promo video", "animate my photo", "create a video ad", "Remotion", "Higgsfield", "Kling", "Seedance", "Weavy AI", "Hailuo". Trigger on audio: "read this article aloud", "create a voiceover", "text to speech", "TTS", "generate narration in Portuguese", "background music", "create a jingle", "ElevenLabs", "Francisca Neural", "Suno", "Udio", "audio summary". Trigger on image: "generate an image", "create a graphic", "make a diagram", "draw X", "generate a photo of Y", "make an infographic", "Midjourney", "DALL-E", "Flux", "Napkin.ai", "Nano Banana 2", "animate a static image". Also triggers for: marketing creatives, social media visuals, product photos, content creator tools.From its SKILL.md

Install
npx -y skills add toolbox-playground/super-claudio --skill media-content-creation

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

4.6 KB, 850 tokens by cl100k_base, as published. Nobody here has run it

Media Content Creation

Step 1 — Identify the medium and intent

Identify which medium the user needs:

  • Video — motion, cinematic, animation, or programmatic
  • Audio — speech, narration, voiceover, or music
  • Image — photo, graphic, diagram, animated visual

If the user's prompt covers multiple media types (e.g., "a video with voiceover"), start with video, then handle audio as a second pass.

Step 2 — Discover tools (ALWAYS do this unless a tool is already chosen)

Do not assume which tool the user should use. The AI tools landscape changes weekly — tools go paid, free tiers shrink, better alternatives emerge. A tool that was free yesterday may require a credit card today.

Unless the user has already named the tool they want to use, invoke the find-ai-tools skill for the relevant category before routing to any reference file:

Mediumfind-ai-tools category to search
Realistic AI videovideo generation
Programmatic / animated videoprogrammatic video or animated video
Video for adsAI video ads
Text-to-speech / voiceovertext to speech
Music / jinglesAI music generation
Realistic images / product photosimage generation
Diagrams / infographicsAI diagram
Animating a static imageimage to video or AI animation

What find-ai-tools will return:

  • A ranked top-5 list sorted by free access (Free > Freemium > Free Trial > Paid Only)
  • Honest free tier details sourced from community (not vendor marketing)
  • Flags when a tool claims "free trial" but requires a credit card from day one

Present this list to the user and let them choose. Do not pick for them.

Step 3 — Execute with the chosen tool

Once the user has selected a tool, route to the matching reference file for the execution workflow (prompt tips, API code, step-by-step instructions):

Video

IntentReference file
Realistic AI video (cinematic, product, human motion)references/video-realistic.md
Programmatic / animated / code-based / emoji videoreferences/video-programmatic.md
Video for ads, TikTok Shop, Instagram Shop, ecommercereferences/video-ads.md
Editing existing video (trim, silence removal, captions)references/video-editing.md

Audio

IntentReference file
Text-to-speech, voiceover, narration, article summary as audioreferences/audio-tts.md
Background music, jingles, instrumental tracksreferences/audio-music.md

Image

IntentReference file
Realistic photos, product images, people, scenesreferences/image-realistic.md
Diagrams, flowcharts, infographics, data visuals, graphicsreferences/image-graphics.md
Animating a static image (adding motion)references/image-motion.md

The reference files contain prompt tips, API code examples, and step-by-step workflows. They are tool-agnostic where possible — adapt the workflow to whichever tool the user chose.

When to skip Step 2

Skip the find-ai-tools search only when:

  • The user explicitly names the tool ("use Kling", "use ElevenLabs", "use Remotion")
  • The user is asking for programmatic/code-based video (Remotion) — no free-tier concern
  • The user is using a tool that is genuinely free and local (edge-tts, Stable Diffusion local, FFmpeg)

When to check for more tools

If find-ai-tools doesn't return enough options or the user's need is very niche, invoke super-claudio:discover-skills to search community marketplaces.

What ships with it: 9 files

96.5 KB alongside SKILL.md

Gives 0 of the 12 instructions most video audio skills give in 850 tokens

Counted across 619 of the 725 authors here whose files we hold, read 2026-09-06

  • Read product marketing context firstin 13 of 619, across 7 files
  • Define the core visual thesis in one sentencein 11 of 619, across 3 files
  • Break the concept into 3 to 6 scenesin 11 of 619, across 3 files
  • Render the smallest working version firstin 11 of 619, across 3 files
  • Start with a low-quality smoke test renderin 11 of 619, across 3 files
  • Add captions for accessibility and engagementin 11 of 619, across 5 files
  • Write the scene outline before writing codein 11 of 619, across 3 files
  • Specify subject, action, camera, style, and moodin 11 of 619, across 5 files
  • Decide what each scene provesin 10 of 619, across 2 files
  • Export one clean thumbnail framein 10 of 619, across 2 files
  • Pick the right tool for the jobin 10 of 619, across 4 files
  • Run the test suite before proposing a fixin 8 of 619, across 7 files

Said here and by no other author read

  • Identify the medium and intent
  • Discover tools before routing
  • Present the tool list to the user
  • Let the user choose a tool
  • Execute with the chosen tool

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.