cinematic-script-writer

praveenspeaks/cinematic-script-writer · updated Apr 8, 2026

MDX-style export adds YAML metadata + attribution linking explainx.ai and this canonical listing URL.

$npx skills add https://github.com/praveenspeaks/cinematic-script-writer --skill cinematic-script-writer
0 commentsdiscussion
summary

Create professional cinematic scripts for AI video generation with character consistency and cinematography knowledge.

skill.md

Cinematic Script Writer

Create professional cinematic scripts for AI video generation with character consistency and cinematography knowledge.

Installation

# Install via npm
npm install -g cinematic-script-writer

# Or install via OpenClaw CLI
openclaw skills install cinematic-script-writer

CLI Usage

Context Management

Create and manage story contexts with characters, era, and settings:

# Create a new story context
cinematic-script create-context --name "My Story" --era "Ancient India" --period "Ramayana Era"

# List all saved contexts
cinematic-script list-contexts

# Get a specific context
cinematic-script get-context --id <context-id>

# Delete a context
cinematic-script delete-context --id <context-id>

Story Generation

Generate story ideas and create cinematic scripts:

# Generate story ideas for a context
cinematic-script generate-ideas --context-id <context-id> --count 3

# Create a full cinematic script from an idea
cinematic-script create-script --context-id <context-id> --idea-id <idea-id>

# Generate YouTube metadata for a script
cinematic-script generate-metadata --script-id <script-id>

Cinematography Reference

Access camera angles, lighting, and shot type databases:

# List all camera angles
cinematic-script list-angles

# List all camera movements
cinematic-script list-movements

# List all shot types
cinematic-script list-shots

# Get camera setup recommendation
cinematic-script suggest-camera --scene-type "dialogue" --mood "dramatic"

# Get lighting suggestions
cinematic-script suggest-lighting --scene-type "interior" --mood "mysterious"

# Get color grading suggestions
cinematic-script suggest-grading --genre "action"

# Search cinematography database
cinematic-script search --query "low angle lighting"

Character Consistency

Create character references and validate prompts:

# Create a character reference sheet
cinematic-script create-character-ref --character-id "char1" --name "Kutil" --visual "Purple rakshasa with golden eyes" --era "Ancient" --style "Pixar 3D"

# Create a voice profile for dialogue consistency
cinematic-script create-voice --character-id "char1" --name "Kutil" --personality "Mischievous, witty" --age "adult" --role "protagonist"

# Validate a prompt for anachronisms
cinematic-script validate-prompt --prompt "Your prompt here" --character-ids "char1,char2" --context-id <context-id>

Storage

Save projects to Google Drive or local storage:

# Connect to Google Drive
cinematic-script connect-drive

# Connect to local storage
cinematic-script connect-local

# Check storage connection status
cinematic-script storage-status

# Save project to storage
cinematic-script save --title "My Story" --context-id <context-id> --script-id <script-id>

Storage implementation details:

  • Google Drive: Uses Google OAuth2 for authentication. Credentials are stored securely in memory.
  • Local Storage: Saves to the user's downloads folder as fallback.
  • Library: Uses googleapis for Google Drive integration.

Export

Export scripts in various formats:

# Export as Markdown (default)
cinematic-script export --script-id <script-id> --format markdown

# Export as JSON
cinematic-script export --script-id <script-id> --format json

# Export as plain text
cinematic-script export --script-id <script-id> --format text

Features

  • Story Context Management: Create and manage story settings, characters, and eras
  • Story Idea Generation: Generate multiple story concepts with hooks and twists
  • Cinematic Script Writing: Full scripts with camera angles, lighting, and shot types
  • Character Consistency: Reference sheets and voice profiles for consistent characters
  • Environment Consistency: Era-appropriate style guides and anachronism detection
  • YouTube Metadata: Generate titles, descriptions, and SEO tags
  • Storage Integration: Save to Google Drive or local storage
  • Export Options: JSON, Markdown, or plain text formats

When to Use

  • Writing cinematic scripts or screenplays
  • Creating stories with characters for animation/video
  • Generating image/video prompts for AI tools (Midjourney, Sora, Veo, Runway)
  • Getting cinematography guidance (camera angles, lighting, color grading)
  • Maintaining character consistency across scenes
  • Saving script projects to Google Drive

Cinematography Reference

Camera Angles

Angle Emotional Impact Best For
Eye-level Connection, equality, neutrality Dialogue, emotional moments
Low-angle Power, dominance, heroism Villain reveals, hero moments
High-angle Vulnerability, weakness, overview Defeat, establishing scale
Bird-eye Insignificance, detachment, patterns Epic scale, isolation
Worm-eye Awe, grandeur, overwhelming presence Monuments, giants, deities
Dutch angle Unease, disorientation, tension Chaos, dreams, horror
Overhead Omniscience, surveillance Table scenes, fight choreography
Shoulder-level Intimate, casual, documentary feel Walking conversations
Hip-level Cowboy feel, casual tension Westerns, standoffs
Knee-level Childlike perspective, grounding Children's stories, humility

