Agent skill · Media & Video

muapi-workflow

Build, run, and visualize multi-step AI generation workflows. The AI architect translates natural language descriptions into connected node graphs — chain image generation, video creation, enhancement, and editing into automated pipelines.

SamurAIGPTgithub.com/SamurAIGPTGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add SamurAIGPT/Generative-Media-Skills --skill workflow --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 6
SKILL.md size: 6 KB
Bundled scripts: yes
Version: 0.1.0
Path: library/workflow/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,976
Language: Shell
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# AI Workflow Builder Chain any combination of muapi.ai generation steps into automated pipelines. The AI architect converts your plain-language description into a runnable node graph. ## Prerequisites Always ensure the `muapi` CLI is up-to-date before running any commands. Reinstall from source at the start of every session: ```bash pip install --upgrade /path/to/muapi-cli ``` Replace `/path/to/muapi-cli` with the actual path to the `muapi-cli` directory in the workspace (the directory containing `pyproject.toml`). ## Core Operations 1. **Generate** (`generate-workflow.sh`) — AI architect creates a workflow from a description 2. **Discover** (`discover-workflow.sh`) — Find a relevant existing workflow by natural language 3. **Edit** (`generate-workflow.sh --workflow-id`) — Modify an existing workflow with a prompt 4. **Interactive Run** (`interactive-run.sh`) — Prompt for inputs and execute a workflow 5. **Run** (`run-workflow.sh`) — Execute a workflow, poll node-by-node, collect outputs 6. **CLI** (`muapi workflow`) — Full CRUD + visualization directly from the terminal --- ## Agent Guided Discovery & Selection As an AI agent, you have the ability to read and understand the purpo

What's inside
Steps it walks through
  1. Prerequisites
  2. Core Operations
  3. Agent Guided Discovery & Selection
  4. Example Agent Reasoning
  5. Protocol: Building a Workflow
  6. Step 1 — Describe your pipeline
  7. Step 2 — Inspect and visualize
  8. Step 3 — Run it
  9. Step 4 — Discovery (Optional)
  10. Step 5 — Interactive Execution
  11. Workflow Examples
  12. Image Pipelines
  13. Video Pipelines
  14. Editing an Existing Workflow
Ships with 5 files
  • scripts/discover-workflow.sh
  • scripts/generate-workflow.sh
  • scripts/interactive-run.sh
  • scripts/list-workflows.sh
  • scripts/run-workflow.sh
Commands it runs
pip install --upgrade /path/to/muapi-cli
muapi workflow discover --output-json
muapi workflow get <workflow_id>
muapi workflow create "take a text prompt, generate an image with flux-dev, then upscale it to 4K"
Rich ASCII node graph in the terminal
Or raw JSON
muapi workflow get <workflow_id> --output-json
Run with specific inputs
muapi workflow execute <workflow_id> \
Use --download to pull results locally
More from Generative-Media-Skills
All skills →
About this skill
What does the muapi-workflow skill do?

Build, run, and visualize multi-step AI generation workflows. The AI architect translates natural language descriptions into connected node graphs — chain image generation, video creation, enhancement, and editing into automated pipelines.

How do I install it?

Run `npx skills add SamurAIGPT/Generative-Media-Skills --skill workflow --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From SamurAIGPT/Generative-Media-Skills, a repository with 3,976 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going