Main
Use it as a recipe library: each skill declares inputs + steps, so your agent can fill parameters and execute deterministic CLI calls instead of improvising prompts.
Start with a single image recipe to validate your API key and output format, then graduate to longer chains (storyboard/video director scripts).
Prefer agent-friendly output modes (
--output-json, extracting URLs) when you want to feed results into the next tool call automatically.
Source-backed notes
- README quick start installs
muapi-clivia npm or pip and configures an API key withmuapi auth configure. - README installs skills via
npx skills add ... --all(or a specific--skill ...) and supports targeting multiple agents. - README shows example commands like
muapi image generate ... --model ...and an agent-friendly JSON output pattern.
FAQ
- Do I need Python for muapi?: No — README recommends npm install; pip is optional.
- How do I install the skills into Claude Code?: Use
npx skills add SamurAIGPT/Generative-Media-Skills --allas in README. - How do I make outputs machine-readable?: Use README’s
--output-jsonand--jqextraction examples for URLs/results.