Camera Movements

Movement Effect Use For
Static Stability, observation Contemplation, portraits
Pan Revealing space Following action horizontally
Tilt Revealing height Following vertical action
Dolly Immersion, intimacy Moving toward/away from subject
Truck Following action Side-to-side parallel movement
Crane Epic scale, drama Sweeping reveals, transitions
Handheld Urgency, realism Documentary, action, chaos
Steadicam Smooth floating Following through space, dreams
Zoom Sudden focus, surprise Dramatic emphasis, comedy
Rack-focus Revealing connections Shifting attention between subjects

Shot Types

Shot Framing Emotional Impact
Establishing Wide location Sets scene, geography, time
Wide/Full Subject + surroundings Context, environment, scale
Medium Waist up Dialogue, body language
Close-up Head/shoulders Emotion, reaction, intimacy
Extreme close-up Detail only (eyes, hands) Intense emotion, symbolism
Over-shoulder Past one subject to another Conversation, perspective
POV Character's view Immersion, subjectivity
Insert Object detail Plot info, symbolism
Two-shot Two subjects together Relationship, tension

Lighting Techniques

Technique Mood Best For
Three-point Professional, balanced Dialogue, interviews
High-key Happy, optimistic, bright Comedy, commercials
Low-key Dramatic, mysterious Drama, horror, noir
Golden-hour Romantic, nostalgic, magical Romance, emotional moments
Blue-hour Melancholic, mysterious Urban, cityscapes
Chiaroscuro Dramatic contrast Art films, period pieces
Rim/backlight Separation, ethereal Silhouettes, divine presence
Practical Realistic, natural Candles, fires, lamps
God-rays Divine, revelation Spiritual moments, forests
Neon Urban, futuristic Cyberpunk, nightlife

Color Grading

Style Look Genre
Teal-orange Blockbuster cinematic Action, sci-fi
Noir High-contrast desaturated Crime, mystery
Vintage/sepia Warm, nostalgic Period pieces, memory
Pastel Soft, dreamy Romance, coming-of-age
Bleach bypass Desaturated, gritty War, thriller
Cross-process Surreal colors Music videos, dreams

Image Prompt Format

When generating image prompts for AI tools:

[Shot type] [camera angle] of [subject doing action], [visual style] style,
[lighting technique], [composition rule], [color grading],
[era-appropriate details], [mood keywords], highly detailed, cinematic

Example:

Low-angle close-up of Kutil the purple rakshasa with mischievous golden eyes,
Pixar 3D style, dramatic underlighting with rim light, rule-of-thirds composition,
warm golden color grading, ancient Lanka palace background with ornate pillars,
playful yet mysterious mood, highly detailed, cinematic, 8k

Output Structure

When saving a project, the following files are generated:

Story Title/
├── 00_INDEX.md           # Navigation
├── 01_SCRIPT_README.md   # Human-readable script
├── 02_IMAGE_PROMPTS.md   # All AI generation prompts
├── 03_CHARACTER_REFS.md  # Character design guides
├── 04_VOICE_GUIDES.md    # Dialogue consistency guides
├── 05_YOUTUBE_META.md    # Title, description, tags
└── 99_CONTEXT_INFO.md    # Story context and background

Important Rules

  1. Always maintain character consistency - include character's full visual description in every image prompt
  2. Never include anachronisms - validate props, clothing, objects against the era
  3. Match cinematography to emotion - use low angles for power, high angles for vulnerability
  4. Include both image and video prompts - image prompts are static, video prompts describe motion
  5. Production-ready output - every script should include enough detail for a team to produce it
  6. Respect the tone - comedy needs comedic timing; drama needs longer holds on reactions

License

MIT

Author

Praveen Kumar

how to use cinematic-script-writer

How to use cinematic-script-writer on Cursor

AI-first code editor with Composer

1

Prerequisites

Before installing skills in Cursor, ensure your development environment meets these requirements:

  • Cursor installed and configured on your development machine
  • Node.js version 16.0+ with npm package manager (verify with node --version)
  • Active project directory or workspace where you want to add cinematic-script-writer
2

Execute installation command

Execute the skills CLI command in your project's root directory to begin installation:

$npx skills add https://github.com/praveenspeaks/cinematic-script-writer --skill cinematic-script-writer

The skills CLI fetches cinematic-script-writer from GitHub repository praveenspeaks/cinematic-script-writer and configures it for Cursor.

