SkillsMay 13, 2026·2 min read

Generative Media Skills — muapi + npx skills add

Generative Media Skills is a multi-modal skill library: run image/video recipes via muapi-cli, installable into Claude Code/Cursor with `npx skills add`.

Agent ready

Review-first install path

This asset needs a review step. The copied prompt tells the agent to dry-run, show the writes, then proceed only after confirmation.

Needs Confirmation · 66/100Policy: confirm
Agent surface
Any MCP/CLI agent
Kind
Skill
Install
Single
Trust
Trust: Established
Entrypoint
Asset
Review-first command
npx -y tokrepo@latest install eff58004-95ca-5e16-bfc4-f85ec9b207c2 --target codex

Dry-run first, confirm the writes, then run this command.

Intro

Generative Media Skills is a multi-modal skill library: run image/video recipes via muapi-cli, installable into Claude Code/Cursor with npx skills add.

Best for: Creators who want a CLI-driven, repeatable media generation workflow for agents

Works with: muapi-cli, bash scripts, npx skills add, common agent runners

Setup time: 8-20 minutes

Key facts (verified)

  • GitHub: 3223 stars · 357 forks · pushed 2026-05-13.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-verified entrypoint: pip install muapi-cli.

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-cli via npm or pip and configures an API key with muapi 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 --all as in README.
  • How do I make outputs machine-readable?: Use README’s --output-json and --jq extraction examples for URLs/results.
🙏

Source & Thanks

Source: https://github.com/SamurAIGPT/Generative-Media-Skills > License: MIT > GitHub stars: 3223 · forks: 357

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets