Skip to content

runapi-ai/seedance

Repository files navigation

Seedance API Skill for RunAPI

Generate video with Seedance 1.5 Pro, 2.0, and 2.0 Fast text-to-video and image-to-video. This skill helps Claude Code, Codex, Gemini CLI, Cursor, and 50+ agents integrate Seedance through RunAPI.

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

Install

npx skills add runapi-ai/seedance -g

Or manually: clone this repo and copy skills/seedance/ into your agent's skills directory.

Quick example

import { SeedanceClient } from '@runapi.ai/seedance';

const client = new SeedanceClient();
const result = await client.textToVideo.run({
  model: 'seedance-2.0',
  prompt: 'A drone shot over mountains at sunset',
  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 seedance 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 Seedance skill for Claude Code, Codex, Gemini CLI, Cursor, and 50+ agents

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors