Platform
Multi-modal Generative Media Skills for AI Agents (Claude Code, Cursor, Gemini CLI). High-quality image, video, and audio generation powered by muapi.ai.
npx -y skills add SamurAIGPT/Generative-Media-Skills --skill platformAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Setup and utility scripts for muapi.ai — configure API keys, test connectivity, and poll for async generation results
SKILL.md
0.9 KB, as published. Nobody here has run it
⚙️ 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