Skip to content

runapi-ai/wan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wan Video API Skill for RunAPI

skills.sh

Generate video, images, talking-head clips, and video edits with Wan 2.2 through 2.7. This skill helps Claude Code, Codex, Gemini CLI, Cursor, and 50+ agents integrate Wan through RunAPI.

The canonical agent file is skills/wan/SKILL.md.

Install

npx skills add runapi-ai/wan -g

Or paste this prompt to your AI agent:

Install the wan skill for me:

1. Clone https://github.com/runapi-ai/wan
2. Copy the skills/wan/ directory into your
   user-level skills directory (e.g. ~/.claude/skills/
   for Claude Code, ~/.codex/skills/ for Codex).
3. Verify that SKILL.md is present.
4. Confirm the install path when done.

Quick example

import { WanClient } from '@runapi.ai/wan';

const client = new WanClient();
const result = await client.textToVideo.run({
  model: 'wan-2.7-text-to-video',
  prompt: 'A scenic mountain landscape with flowing rivers',
  aspect_ratio: '16:9',
});
const url = result.videos[0].url;

Routing

Variants

Agent rules

  • Keep API keys in RUNAPI_API_KEY or RunAPI CLI config; never commit secrets.
  • Prefer create, get, and run JSON passthrough patterns instead of inventing flags for every model parameter.
  • For wan video api pricing, rate-limit, and commercial-usage answers, link to the variant page rather than the repository README.

License

Licensed under the Apache License, Version 2.0.

About

RunAPI Wan skill for Claude Code, Codex, Gemini CLI, Cursor, and 50+ agents

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors