super-claudio:media-content-creation

super-claudio:media-content-creation is a skill for Claude Code from toolbox-playground/super-claudio. It costs 264 tokens per session (1,124 once invoked), scanned A, original, MIT.

A guide for creating video, audio, and image content, including choosing an appropriate media-generation tool.

In plain words
What is it for?
Use it for videos, animations, voiceovers, music, images, promotional media, and other audio-visual generation tasks.
Why use it?
It helps identify the medium and intent, then route the request through the relevant creation workflow.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the super-claudio plugin — 12 skills, 2 agents shipped together

Good fit Use it for videos, animations, voiceovers, music, images, promotional media, and other audio-visual generation tasks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/toolbox-playground/super-claudio/media-content-creation
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add toolbox-playground/super-claudio --skill media-content-creation
Clone the repo
git clone --depth 1 https://github.com/toolbox-playground/super-claudio

Made for: Claude Code.

Or install super-claudio, the plugin that ships this one along with the rest of its 12 skills, 2 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for super-claudio:media-content-creation

README.md
[![agentmods](https://agentmods.dev/badge/skills/toolbox-playground/super-claudio/media-content-creation/github.svg)](https://agentmods.dev/skills/toolbox-playground/super-claudio/media-content-creation)
Your own site
<a href="https://agentmods.dev/skills/toolbox-playground/super-claudio/media-content-creation"><img src="https://agentmods.dev/badge/skills/toolbox-playground/super-claudio/media-content-creation/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for super-claudio:media-content-creation

Your own site · 80×15
<a href="https://agentmods.dev/skills/toolbox-playground/super-claudio/media-content-creation"><img src="https://agentmods.dev/badge/skills/toolbox-playground/super-claudio/media-content-creation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 264 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,124 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00264 $0.01124
Opus 5 $0.00132 $0.00562
Sonnet 5 $0.00053 $0.00225
Haiku 4.5 $0.00026 $0.00112

Measured 10d ago against content hash 0742ab44a179, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

super-claudio:media-content-creation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/media-content-creation/SKILL.md · 100 lines

How it starts

The opening of the file, as written. The whole thing — 100 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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:

Medium find-ai-tools category to search
Realistic AI video video generation
Programmatic / animated video programmatic video or animated video
Video for ads AI video ads
Text-to-speech / voiceover text to speech
Music / jingles AI music generation
Realistic images / product photos image generation
Diagrams / infographics AI diagram
Animating a static image image 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

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

Read the full file on GitHub · 100 lines

Files

What ships with it

9 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 100 lines · 264 tokens per session scan A 0742ab44a179

Subscribe to this mod's changes

super-claudio:media-content-creation is a skill published in the GitHub repository toolbox-playground/super-claudio (4 stars, last pushed 2d ago), licensed MIT. It adds 264 tokens to every session and 1,124 once invoked, about $0.0013 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

pillow

Manipulate images locally using Python and PIL/Pillow. Use when the user asks to resize, crop, rotate, flip, filter, enhance, combine, overlay, watermark, add text to, convert, compress, create, or edit images locally. Also use for thumbnails, borders, color adjustments, transparency, animated GIFs, or extracting…

openbotx/openbotx · 74 tokens

image-generation

Generate images from text descriptions using AI. Use when the user asks to create, generate, draw, or design an image, illustration, icon, or any visual content.

openbotx/openbotx · 37 tokens

illustrator

Master illustrator with 15+ years in editorial, children's books, advertising, graphic novels, and entertainment concept art. Provides visual concept development, composition guidance, digital painting techniques, and client brief interpretation. Use when users request illustration, digital painting, character design…

theneoai/awesome-skills · 62 tokens

livestreamer

Elite livestreamer with 8+ years in gaming, entertainment, and live-commerce streaming. Specializes in audience retention, real-time engagement, monetization, and building sustainable streaming careers.

theneoai/awesome-skills · 40 tokens

florist

Expert-level Florist skill with deep knowledge of floral design, bouquet construction, event decoration, and flower care. Transforms AI into a master florist with 15+ years of experience in retail floristry, event florals, and artistic installations. Use when: crafts, floristry, flower-arrangement, bouquet-design…

theneoai/awesome-skills · 0 tokens

instrument-maker

Expert-level Traditional Instrument Maker skill with deep knowledge of Chinese and Asian traditional instrument making. Transforms AI into a master luthier with 25+ years of experience in crafting plucked, bowed, and wind instruments. Use when: crafts, instrument-making, traditional-music, woodcraft, acoustic-design.

theneoai/awesome-skills · 0 tokens