seedance-animator

Generate a 10-second anime teaser with story bible and Seedance prompt.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/Oruga420/claude-code-skills --skill seedance-animator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seedance-animator
Source: https://github.com/Oruga420/claude-code-skills/tree/main/seedance-animator
Command: npx skills add https://github.com/Oruga420/claude-code-skills --skill seedance-animator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires replicate, python-dotenv, requests, and includes scripts (resource) components.

What problem does it solve?

Turns a brief verbal scene idea into a coherent, research-backed 10-second animated teaser by producing a structured story bible, locked character and style references, a single keyframe storyboard, and a sanitized Seedance prompt ready for Replicate rendering; this prevents hollow, incoherent animation runs and reduces wasted generation credits.

Core Features & Use Cases

  • Research-first pipeline: deep-notebook research (NotebookLM) produces a 1:3 expanded story bible that informs every downstream asset.
  • End-to-end asset generation: character sheets, style/background plates, and a single keyframe storyboard via google/nano-banana-2, plus final animation via bytedance/seedance-2.0.
  • Safety & quality gates: mandatory user checkpoint on the "money shot", prompt sanitization for content filters, retry/backoff for rate limits, and explicit 404 handling for model slugs.
  • Use case: Quickly produce a high-quality 10s teaser for an anime-style concept where one cinematic moment must represent the whole narrative.

Quick Start

Invoke the seedance-animator pipeline and answer the three conversation prompts (idea, art style, and image references) to produce a research-first 10-second teaser.

Frequently Asked Questions about seedance-animator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate an anime teaser from a text concept using Replicate?

To generate an anime teaser from a text concept, provide a verbal scene idea and the pipeline produces a research-backed story bible, character sheets, a storyboard, and a sanitized prompt for Replicate rendering. It uses google/nano-banana-2 for stills and bytedance/seedance-2.0 for the final 10-second animation.

How does story research improve AI animation generation?

Story research improves AI animation generation by creating a validated 1:3 expanded story bible that informs all downstream assets, preventing incoherent animation runs. This research-first approach ensures character sheets, style plates, and the storyboard maintain narrative consistency before rendering.

Do I need a Replicate API token to generate animated storyboards?

Yes, you need a configured REPLICATE_API_TOKEN to generate animated storyboards through this pipeline. The token is required to access the google/nano-banana-2 model for still images and the bytedance/seedance-2.0 model for the final animation rendering.

Can I use nano-banana-2 with Seedance to create short anime videos?

Yes, you can use nano-banana-2 with Seedance to create short anime videos by leveraging nano-banana-2 for character sheets and background plates, then passing a sanitized prompt to seedance-2.0 for a 10-second animated teaser.

Why does my Replicate animation pipeline fail on content filters or rate limits?

Your Replicate animation pipeline may fail on content filters or rate limits if prompts are not sanitized or if API requests are not spaced out. This pipeline handles these constraints by enforcing prompt sanitization, implementing retry logic with basic rate-limit backoff, and explicit 404 handling for model slugs.

What is the best way to create a 10-second anime teaser from a single scene idea?

The best way to create a 10-second anime teaser from a single scene idea is using a validated pipeline that enforces a user checkpoint on the money shot, ensuring one cinematic moment accurately represents the whole narrative before rendering. This prevents wasted generation credits on hollow animation runs.