# Send WaveSpeed AI to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "wavespeed",
    "name": "WaveSpeed AI",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/al1enjesus/wavespeed",
    "canonicalUrl": "https://clawhub.ai/al1enjesus/wavespeed",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/wavespeed",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=wavespeed",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "package.json",
      "references/models.md",
      "scripts/wavespeed.js"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "wavespeed",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T11:36:58.088Z",
      "expiresAt": "2026-05-11T11:36:58.088Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=wavespeed",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=wavespeed",
        "contentDisposition": "attachment; filename=\"wavespeed-1.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "wavespeed"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/wavespeed"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/wavespeed",
    "downloadUrl": "https://openagent3.xyz/downloads/wavespeed",
    "agentUrl": "https://openagent3.xyz/skills/wavespeed/agent",
    "manifestUrl": "https://openagent3.xyz/skills/wavespeed/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/wavespeed/agent.md"
  }
}
```
## Documentation

### WaveSpeed AI

700+ AI models (Google, OpenAI, ByteDance, Kling, Luma) via one API. Images in <2s, videos in <2min.

### API Key — check in this order

WAVESPEED_API_KEY env var — already set in all Clawster containers, just use it directly
TOOLS.md in the workspace — look for WaveSpeed AI section
Ask the user

Never search for the key — if WAVESPEED_API_KEY is in the environment, it's ready to go. Check with:

echo $WAVESPEED_API_KEY

### Get your API key

Sign up at wavespeed.ai → Dashboard → API Keys.
New accounts get free credits. Pay-as-you-go pricing — no subscription required.

export WAVESPEED_API_KEY=your_key_here

The skill script is at skills/wavespeed/scripts/wavespeed.js.

### Usage

# Image generation
node wavespeed.js generate --model flux --prompt "sunset over mountains" --output out.png
node wavespeed.js generate --model seedream --prompt "..." --size 1024x1024

# Image editing (face/portrait-safe — preserves identity)
node wavespeed.js edit --model nbp --prompt "change bathrobe to black hoodie, dark background" \\
  --image https://example.com/photo.jpg --output result.png

# Video from image
node wavespeed.js video --model wan-i2v --prompt "slow cinematic zoom" \\
  --image https://example.com/frame.jpg --output clip.mp4

# List all aliases
node wavespeed.js models

# Check task status
node wavespeed.js status --id task_abc123

### Key Models (Quick Reference)

TaskAliasBest forEdit photo keeping facenbpPortrait retouching, outfit/bg changeFast image genflux-schnellDrafts, quick testsBest image qualityflux-pro / seedreamFinal outputsImage → Videowan-i2vFast, affordablePremium videokling / veoCinematic qualityText → Videosora / veoStory videos

See references/models.md for full model list with IDs, params, and pricing.

### Important Notes

Image editing (nbp, nb-edit): always pass images as images: [url] array — this is required
Face preservation: google/nano-banana-pro/edit is the best model for editing photos while keeping the person's face identical
Output files are saved to current directory by default; use --output to specify path
Videos can take 2-5 minutes; script auto-polls with progress indicator
For multiple input images (multi-reference editing), use --images url1,url2
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: al1enjesus
- Version: 1.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-04T11:36:58.088Z
- Expires at: 2026-05-11T11:36:58.088Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/wavespeed)
- [Send to Agent page](https://openagent3.xyz/skills/wavespeed/agent)
- [JSON manifest](https://openagent3.xyz/skills/wavespeed/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/wavespeed/agent.md)
- [Download page](https://openagent3.xyz/downloads/wavespeed)