muapi-platform

muapi-platform is a skill for Claude Code, Codex from SamurAIGPT/Generative-Media-Skills. It costs 26 tokens per session (229 once invoked), scanned A, original, MIT.

Setup and checking scripts for muapi.ai, a service that produces results asynchronously, meaning the result may be ready later rather than immediately.

In plain words
What is it for?
Use them to configure and test muapi.ai access, then poll for a result using its request ID.
Why use it?
They reduce manual work when saving an API key, checking access, and waiting for a generation request to finish.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use them to configure and test muapi.ai access, then poll for a result using its request ID.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/samuraigpt/generative-media-skills/platform
About the project

Generative-Media-Skills is a toolkit that lets AI agents generate, edit, and display images, videos, and audio through the muapi command-line interface. It is for users of Claude Code, Cursor, Gemini CLI, and OpenCode who need multimodal media-generation workflows. The catalogue entries are the skills that expose these media capabilities to coding agents.

SamurAIGPT/Generative-Media-Skills · 4,254 stars · on GitHub · muapi.ai

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 SamurAIGPT/Generative-Media-Skills --skill platform
Clone the repo
git clone --depth 1 https://github.com/SamurAIGPT/Generative-Media-Skills

Made for: Claude Code, Codex.

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 muapi-platform

README.md
[![agentmods](https://agentmods.dev/badge/skills/samuraigpt/generative-media-skills/platform/github.svg)](https://agentmods.dev/skills/samuraigpt/generative-media-skills/platform)
Your own site
<a href="https://agentmods.dev/skills/samuraigpt/generative-media-skills/platform"><img src="https://agentmods.dev/badge/skills/samuraigpt/generative-media-skills/platform/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 muapi-platform

Your own site · 80×15
<a href="https://agentmods.dev/skills/samuraigpt/generative-media-skills/platform"><img src="https://agentmods.dev/badge/skills/samuraigpt/generative-media-skills/platform.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 229 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00026 $0.00229
Opus 5 $0.00013 $0.00114
Sonnet 5 $0.00005 $0.00046
Haiku 4.5 $0.00003 $0.00023

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

Security

Grade A, and why

muapi-platform scanned grade A with 1 finding 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 11d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (check-result.sh, setup.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- `curl`
core/platform/SKILL.md · 42 lines

What it actually says

⚙️ MuAPI Platform Utilities

Setup and polling utilities for the muapi.ai platform.

Configure your API key, verify connectivity, and poll for async generation results.

Available Scripts

Script Description
setup.sh Configure API key, show config, test key validity
check-result.sh Poll for async generation results by request ID

Quick Start

# Save your API key
bash setup.sh --add-key "YOUR_MUAPI_KEY"

# Show current configuration
bash setup.sh --show-config

# Test API key validity
bash setup.sh --test

# Poll for a result (waits for completion)
bash check-result.sh --id "your-request-id"

# Check once without polling
bash check-result.sh --id "your-request-id" --once

Requirements

  • curl
Files

What ships with it

2 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. 11d ago First seen · 42 lines · 26 tokens per session scan A 7a0327750278

Subscribe to this mod's changes

muapi-platform is a skill published in the GitHub repository SamurAIGPT/Generative-Media-Skills (4,254 stars, last pushed yesterday), licensed MIT. It adds 26 tokens to every session and 229 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

build-mcp-server

This skill should be used when the user asks to "build an MCP server", "create an MCP", "make an MCP integration", "wrap an API for Claude", "expose tools to Claude", "make an MCP app", or discusses building something with the Model Context Protocol. It is the entry point for MCP server development — it interrogates…

anthropics/claude-plugins-official · 111 tokens

data-manager-api-setup

Guides developers through client library installation and authentication setup steps for the Data Manager API. Use this skill when a user is getting started with the Data Manager API and needs to setup their local environment, install the client library, or setup access to the API. Don't use for implementing audience…

google/skills · 86 tokens

potpie-infra-architecture

Use for project infra and architecture context: environments, adapters, runtime configuration, deployments, service dependencies, datastores, API contracts, ownership, incidents, and dependency blast radius.

potpie-ai/potpie · 43 tokens

blind-sqli

Blind SQL injection under hostile WAF — manual bypass playbook for when sqlmap fails because common tokens (SUBSTRING, IF, AND, WHERE, single quotes) are filtered. Covers token-fingerprinting probe loops, arithmetic-multiplication boolean evaluation, hex-encoded literals, and exponential-probe binary search. Loaded on…

PurpleAILAB/Decepticon · 88 tokens

race-condition

Race condition / TOCTOU exploitation — concurrent and parallel-request attacks against web applications that check then act, write session state before validating it, or perform slow operations that widen the race window. Covers single-endpoint races (double-spend, coupon abuse, balance overflow) and multi-endpoint…

PurpleAILAB/Decepticon · 80 tokens

api-server-sent-events

Server-Sent Events (SSE / EventSource) exploitation — origin abuse for cross-site streaming exfil, prompt-injection via SSE messages into LLM clients, retry-after token leak, fragmenting events to bypass content-type sniffers.

PurpleAILAB/Decepticon · 54 tokens