Agent Plugins Marketplace
All plugins

routemux

v0.1.0

Agent Skills for the RouteMux AI gateway: generate images and video, look up models and pricing, and point a coding agent at RouteMux.

Claude Code4 Skills

License: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 15, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install routemux for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install routemux@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/rootfily-ai/routemux-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

routemux/
├── .claude-plugin/plugin.json
├── skills/routemux-images/SKILL.md
├── skills/routemux-models/SKILL.md
├── skills/routemux-setup/SKILL.md
└── skills/routemux-video/SKILL.md

Included Skills4

routemux-imagesskills/routemux-images/SKILL.md

Generate and edit images through the RouteMux AI gateway using a RouteMux API key, and save the result to a file. Use when the user asks to draw, generate, create, render or edit an image or picture, asks for an illustration/icon/logo/mockup/wallpaper, says 画图/画一张/生成图片/出图/改图, or when a coding agent's built-in image tool is unavailable because it is pointed at a custom API base URL. Requires the ROUTEMUX_API_KEY environment variable.

routemux-modelsskills/routemux-models/SKILL.md

Look up which models a RouteMux API key can actually call, what they cost, their context window, and which capabilities and protocols they support. Use when the user asks which models are available, how much a model costs, which model to pick for a task, whether a model supports vision/images/video, or says 有哪些模型/这个模型多少钱/用哪个模型好/支持什么协议. Requires the ROUTEMUX_API_KEY environment variable.

routemux-setupskills/routemux-setup/SKILL.md

Point a coding agent or chat client at the RouteMux AI gateway — Codex CLI, Claude Code, Cursor, Cline, OpenCode, Gemini CLI, Qwen Code, Cherry Studio and others. Use when the user asks how to configure, connect, switch or point a tool at RouteMux, asks for the base URL, asks why their tool will not connect, or says 怎么接入/怎么配置/base url 是什么/切到 routemux. Requires the ROUTEMUX_API_KEY environment variable only for verification.

routemux-videoskills/routemux-video/SKILL.md

Generate video through the RouteMux AI gateway using a RouteMux API key — submit the job, poll until it finishes, download the result. Use when the user asks to generate, create or render a video or clip, asks for text-to-video or image-to-video, or says 生成视频/做个视频/文生视频/图生视频. Requires the ROUTEMUX_API_KEY environment variable.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "routemux",
  "version": "0.1.0",
  "description": "Agent Skills for the RouteMux AI gateway: generate images and video, look up models and pricing, and point a coding agent at RouteMux.",
  "homepage": "https://routemux.com",
  "repository": "https://github.com/rootfily-ai/routemux-skills",
  "license": "MIT",
  "skills": "./skills"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[routemux on Agent Plugins Marketplace](https://pluginsmp.com/plugins/routemux)