← All skills
Tencent SkillHub Β· AI

WaveSpeed AI

Generate and edit images and videos using WaveSpeed AI's 700+ model library. Use when the user wants to generate images from text prompts (FLUX, Seedream, Qw...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Generate and edit images and videos using WaveSpeed AI's 700+ model library. Use when the user wants to generate images from text prompts (FLUX, Seedream, Qw...

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Known item issue.

This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.

Quick setup
  1. Open the source page and confirm the package flow manually.
  2. Review SKILL.md if you can obtain the files.
  3. Treat this source as manual setup until the download is verified.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Manual review
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, package.json, references/models.md, scripts/wavespeed.js

Validation

  • Open the source listing and confirm there is a real package or setup artifact available.
  • Review SKILL.md before asking your agent to continue.
  • Treat this source as manual setup until the upstream download flow is fixed.

Install with your agent

Agent handoff

Use the source page and any available docs to guide the install because the item currently does not return a direct package file.

  1. Open the source page via Open source listing.
  2. If you can obtain the package, extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the source page and extracted files.
New install

I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required. Then review README.md for any prerequisites, environment setup, or post-install checks.

Upgrade existing

I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need. Then review README.md for any prerequisites, environment setup, or post-install checks.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

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

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs1 Scripts1 Config
  • SKILL.md Primary doc
  • README.md Docs
  • references/models.md Docs
  • scripts/wavespeed.js Scripts
  • package.json Config