# Wavespeed

> WaveSpeedAI inference gateway — 700+ media models and 290+ OpenAI-compatible LLMs in one API. Use for AI image/video/audio generation and for cheap proxied LLM calls.

- **Type:** Skill
- **Install:** `agentstack add skill-wesleysimplicio-wavespeedai-skills-windsurf`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [wesleysimplicio](https://agentstack.voostack.com/s/wesleysimplicio)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [wesleysimplicio](https://github.com/wesleysimplicio)
- **Source:** https://github.com/wesleysimplicio/WaveSpeedAI-Skills/tree/main/agents/windsurf
- **Website:** https://wavespeed.ai

## Install

```sh
agentstack add skill-wesleysimplicio-wavespeedai-skills-windsurf
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# WaveSpeedAI (Windsurf)

## When to invoke

- AI media generation (image/video/audio/avatar).
- Any `wavespeed-ai/*` uuid.
- LLM calls through the WaveSpeed proxy (`anthropic/`, `openai/`, `google/`, etc.).

## Setup

```bash
export WAVESPEED_API_KEY="ws_..."
```

CLI: `~/.local/bin/wavespeed-cli`. Install with `bash install.sh --agents windsurf`.

## Cheatsheet

```bash
# Image
wavespeed-cli run wavespeed-ai/z-image/turbo '{"prompt":"..."}'
wavespeed-cli run wavespeed-ai/flux-dev '{"prompt":"...","size":"1024x1024"}'

# Video
URL=$(wavespeed-cli upload ./hero.png)
wavespeed-cli run wavespeed-ai/seedance-v2 '{"image":"'"$URL"'","prompt":"slow dolly"}'
wavespeed-cli run wavespeed-ai/veo-3 '{"prompt":"..."}'

# Async
wavespeed-cli submit  '{"prompt":"..."}' --webhook-url https://app/cb
wavespeed-cli result  --wait
wavespeed-cli cancel 

# LLM
wavespeed-cli llm anthropic/claude-opus-4.6 "Hello" --system "Be terse."
wavespeed-cli llm openai/gpt-5.2-pro "..." --stream

# Catalog
wavespeed-cli models --names-only
wavespeed-cli balance
```

## Refs

- https://github.com/wesleysimplicio/WaveSpeedAI-Skills
- https://wavespeed.ai/docs

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [wesleysimplicio](https://github.com/wesleysimplicio)
- **Source:** [wesleysimplicio/WaveSpeedAI-Skills](https://github.com/wesleysimplicio/WaveSpeedAI-Skills)
- **License:** MIT
- **Homepage:** https://wavespeed.ai

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-wesleysimplicio-wavespeedai-skills-windsurf
- Seller: https://agentstack.voostack.com/s/wesleysimplicio
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
