director_skill

Parse script text, identify focus characters, break down actions, and assign emotions.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/hyc7511/openclaw-Storyboarder --skill director-skill-hyc7511
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: director_skill
Source: https://github.com/hyc7511/openclaw-Storyboarder/tree/main/skills/director-skill
Command: npx skills add https://github.com/hyc7511/openclaw-Storyboarder --skill director-skill-hyc7511

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires sqlite3, json, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of analyzing and breaking down scripts for film and theater production, enabling precise creation of shot lists and character emotion arcs.

Core Features & Use Cases

  • Script Analysis: Extracts key information from script text.
  • Scene Breakdown: Transforms literary descriptions into actionable shot lists and character arcs.
  • Database Storage: Stores the analyzed scenes in a structured database for future reference.

Quick Start

Analyze a script scene by providing the scene text and its identifier.

Frequently Asked Questions about director_skill

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

FAQPage Schema
How do I analyze a script and break it down into a shot list?

Script analysis and breakdown parses your text to identify focus characters, breaks down actions, and assigns emotions. This transforms literary descriptions into actionable shot lists and structured character arcs for film and theater production.

Can I store analyzed scene breakdowns in a database for future reference?

Yes, scene breakdowns can be stored in a structured database. The skill utilizes SQLite for database management, allowing you to store parsed script analysis results and retrieve them later using specific input scene IDs.

How do I extract character emotions and actions from film script text?

To extract character emotions and actions, the script analysis skill parses the provided scene text, identifies focus characters, breaks down their actions, and assigns appropriate emotions. You simply provide the scene text and its identifier.

Does this script breakdown tool require an external database setup?

No external database setup is required. The skill relies on SQLite for data management, which handles the database storage internally. You only need the SQLite and JSON dependencies available in your environment to store and manage scenes.

What is the best way to manage script analysis data for media production?

The best way to manage script analysis data is using SQLite database storage. By parsing text, identifying focus characters, and assigning emotions, the skill creates structured data that streamlines shot list creation and character emotion arc tracking.

Why use SQLite for scene breakdown instead of other database management tools?

SQLite is used for scene breakdown because it provides lightweight, structured database storage for parsed script data. This allows efficient management of scene IDs, character actions, and assigned emotions directly within your local environment.