{
  "markdown": "# MuAPI – Claude Code Plugin\n\nA Claude Code plugin that gives Claude the power to generate images, create videos, edit visuals, and more — all powered by [MuAPI](https://muapi.ai).\n\nSimply install the plugin and start asking Claude to generate media for you.\n\n## Related Projects\n\n- [MuAPI](https://muapi.ai) — Unified API for image, video, and audio generation across hundreds of AI models. Install [agent skills](https://muapi.ai/docs/agent-skills), connect through [MCP](https://muapi.ai/docs/mcp), or create [access keys](https://muapi.ai/access-keys).\n- [muapi-cli](https://github.com/SamurAIGPT/muapi-cli) — Run the same generation workflows from a terminal or MCP client.\n\n## ✨ What It Can Do\n\n| Tool | Description |\n|------|-------------|\n| `generate_image` | Generate images from text prompts |\n| `generate_video` | Generate videos from text prompts |\n| `edit_image` | Edit an existing image with instructions |\n| `image_to_video` | Convert a still image into a video |\n| `upload_file` | Upload files to MuAPI for processing |\n| `list_models` | Browse available model categories |\n| `model_details` | Get details about a specific model |\n| `get_prediction` | Track the status of an async prediction |\n| `account_balance` | Check your MuAPI account balance |\n\n## 🚀 Installation\n\n### Install as a Claude Code Plugin\n\n```bash\nclaude plugin add muapi\n```\n\nOr install directly from GitHub:\n\n```bash\nclaude plugin add https://github.com/SamurAIGPT/muapi-claude-code.git\n```\n\n### Configure Your API Key\n\nSet your MuAPI API key:\n\n```bash\nclaude config set plugins.muapi.env.MUAPI_API_KEY your_api_key_here\n```\n\nGet your API key from [muapi.ai](https://muapi.ai/access-keys).\n\n## 💡 Usage\n\nOnce installed, just ask Claude naturally:\n\n**Image Generation**\n```\nGenerate an image of a futuristic city at sunset\n```\n\n**Video Generation**\n```\nGenerate a cinematic drone shot over mountains\n```\n\n**Image Editing**\n```\nEdit this image to add a rainbow in the sky\n```\n\n**Image to Video**\n```\nConvert this image into a slow zoom-in video\n```\n\n## 🔧 Slash Commands\n\nAfter installing, you can invoke skills directly:\n\n| Command | What it does |\n|---------|-------------|\n| `/muapi:generate-image <prompt>` | Generate an image from a text prompt |\n| `/muapi:generate-video <prompt>` | Generate a video from a text prompt |\n| `/muapi:edit-image <instructions>` | Edit an existing image |\n| `/muapi:image-to-video <image url>` | Animate a still image into a video |\n| `/muapi:media-help` | Explore available models and get recommendations |\n\n## 🛠 Development\n\nIf you want to run the plugin locally for development:\n\n```bash\ngit clone https://github.com/SamurAIGPT/muapi-claude-code.git\ncd muapi-claude-code\nnpm install\n```\n\nCreate a `.env` file:\n\n```env\nMUAPI_API_KEY=your_api_key_here\n```\n\nRun the MCP server directly:\n\n```bash\nnode src/index.js\n```\n\n## 📁 Project Structure\n\n```\nmuapi-claude-code/\n├── .claude-plugin/\n│   └── plugin.json            # Claude Code plugin manifest\n├── src/\n│   ├── index.js               # MCP server entry point\n│   └── tools/\n│       ├── generateImage.js   # Image generation\n│       ├── generateVideo.js   # Video generation\n│       ├── editImage.js       # Image editing\n│       ├── imageToVideo.js    # Image-to-video conversion\n│       ├── uploadFile.js      # File upload\n│       ├── listModels.js      # Model listing\n│       ├── modelDetails.js    # Model details\n│       ├── getPrediction.js   # Prediction tracking\n│       └── accountBalance.js  # Account balance\n├── .mcp.json                  # MCP server config\n├── package.json\n└── .env                       # API key (not committed)\n```\n\n## 📄 License\n\nISC\n",
  "bytes": 3645,
  "sha": "b2c2d011e46a7f8267fa727fe8fcbe6421c2b8ec9587bb4f817d990f1fcd57d2",
  "repo_slug": "samuraigpt/muapi-claude-code",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_anil_matcha_muapi_7d645452/readme"
}