wavespeed-cli
v0.1.2Generate and edit AI media (image, video, audio, 3D) on the WaveSpeed platform from Codex: live catalog search, per-model schema, local-file upload, price quotes before running.
By WaveSpeedAILicense: MIT1.1k GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install wavespeed-cli for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add wavespeed-cli@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “wavespeed-cli” remain stable.
- Codex:
wavespeed-cli@agent-plugin-marketplace→wavespeed-cli@awesome-codex-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/WaveSpeedAI/codex-plugin-wavespeed-cli/.
Plugin files
├── .codex-plugin/plugin.json├── skills/wavespeed-cli/SKILL.md└── .mcp.json
Included Skills1
Generate, edit, animate, upscale, or transform AI media using the WaveSpeed CLI from Codex. Use when the user asks to create image, video, audio, 3D, TTS, marketing creatives, or to inspect/run WaveSpeed models.
MCP servers1
- command
- npx
- args
- -y @wavespeed/mcp
Plugin manifests1
{
"name": "wavespeed-cli",
"version": "0.1.2",
"description": "Generate and edit AI media (image, video, audio, 3D) on the WaveSpeed platform from Codex: live catalog search, per-model schema, local-file upload, price quotes before running.",
"author": {
"name": "WaveSpeedAI",
"email": "[email protected]",
"url": "https://wavespeed.ai"
},
"homepage": "https://github.com/WaveSpeedAI/codex-plugin-wavespeed-cli",
"repository": "https://github.com/WaveSpeedAI/codex-plugin-wavespeed-cli",
"license": "MIT",
"keywords": [
"wavespeed",
"image-generation",
"video-generation",
"audio-generation",
"3d-generation",
"mcp",
"cli"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "WaveSpeed",
"shortDescription": "AI image, video, audio and 3D generation from Codex — every model on WaveSpeed is one call.",
"longDescription": "Adds the WaveSpeed platform to Codex. The bundled MCP server exposes search_models, get_model_schema, get_price, upload_file, run_model, get_prediction and get_balance, and the bundled skill teaches the agent the find → inspect → run workflow on the open-source wavespeed CLI, including uploading local files with the @path marker and quoting prices before spending credits. One `wavespeed login` (or WAVESPEED_API_KEY) authenticates both.",
"developerName": "WaveSpeedAI",
"category": "Creativity",
"capabilities": [
"Generate images",
"Generate videos",
"Generate audio",
"Generate 3D assets",
"Upload files",
"Download outputs"
],
"websiteURL": "https://wavespeed.ai",
"privacyPolicyURL": "https://wavespeed.ai/static/privacy",
"termsOfServiceURL": "https://wavespeed.ai/static/terms",
"defaultPrompt": [
"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, then quote the cost first."
],
"brandColor": "#7C5CFF",
"composerIcon": "./assets/icon.png",
"logo": "./assets/logo.png"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[wavespeed-cli on Agent Plugins Marketplace](https://pluginsmp.com/plugins/wavespeed-cli)