media-help

media-help is a skill for Claude Code, Codex from SamurAIGPT/muapi-claude-code. It costs 44 tokens per session (311 once invoked), scanned A, original, MIT.

A guide for choosing MuAPI models for creating images and videos. It explains which model fits image generation, image editing, text-to-video, or image-to-video work.

In plain words
What is it for?
Use it when you need a model recommendation, want to compare image and video options, check your MuAPI balance, upload a file, or track a generation request.
Why use it?
It removes the need to compare model names and guess which one matches your task. It can also show available model categories, model details, account balance, and generation status.

Skill for Claude CodeCodex

Part of the muapi plugin — 5 skills, 1 MCP server shipped together

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.

agentmods
npx agentmods add skills/samuraigpt/muapi-claude-code/media-help
Any agent
npx skills add SamurAIGPT/muapi-claude-code --skill media-help
Clone the repo
git clone --depth 1 https://github.com/SamurAIGPT/muapi-claude-code

Made for: Claude Code, Codex.

Or install muapi, the plugin that ships this one along with the rest of its 5 skills, 1 MCP server.

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 media-help

README.md
[![agentmods](https://agentmods.dev/badge/skills/samuraigpt/muapi-claude-code/media-help.svg)](https://agentmods.dev/skills/samuraigpt/muapi-claude-code/media-help)
Your own site
<a href="https://agentmods.dev/skills/samuraigpt/muapi-claude-code/media-help"><img src="https://agentmods.dev/badge/skills/samuraigpt/muapi-claude-code/media-help.svg" alt="Measured on agentmods" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 311 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00044 $0.00311
Opus 5 $0.00022 $0.00156
Sonnet 5 $0.00009 $0.00062
Haiku 4.5 $0.00004 $0.00031

Measured 4d ago against content hash 223bbe8d37a8, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

media-help 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 4d 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-help/SKILL.md · 34 lines

What it actually says

Media Help

Use the MuAPI model discovery tools to help users understand and choose the right model.

Instructions

  1. Call the list_models tool to get the available model categories
  2. If the user asks about a specific category, call model_details with a specific model name (e.g., flux-dev, kling-master, flux-kontext-dev)
  3. Explain the available options clearly, including what each model is best for
  4. Recommend the most appropriate model based on the user's needs

Request

$ARGUMENTS

Available Models

Image Generation

  • flux-dev — Fast, high-quality text-to-image generation (default for generate_image)
  • flux-kontext-dev — Specialized for image editing tasks (used by edit_image)

Video Generation

  • kling-master — High-quality text-to-video and image-to-video generation (default for generate_video and image_to_video)

Other Useful Tools

  • account_balance — Check the user's current MuAPI balance and account info
  • upload_file — Upload a local file to MuAPI for use with image editing or image-to-video
  • get_prediction — Check the status of a previously submitted generation request
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. 4d ago First seen · 34 lines · 44 tokens per session scan A 223bbe8d37a8

Subscribe to this mod's changes

media-help is a skill published in the GitHub repository SamurAIGPT/muapi-claude-code (4 stars, last pushed 1mo ago), licensed MIT. It adds 44 tokens to every session and 311 once invoked, about $0.0002 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

youtube-shorts-generator

Generate viral 9:16 YouTube Shorts (or TikTok/Reels clips) from a long-form YouTube URL or local video. Triggers on requests like "make shorts from this video", "extract viral clips from this YouTube link", "auto-clip this podcast", "find the best moments and crop vertical". Pipeline downloads the source, transcribes…

Anil-matcha/awesome-generative-ai-apps · 135 tokens

paper-illustration

Generate publication-quality AI illustrations for academic papers using Gemini image generation. Creates architecture diagrams, method illustrations with Claude-supervised iterative refinement loop. Use when user says "生成图表", "画架构图", "AI绘图", "paper illustration", "generate diagram", or needs visual figures for papers.

wanshuiyin/Auto-claude-code-research-in-sleep · 67 tokens

paper-illustration-image2

Generate publication-quality academic illustrations through a local Codex app-server bridge that uses Codex native image generation. This is a separate experimental alternative to paper-illustration, intended for Claude Code users who want a GPT-image-style renderer without modifying the original skill.

wanshuiyin/Auto-claude-code-research-in-sleep · 59 tokens

ffmpeg

Video and audio processing with FFmpeg. Use for format conversion, resizing, compression, audio extraction, and preparing assets for Remotion. Triggers include converting GIF to MP4, resizing video, extracting audio, compressing files, or any media transformation task.

digitalsamba/claude-code-video-toolkit · 55 tokens

playwright-recording

Record browser interactions as video using Playwright. Use for capturing demo videos, app walkthroughs, and UI flows for Remotion videos. Triggers include recording a demo, capturing browser video, screen recording a website, or creating walkthrough footage.

digitalsamba/claude-code-video-toolkit · 53 tokens

elevenlabs

Generate AI voiceovers, sound effects, and music using ElevenLabs APIs. Use when creating audio content for videos, podcasts, or games. Triggers include generating voiceovers, narration, dialogue, sound effects from descriptions, background music, soundtrack generation, voice cloning, or any audio synthesis task.

digitalsamba/claude-code-video-toolkit · 63 tokens