A Kimi Code CLI plugin that lets the agent generate and edit AI media — image, video, audio, 3D — on the WaveSpeed platform.
It bundles two things:
- MCP server —
@wavespeed/mcp, started withnpx. Tools:search_models,get_model_schema,get_price,upload_file,run_model,get_prediction,get_balance. - Skill — the same
wavespeedskill that ships with the open-source@wavespeed/cli. It teaches the agent the find → inspect → run pattern: search the live catalog, read any model's input schema, execute it, upload local files with the@pathmarker, and quote prices before spending credits.
Inside Kimi Code:
/plugins install https://github.com/WaveSpeedAI/wavespeed-kimi-plugin
Then /reload (or start a new session). /plugins shows it under Installed.
- Node.js ≥ 18 (
npxruns the MCP server on demand, nothing to install by hand) - A WaveSpeed account. Either set
WAVESPEED_API_KEYin your environment, or install the CLI (npm install -g @wavespeed/cli) and runwavespeed loginonce — one login covers both the MCP server and the CLI. Keys live at wavespeed.ai/accesskey.
- "Generate a 16:9 hero image of a cyberpunk skyline at golden hour."
- "Animate ./hero.jpg into a 5-second clip with subtle parallax."
- "Replace the background of ./product.png with a sunlit kitchen."
- "How much would a 10-second 1080p video cost before you run it?"
Recommended starting models: bytedance/seedream-v5.0-pro for images, wavespeed-ai/minimax-h3/* for video (cheap, open-weights, native audio), bytedance/seedance-2.5/* when you need the highest video quality. The agent browses everything else with search_models.
- Claude Code: WaveSpeedAI/claude-plugins
- Cursor / Codex / OpenCode:
wavespeed skill install - Gemini CLI: WaveSpeedAI/wavespeed-gemini-extension
- DeepSeek Harness: WaveSpeedAI/wavespeed-dsh-skill
MIT — same as the CLI and the MCP server.
WaveSpeedAI — AI image & video generation platform. Try it in the browser: Image generator · Video generator