← Back to Skills Marketplace
chengzeyi

WaveSpeedAI Wan 2.6 Video Generation

by C · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
516
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wavespeed-wan-26
Description
Generate videos using Alibaba's Wan 2.6 model via WaveSpeed AI. Supports text-to-video and image-to-video generation with up to 15 seconds duration at 720p o...
Usage Guidance
This skill appears to do what its description says (video generation via WaveSpeed AI), but there are two issues to consider before installing: - Manifest mismatch: The SKILL.md expects a WAVESPEED_API_KEY, yet the registry metadata lists no required environment variables or primary credential. Ask the publisher to update the manifest so you know what secrets are needed. - Local-file uploads: Examples show uploading local files (e.g., wavespeed.upload('/path/to/photo.png')). If you let the agent run autonomously, it could read and upload local files you point it to. Avoid giving it access to sensitive files and only upload content you are comfortable sharing with the external service. - Origin unknown: There's no homepage and the source is unknown. Prefer skills from known authors or that include a homepage/repo so you can verify endpoints and client libraries. - Operational advice: If you proceed, use a scoped API key with minimal privileges, avoid using secrets used elsewhere, and review any files you plan to upload. Request the author to (1) add WAVESPEED_API_KEY to the declared required env vars, (2) provide a homepage/repo link, and (3) clarify any data-retention or privacy policies for uploaded media.
Capability Analysis
Type: OpenClaw Skill Name: wavespeed-wan-26 Version: 1.0.0 The skill is classified as suspicious due to the presence of high-risk capabilities that could be exploited via prompt injection, despite the inclusion of security warnings. Specifically, the `wavespeed.upload()` function demonstrated in `SKILL.md` allows the agent to upload local files, which could be abused to exfiltrate sensitive data (e.g., `/etc/passwd`, `~/.ssh/id_rsa`) if a malicious prompt instructs the agent to upload arbitrary file paths. Additionally, the `image` and `audio` parameters accept external URLs, introducing a potential Server-Side Request Forgery (SSRF) vulnerability if the agent is prompted to fetch untrusted or internal network resources.
Capability Assessment
Purpose & Capability
The SKILL.md clearly documents WaveSpeed AI / Alibaba Wan-2.6 text-to-video and image-to-video usage and parameters, which is consistent with the name/description. However the registry metadata lists no required credentials while the runtime docs instruct users to set WAVESPEED_API_KEY; the skill source/homepage is unknown. This metadata/instruction mismatch is an inconsistency.
Instruction Scope
Runtime instructions tell the agent to use wavespeed.run and wavespeed.upload and show examples using local file paths (e.g. wavespeed.upload('/path/to/photo.png')). That implies the agent may be expected to read local files and upload them. The instructions otherwise call out only the intended external endpoint (wavespeed.ai), but use of local file reads/uploads increases the sensitivity of actions the agent might take.
Install Mechanism
No install spec and no code files — instruction-only — so nothing is written or installed on disk by the skill itself. This lowers technical installation risk.
Credentials
The SKILL.md explicitly shows exporting WAVESPEED_API_KEY, but the skill manifest declares no required environment variables or primary credential. Requesting a single API key is reasonable for a hosted generation service, but the omission in the manifest is an incoherence that should be corrected. No other credentials are requested.
Persistence & Privilege
The skill is not marked always:true, does not include install behavior, and does not request persistent system-level privileges. It does not attempt to modify other skills or global agent configuration in the provided instructions.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wavespeed-wan-26
  3. After installation, invoke the skill by name or use /wavespeed-wan-26
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of wavespeed-wan-26 – Generate videos using Alibaba's Wan 2.6 model via WaveSpeed AI. - Supports text-to-video and image-to-video generation, up to 15 seconds per video, 720p or 1080p. - Includes audio-guided generation, prompt expansion, multi-shot mode, and configurable seeds. - API covers prompt, negative prompt, size/resolution, duration, shot type, and more. - Example code and advanced usage provided for both JavaScript and custom clients. - Security, pricing, and prompt writing tips included.
Metadata
Slug wavespeed-wan-26
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is WaveSpeedAI Wan 2.6 Video Generation?

Generate videos using Alibaba's Wan 2.6 model via WaveSpeed AI. Supports text-to-video and image-to-video generation with up to 15 seconds duration at 720p o... It is an AI Agent Skill for Claude Code / OpenClaw, with 516 downloads so far.

How do I install WaveSpeedAI Wan 2.6 Video Generation?

Run "/install wavespeed-wan-26" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is WaveSpeedAI Wan 2.6 Video Generation free?

Yes, WaveSpeedAI Wan 2.6 Video Generation is completely free (open-source). You can download, install and use it at no cost.

Which platforms does WaveSpeedAI Wan 2.6 Video Generation support?

WaveSpeedAI Wan 2.6 Video Generation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created WaveSpeedAI Wan 2.6 Video Generation?

It is built and maintained by C (@chengzeyi); the current version is v1.0.0.

💬 Comments