Agent skill · Testing & QA

muapi-platform

Setup and utility scripts for muapi.ai — configure API keys, test connectivity, and poll for async generation results

SamurAIGPTgithub.com/SamurAIGPTGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add SamurAIGPT/Generative-Media-Skills --skill platform --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 1 KB
Bundled scripts: yes
Version: 0.1.0
Path: core/platform/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,976
Language: Shell
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# ⚙️ 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 ```bash # 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`

What's inside
Steps it walks through
  1. Available Scripts
  2. Quick Start
  3. Requirements
Ships with 2 files
  • check-result.sh
  • setup.sh
Commands it runs
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
More from Generative-Media-Skills
All skills →
About this skill
What does the muapi-platform skill do?

Setup and utility scripts for muapi.ai — configure API keys, test connectivity, and poll for async generation results

How do I install it?

Run `npx skills add SamurAIGPT/Generative-Media-Skills --skill platform --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From SamurAIGPT/Generative-Media-Skills, a repository with 3,976 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going