muapi-216ddf — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited muapi-216ddf (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A Claude Code plugin that gives Claude the power to generate images, create videos, edit visuals, and more — all powered by MuAPI.
Simply install the plugin and start asking Claude to generate media for you.
| Tool | Description |
|---|---|
generate_image | Generate images from text prompts |
generate_video | Generate videos from text prompts |
edit_image | Edit an existing image with instructions |
image_to_video | Convert a still image into a video |
upload_file | Upload files to MuAPI for processing |
list_models | Browse available model categories |
model_details | Get details about a specific model |
get_prediction | Track the status of an async prediction |
account_balance | Check your MuAPI account balance |
claude plugin add muapiOr install directly from GitHub:
claude plugin add https://github.com/SamurAIGPT/muapi-claude-code.gitSet your MuAPI API key:
claude config set plugins.muapi.env.MUAPI_API_KEY your_api_key_hereGet your API key from muapi.com.
Once installed, just ask Claude naturally:
Image Generation
Generate an image of a futuristic city at sunsetVideo Generation
Generate a cinematic drone shot over mountainsImage Editing
Edit this image to add a rainbow in the skyImage to Video
Convert this image into a slow zoom-in videoAfter installing, you can invoke skills directly:
| Command | What it does |
|---|---|
/muapi:generate-image <prompt> | Generate an image from a text prompt |
/muapi:generate-video <prompt> | Generate a video from a text prompt |
/muapi:edit-image <instructions> | Edit an existing image |
/muapi:image-to-video <image url> | Animate a still image into a video |
/muapi:media-help | Explore available models and get recommendations |
If you want to run the plugin locally for development:
git clone https://github.com/SamurAIGPT/muapi-claude-code.git
cd muapi-claude-code
npm installCreate a .env file:
MUAPI_API_KEY=your_api_key_hereRun the MCP server directly:
node src/index.jsmuapi-claude-code/
├── .claude-plugin/
│ └── plugin.json # Claude Code plugin manifest
├── src/
│ ├── index.js # MCP server entry point
│ └── tools/
│ ├── generateImage.js # Image generation
│ ├── generateVideo.js # Video generation
│ ├── editImage.js # Image editing
│ ├── imageToVideo.js # Image-to-video conversion
│ ├── uploadFile.js # File upload
│ ├── listModels.js # Model listing
│ ├── modelDetails.js # Model details
│ ├── getPrediction.js # Prediction tracking
│ └── accountBalance.js # Account balance
├── .mcp.json # MCP server config
├── package.json
└── .env # API key (not committed)ISC
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.