{
  "markdown": "# WaveSpeed extension for Gemini CLI\n\nA [Gemini CLI](https://geminicli.com) extension that lets the agent generate and edit AI media — image, video, audio, 3D — through the [WaveSpeed](https://wavespeed.ai) platform, using the open-source [`@wavespeed/cli`](https://github.com/WaveSpeedAI/wavespeed-cli).\n\nEvery model on the platform is one `wavespeed run <model-id>` call. The bundled skill teaches the agent the find → inspect → run pattern: search the live catalog, read any model's input schema, execute it — including uploading local files with the `@path` marker and quoting prices before running.\n\n## Requirements\n\n- Node.js ≥ 18\n- The WaveSpeed CLI: `npm install -g @wavespeed/cli`\n- A WaveSpeed account — `wavespeed login` opens the key page at [wavespeed.ai](https://wavespeed.ai) and handles the rest\n\n## Install\n\n```bash\ngemini extensions install https://github.com/WaveSpeedAI/wavespeed-gemini-extension\n```\n\nQwen Code installs Gemini extensions as-is:\n\n```bash\nqwen extensions install WaveSpeedAI/wavespeed-gemini-extension\n```\n\n## What the agent can do with it\n\n```bash\n# text → image\nwavespeed run bytedance/seedream-v5.0-pro -p \"a cyberpunk skyline at golden hour\" --json\n\n# edit a local image (uploaded automatically via @path)\nwavespeed run bytedance/seedream-v5.0-pro/edit -p \"replace the background with a sunlit kitchen\" \\\n  -i images='[\"@./input.jpg\"]' --json\n\n# image → video\nwavespeed run wavespeed-ai/minimax-h3/image-to-video -p \"subtle parallax\" -i image=@./hero.jpg --json\n\n# check the cost before running anything\nwavespeed price bytedance/seedream-v5.0-pro -i resolution=2k\n```\n\n## Same skill, other agents\n\n- Claude Code / Cursor / Codex: `wavespeed skill install`\n- OpenCode: loads the installed skill as-is (`.claude/skills/` is on its search path)\n- DeepSeek Harness: [WaveSpeedAI/wavespeed-dsh-skill](https://github.com/WaveSpeedAI/wavespeed-dsh-skill)\n- Kimi Code CLI: [WaveSpeedAI/wavespeed-kimi-plugin](https://github.com/WaveSpeedAI/wavespeed-kimi-plugin)\n\n## License\n\n[MIT](LICENSE) — same as the CLI.\n\n---\n\n**[WaveSpeed AI](https://wavespeed.ai/)** — AI image & video generation platform.\nTry it in the browser: **[Image generator](https://wavespeed.ai/image-generator)** · **[Video generator](https://wavespeed.ai/video-generator)**\n",
  "bytes": 2276,
  "sha": "1288fdd4872ebc1dc2a26908cecfc43269cb801c5d0d0d4065c187dda2de949b",
  "repo_slug": "wavespeedai/wavespeed-gemini-extension",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_wavespeedai_wavespeed_gemini_extension_d29320f3/readme"
}