⚙️ MuAPI Platform Utilities
SkillDev toolsLets your agent set up API keys, test connections, and check results from muapi.ai generative media jobs.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the ⚙️ MuAPI Platform Utilities skill
About this capability
Setup and utility scripts for muapi.ai — configure API keys, test connectivity, and poll for async generation results
What this skill tells your AI
The instructions your AI receives, as published by samuraigpt/generative-media-skills in core/platform/SKILL.md and read by ahel’s review.
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
Signals
- GitHub stars
- 4k
- Forks
- 489
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
muapi-platform- Source
- github.com/samuraigpt/generative-media-skills