Skip to content

Navigation Menu

Sign in
Sign up

Latest commit

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

WaveSpeed plugin for Codex

A Codex 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 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 @path marker, 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 (npx runs 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 run wavespeed login once. 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 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 or wavespeed models.

Skill only, no plugin

Codex discovers skills in .agents/skills/. The CLI writes the same skill there:

npm install -g @wavespeed/cli
wavespeed skill install

Layout

.agents/plugins/marketplace.json
plugins/wavespeed-cli/.codex-plugin/plugin.json
plugins/wavespeed-cli/.mcp.json
plugins/wavespeed-cli/skills/wavespeed-cli/SKILL.md
plugins/wavespeed-cli/scripts/

Same skill, other agents

Security

See SECURITY.md. The plugin stores no secrets; the skill never asks the user to paste a key into the chat.

License

MIT — same as the CLI and the MCP server.


WaveSpeedAI — AI image & video generation platform. Try it in the browser: Image generator · Video generator

About

Codex plugin for the WaveSpeed CLI — generate images, video, audio and 3D from Codex

Topics

Resources

Security policy

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /