Skip to content

wavespeedai/wavespeed

v1.0.0MIT

Generate and edit AI media (image, video, audio, 3D) on the WaveSpeed platform: a general skill for the wavespeed CLI plus per-model skills (Seedream, Seedance, Veo 3.1, Wan, Nano Banana, MiniMax Speech, face swap, upscalers, watermark removal), and the @wavespeed/mcp server.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

wavespeedstdio
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@wavespeed/mcp"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "wavespeed",
  "version": "1.0.0",
  "description": "Generate and edit AI media (image, video, audio, 3D) on the WaveSpeed platform: a general skill for the wavespeed CLI plus per-model skills (Seedream, Seedance, Veo 3.1, Wan, Nano Banana, MiniMax Speech, face swap, upscalers, watermark removal), and the @wavespeed/mcp server.",
  "author": {
    "name": "WaveSpeedAI",
    "email": "support@wavespeed.ai",
    "url": "https://wavespeed.ai"
  },
  "keywords": [
    "wavespeed",
    "image generation",
    "video generation",
    "text to image",
    "image to video",
    "text to video",
    "video edit",
    "upscale",
    "face swap",
    "watermark",
    "text to speech",
    "3d generation",
    "seedream",
    "seedance",
    "veo",
    "wan",
    "nano banana",
    "minimax"
  ],
  "homepage": "https://wavespeed.ai",
  "repository": "https://github.com/WaveSpeedAI/agent-skills",
  "license": "MIT"
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub