super-claudio:media-content-creation — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited super-claudio:media-content-creation (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Identify which medium the user needs:
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.
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:
Present this list to the user and let them choose. Do not pick for them.
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):
| 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 |
| Intent | Reference file |
|---|---|
| Text-to-speech, voiceover, narration, article summary as audio | references/audio-tts.md |
| Background music, jingles, instrumental tracks | references/audio-music.md |
| Intent | Reference file |
|---|---|
| Realistic photos, product images, people, scenes | references/image-realistic.md |
| Diagrams, flowcharts, infographics, data visuals, graphics | references/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.
Skip the find-ai-tools search only when:
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.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.