Esta página se muestra en inglés. Una traducción al español está en curso.
SkillsMay 13, 2026·2 min de lectura

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`.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Needs Confirmation · 66/100Política: confirmar
Superficie agent
Cualquier agent MCP/CLI
Tipo
Skill
Instalación
Npm
Confianza
Confianza: Established
Entrada
pip install muapi-cli
Comando CLI universal
npx tokrepo install eff58004-95ca-5e16-bfc4-f85ec9b207c2
Introducción

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.
🙏

Fuente y agradecimientos

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

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados