cinematic-script-writer

cinematic-script-writer is a skill for Claude Code, Codex from praveenspeaks/cinematic-script-writer. It costs 94 tokens per session (2,381 once invoked), scanned A, original, MIT.

A command-line tool for developing cinematic scripts for AI-generated video. It can store story settings and characters, create ideas and scripts, and produce YouTube metadata.

In plain words
What is it for?
It is for creating story contexts, generating ideas, writing full scripts, preparing video-generation prompts, and creating YouTube metadata.
Why use it?
It keeps story context organized so generated ideas and scripts can stay consistent across a project.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit It is for creating story contexts, generating ideas, writing full scripts, preparing video-generation prompts, and creating YouTube metadata.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/praveenspeaks/cinematic-script-writer/cinematic-script-writer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add praveenspeaks/cinematic-script-writer --skill cinematic-script-writer
Clone the repo
git clone --depth 1 https://github.com/praveenspeaks/cinematic-script-writer

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cinematic-script-writer

README.md
[![agentmods](https://agentmods.dev/badge/skills/praveenspeaks/cinematic-script-writer/cinematic-script-writer/github.svg)](https://agentmods.dev/skills/praveenspeaks/cinematic-script-writer/cinematic-script-writer)
Your own site
<a href="https://agentmods.dev/skills/praveenspeaks/cinematic-script-writer/cinematic-script-writer"><img src="https://agentmods.dev/badge/skills/praveenspeaks/cinematic-script-writer/cinematic-script-writer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for cinematic-script-writer

Your own site · 80×15
<a href="https://agentmods.dev/skills/praveenspeaks/cinematic-script-writer/cinematic-script-writer"><img src="https://agentmods.dev/badge/skills/praveenspeaks/cinematic-script-writer/cinematic-script-writer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 94 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,381 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00094 $0.02381
Opus 5 $0.00047 $0.01190
Sonnet 5 $0.00019 $0.00476
Haiku 4.5 $0.00009 $0.00238

Measured 12d ago against content hash c172216a8e83, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

cinematic-script-writer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

SKILL.md · 303 lines

How it starts

The opening of the file, as written. The whole thing — 303 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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>

Read the full file on GitHub · 303 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 303 lines · 94 tokens per session scan A c172216a8e83

Subscribe to this mod's changes

cinematic-script-writer is a skill published in the GitHub repository praveenspeaks/cinematic-script-writer (1 stars, last pushed 7mo ago), licensed MIT. It adds 94 tokens to every session and 2,381 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

multi-author-harmonizer

Reviews a text written or assembled by multiple authors and produces a detailed inconsistency report — flagging voice shifts, terminology mismatches, tonal clashes, and formatting discrepancies — with specific harmonisation recommendations for each.

ur-grue/autopunk-media-skills · 47 tokens

script-style-guide-checker

Checks a script against a specified style guide and returns a prioritised list of violations with corrections.

ur-grue/autopunk-media-skills · 25 tokens

tone-consistency-checker

Identifies passages where the tone or register shifts unexpectedly within a piece of writing, and explains how to bring the text back to a consistent voice.

ur-grue/autopunk-media-skills · 35 tokens

multi-author-harmoniser

Takes a draft written by two or more contributors and rewrites it as a single, consistent voice — smoothing over clashing tones, register shifts, and stylistic inconsistencies while preserving every author's factual content and reported material.

ur-grue/autopunk-media-skills · 51 tokens

seedance-camera

This skill should be used when the user asks for camera movement, shot scale, lens feel, framing, one-take direction, dolly, pan, tilt, push-in, handheld, aerial, macro, or camera-transfer guidance for Seedance 2.0.

Emily2040/seedance-2.0 · 58 tokens

youtube

Use whenever the user mentions YouTube, video uploads, channel management, playlists, video SEO, or any YouTube Data API operation. Manages videos, playlists, comments, captions, subscriptions, thumbnails, analytics, and more.

eat-pray-ai/yutu · 48 tokens