woods-video-studio

Orchestrates short-drama production from novel writing through script conversion to image and video generation.

Updated Aug 12, 2026
One-click install
npx skills add https://github.com/VANTSU-1874/woods-video-studio --skill woods-video-studio-vantsu-1874
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: woods-video-studio
Source: https://github.com/VANTSU-1874/woods-video-studio/tree/main/skills/woods-video-studio
Command: npx skills add https://github.com/VANTSU-1874/woods-video-studio --skill woods-video-studio-vantsu-1874

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Producing a short drama or comic-drama episode requires coordinating many disconnected steps: writing the novel, converting chapters into scripts, generating storyboards, creating images, and submitting video jobs. This Skill installs and orchestrates the WOODS Video Studio runtime so the entire pipeline runs from one workspace with consistent state tracking. ## Core Features & Use Cases - Runtime Installation & Setup: Installs the WOODS runtime into the current workspace and runs setup, doctor, and provider status checks without ever asking for API key values interactively. - Novel-to-Script Pipeline: Converts selected novel chapter line ranges into episode scripts, then runs text review, director analysis, and storyboard generation. - Media Generation: Generates images via Codex's built-in gpt-image-2 (codex-image) or the OpenAI Images API, and submits video jobs through the Seedance2 provider. - Use Case: A creator adapts a web novel into a short-drama series by running story adapt for each chapter, generating all episode images with one command, and submitting Seedance2 video jobs per episode. ## Quick Start Ask the assistant to install the WOODS Video Studio runtime into the current workspace and run the setup wizard to configure the host and media providers.

Frequently Asked Questions about woods-video-studio

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

FAQPage Schema
How do I install the WOODS Video Studio runtime into a workspace?

Run node scripts/install-runtime.js with the --target flag pointing at your workspace, then run node .claude/tools/woods.js setup and doctor to configure the host and providers. The setup wizard selects providers but never asks for API key values.

How do I convert a novel chapter into a short-drama script?

Use node .claude/tools/woods.js story adapt with --input pointing to the chapter markdown file, plus --episode, --from-line, and --to-line to select the passage, and --convert to produce the script. Check progress with story status and text-review status.

Does the image generation require an OpenAI API key?

The default codex-image provider uses Codex's built-in gpt-image-2 through the signed-in Codex session, so no OPENAI_API_KEY is needed. The direct openai-image provider and OpenAI-compatible text review do require OPENAI_API_KEY and OPENAI_BASE_URL in a local .env file.

Can Claude Code use the Codex image provider?

No, Claude Code cannot inherit a Codex login session. In the setup wizard, choose the openai-api provider or a connected client MCP provider instead of codex-image when running under Claude Code.

What credentials does Seedance2 video generation need?

Seedance2 requires SEEDANCE2_API_KEY, SEEDANCE2_BASE_URL, and SEEDANCE2_SUBMIT_PATH set in the workspace .env file. Copy .env.example to .env, fill in the values locally, and never commit the .env file.