3

Select Cursor when prompted

The CLI will show a list of available agents. Use arrow keys to navigate and space to select Cursor:

◆ Which agents do you want to install to?
│ ── Universal (.agents/skills) ── always included ────
│ • Amp
│ • Antigravity
│ • Cline
│ • Codex
│ ●Cursor(selected)
│ • Cursor
│ • Windsurf
4

Verify installation

Confirm successful installation by checking the skill directory location:

.cursor/skills/cinematic-script-writer

Reload or restart Cursor to activate cinematic-script-writer. Access the skill through slash commands (e.g., /cinematic-script-writer) or your agent's skill management interface.

Security & Verification Notice

We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.

Skills execute code in your development environment. Always verify the publisher's identity, review recent commits, and test in isolated environments before production deployment.

List & Monetize Your Skill

Submit your Claude Code skill and start earning

GET_STARTED →

Use Cases

User Story & Requirements Generation

Create detailed user stories, acceptance criteria, and feature specs

Example

Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios

Reduce spec writing time by 50%, ensure comprehensive coverage

Competitive Analysis

Research competitors, compare features, identify gaps

Example

Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities

Complete competitive research in 2 hours instead of 2 days

Roadmap Prioritization

Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs

Example

Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale

Make data-driven prioritization decisions faster

Stakeholder Communication

Draft PRDs, status updates, and stakeholder presentations

Example

Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement

Save 3-5 hours/week on communication overhead

Implementation Guide

Prerequisites

  • Claude Desktop or compatible AI client
  • Access to product documentation and roadmap tools (Jira, Notion, etc.)
  • Understanding of product management frameworks (RICE, Jobs-to-be-Done, etc.)
  • Stakeholder contact information and communication channels

Time Estimate

30-60 minutes to see productivity improvements

Installation Steps

  1. 1.Install product management skill
  2. 2.Start with user story generation for known feature
  3. 3.Progress to competitive analysis: research 2-3 competitors
  4. 4.Use for roadmap prioritization: apply RICE/ICE scoring
  5. 5.Draft stakeholder communications and refine based on feedback
  6. 6.Build template library for recurring PM tasks
  7. 7.Share effective prompts with product team

Common Pitfalls

  • Not validating competitive research—verify facts before sharing
  • Accepting user stories without involving engineering team
  • Over-relying on frameworks without qualitative judgment
  • Not customizing outputs to company culture and communication style
  • Skipping stakeholder validation of generated requirements

Best Practices

✓ Do

  • +Validate research and competitive analysis with real data
  • +Collaborate with engineering when generating technical requirements
  • +Customize frameworks and templates to your company context
  • +Use skill for first drafts, refine with stakeholder input
  • +Document successful prompt patterns for PM tasks
  • +Combine AI efficiency with human judgment and intuition

✗ Don't

  • Don't publish competitive analysis without fact-checking
  • Don't finalize user stories without engineering review
  • Don't make prioritization decisions solely on AI scoring
  • Don't skip customer validation of generated requirements
  • Don't ignore company-specific context and culture

💡 Pro Tips

  • Provide context: company goals, constraints, customer feedback
  • Ask for alternatives: 'Show 3 ways to prioritize this roadmap'
  • Request stakeholder-specific formatting: 'Executive summary vs. engineering spec'
  • Use skill for 70% generation + 30% customization to company needs

When to Use This

✓ Use When

Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.

✗ Avoid When

Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.

Learning Path

  1. 1Basic: user stories, feature specs, status updates
  2. 2Intermediate: competitive analysis, prioritization frameworks, PRDs
  3. 3Advanced: product strategy, go-to-market planning, OKR setting
  4. 4Expert: product vision, market positioning, business model innovation

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.831 reviews
  • Sophia Agarwal· Dec 12, 2024

    I recommend cinematic-script-writer for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Pratham Ware· Dec 8, 2024

    Keeps context tight: cinematic-script-writer is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Noah Patel· Dec 8, 2024

    Keeps context tight: cinematic-script-writer is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Sakshi Patil· Nov 27, 2024

    Registry listing for cinematic-script-writer matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Noor Torres· Nov 27, 2024

    Registry listing for cinematic-script-writer matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Chen Park· Nov 3, 2024

    Solid pick for teams standardizing on skills: cinematic-script-writer is focused, and the summary matches what you get after install.

  • Chen Jackson· Oct 22, 2024

    cinematic-script-writer has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Chaitanya Patil· Oct 18, 2024

    cinematic-script-writer reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Noor Reddy· Oct 18, 2024

    cinematic-script-writer reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Chen Brown· Sep 13, 2024

    cinematic-script-writer fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

showing 1-10 of 31

1 / 4