Codex Plugin Wavespeed CLI — Development skill for Claude Code
Codex plugin for the WaveSpeed CLI — generate images, video, audio and 3D from Codex.
How to install Codex Plugin Wavespeed CLI
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open WaveSpeedAI/codex-plugin-wavespeed-cli and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Codex Plugin Wavespeed CLI does
Codex plugin for the WaveSpeed CLI — generate images, video, audio and 3D from Codex.
Alternatives in Development
- Understand Anything — Graphs that teach graphs that impress 80.7k ★
- OpenAI Codex CLI — (Rust implementation) 67.8k ★
- Vibe Kanban — Get 10X more out of Claude Code, Gemini CLI, Codex, Amp and other coding agents 23.5k ★
README
WaveSpeed plugin for Codex
A [Codex](https://developers.openai.com/codex) plugin that lets the agent generate and edit AI media — image, video, audio, 3D — on the [WaveSpeed](https://wavespeed.ai) platform.
It bundles two things:
- MCP server — `@wavespeed/mcp`, started on demand with
npx. Tools:search_models,get_model_schema,get_price,upload_file,run_model,get_prediction,get_balance. - Skill — the find → inspect → run workflow on the open-source `@wavespeed/cli`: search the live catalog, read any model's input schema, run it, upload local files with the
@pathmarker, and quote prices before spending credits.
Install
Add this repository as a plugin marketplace, then install **WaveSpeed** from `/plugins`:
codex plugin marketplace add WaveSpeedAI/codex-plugin-wavespeed-cli
Pin a release instead of tracking `main`:
codex plugin marketplace add WaveSpeedAI/codex-plugin-wavespeed-cli --ref v0.1.2
Or, with the community CLI: `npx codex-marketplace add WaveSpeedAI/codex-plugin-wavespeed-cli --plugins`.
Requirements
- Node.js ≥ 18 (
npxruns the MCP server, nothing else to install) - A WaveSpeed account. Either set
WAVESPEED_API_KEY, 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.
Helper scripts, if you prefer the CLI path:
./plugins/wavespeed-cli/scripts/install-wavespeed-cli.sh
./plugins/wavespeed-cli/scripts/check-wavespeed-cli.sh
What the agent can do with it
- "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 i
Related Skills
Trx
Agent-first CLI for audio/video transcription via Whisper
Cc Clip
Paste images into remote Claude Code & Codex CLI over SSH — clipboard bridging for macOS and Windows.
Codex Imagegen Skill
A Claude Code skill that generates images via Codex CLI's $imagegen, using your ChatGPT subscription instead o
Generate Assets
Generate real game assets — images, textures, skyboxes, 3D models, SFX, music, voice, and intro/cinematic vide
Kolbo
Run Kolbo workflows in natural language — generate images, video, music and voice, manage projects and media,
Media
Understand an audio / video / image file — Antigravity (agy/Gemini) transcribes and analyzes it, returning a t
Related Agents
Media Orchestrator
Creates, optimizes, and orchestrates media assets — images (ResGrid, AVIF/WebP), video (clips, GIFs, Veo), aud
Notebooklm Producer
Use this agent to create audio and video assets using Google NotebookLM. Handles notebook creation, source upl
Encoder
Executes video/audio encodes with the right codec, container, and flags for the target. Use after the architec