Skills · Community project

Generative Media Skills

A suite of image, video, and audio generation Skills for coding agents, combining the MuAPI CLI, production knowledge, workflow recipes, and an MCP server. Generation requires a MuAPI key.

4.1k StarsMITShellUpdated 3 days ago
01

Project overview

A suite of image, video, and audio generation Skills for coding agents, combining the MuAPI CLI, production knowledge, workflow recipes, and an MCP server. Generation requires a MuAPI key. Its main documented capabilities are Multimodal generation, Production knowledge, Workflow recipes, Agent and MCP integration. This page is based on public GitHub material and does not present repository claims as hands-on testing.

02

Core capabilities

01

Multimodal generation

Generates, edits, and downloads images, video, and audio through MuAPI model endpoints.

02

Production knowledge

Provides domain Skills for cinematography, visual design, branding, Seedance, and related production work.

03

Workflow recipes

Combines CLI calls into product ads, UGC, music videos, social assets, and design-delivery workflows.

04

Agent and MCP integration

Supports local scripts in coding agents and exposes structured tools through `muapi mcp serve`.

03

Installation and usage

Install `muapi-cli`, configure a MuAPI key with user authorization, then install all or selected Skills. Start verification with help, model listing, or a deliberately low-cost task.

AI AGENT INSTALL

Let an AI Agent install it

Send this prompt to Codex, Claude Code, or another AI agent that can work with your local environment.

Help me install Generative Media Skills from https://github.com/SamurAIGPT/Generative-Media-Skills. Read README.md, core/, library/, schema_data.json, and LICENSE first and explain the MuAPI dependency. Install `muapi-cli` and the Skills, but ask before requesting a MuAPI key, logging in, spending credit, uploading media, enabling MCP, replacing files, or installing global software. Never echo or commit credentials. Verify authentication with the model list, then let me approve the model, upload scope, and expected cost before generating a minimal sample.
01Before you start
  • Node.js with npm/npx
  • A MuAPI account, API key, and available credit
  • A host that supports Agent Skills
02Copy the install command or configuration
npm install -g muapi-cli
npx skills add SamurAIGPT/Generative-Media-Skills --all
03Complete the setup steps
  1. 1
    Review prerequisites and boundaries

    Read the repository installation material and confirm: Node.js with npm/npx; A MuAPI account, API key, and available credit; A host that supports Agent Skills. Stop for confirmation before credentials, cost, additional permissions, or replacement.

  2. 2
    Run the documented installation

    Use the current README command: npm install -g muapi-cli npx skills add SamurAIGPT/Generative-Media-Skills --all

  3. 3
    Run a minimal verification

    Run `muapi models list --category video --output-json` to verify the CLI and authentication, then generate a minimal media sample only after the user approves the model and cost. MuAPI was not called for this catalog entry.

  4. 4
    Move to a real task

    After the minimal check passes, use nonsensitive test media first. Ask separately before external uploads, billable calls, publishing, or irreversible changes.

How to verify the setup

Run `muapi models list --category video --output-json` to verify the CLI and authentication, then generate a minimal media sample only after the user approves the model and cost. MuAPI was not called for this catalog entry.

Before using it
  • The Skills orchestrate MuAPI services rather than bundling fully offline generation models
  • Generation, uploads, account top-ups, and model calls can incur charges
  • Media and prompts are submitted to MuAPI and routed model providers, so sensitive assets require review
  • No credentials were configured and no generation was executed
04

Use cases

SCENARIO 01

Product ads and UGC

Combine product images, people, scripts, voice, and video models into short ads.

SCENARIO 02

Image and design delivery

Generate brand kits, social assets, thumbnails, product imagery, and multi-angle visuals.

SCENARIO 03

Audio and video pipelines

Orchestrate music, voice, video generation, clipping, and downloads as repeatable workflows.

05

Assessment

Based on the README, installation material, and repository structure, Generative Media Skills turns Multimodal generation, Production knowledge, Workflow recipes into explicit agent workflows. Its limitations are mainly dependency, host, and data-boundary concerns. This assessment is based on public material, without installation or a real media task.

Why it may be useful

  • Generates, edits, and downloads images, video, and audio through MuAPI model endpoints.
  • Provides domain Skills for cinematography, visual design, branding, Seedance, and related production work.
  • Combines CLI calls into product ads, UGC, music videos, social assets, and design-delivery workflows.

What to know first

  • The Skills orchestrate MuAPI services rather than bundling fully offline generation models
  • Generation, uploads, account top-ups, and model calls can incur charges
  • Media and prompts are submitted to MuAPI and routed model providers, so sensitive assets require review
  • No credentials were configured and no generation was executed
06

README

Generative Media Skills


Overview

A suite of image, video, and audio generation Skills for coding agents, combining the MuAPI CLI, production knowledge, workflow recipes, and an MCP server. Generation requires a MuAPI key. Multi-modal Generative Media Skills for AI Agents powered by muapi.ai.

Getting started

  • Install `muapi-cli`, configure a MuAPI key with user authorization, then install all or selected Skills. Start verification with help, model listing, or a deliberately low-cost task.
  • Project focus: A suite of image, video, and audio generation Skills for coding agents, combining the MuAPI CLI, production knowledge, workflow recipes, and an MCP server. Generation requires a MuAPI key.
  • Published characteristics: Image, video, and audio generation; 41 workflow recipes; MuAPI CLI and MCP server; Requires a MuAPI API key.
  • Run `muapi models list --category video --output-json` to verify the CLI and authentication, then generate a minimal media sample only after the user approves the model and cost. MuAPI was not called for this catalog entry.

Configuration

npm install -g muapi-cli
npx skills add SamurAIGPT/Generative-Media-Skills --all
Read the complete README on GitHub