muapi-platform
4
总安装量
2
周安装量
#50231
全站排名
安装命令
npx skills add https://github.com/samuraigpt/generative-media-skills --skill muapi-platform
Agent 安装分布
trae
2
mcpjam
1
claude-code
1
junie
1
windsurf
1
zencoder
1
Skill 文档
âï¸ 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