venice-video-harness: Command for Claude Code

.agents/commands/ingest-screenplay.md

ingest-screenplay is a command for Claude Code from jordanurbs/venice-video-harness. It costs 0 tokens per session (257 once invoked), scanned A, original, MIT.

A command that reads a Fountain or PDF screenplay and turns it into structured project data. Fountain is a plain-text format for writing screenplays.

In plain words
What is it for?
Use it to create a project file containing scene information and character profiles for later storyboard and image generation steps.
Why use it?
It saves the manual work of separating scenes, characters, dialogue, locations, and descriptions before production begins.

Command for Claude Code

Written for Claude Code: a Claude Code command (commands/*.md). Also seen: installed under .agents/ (shared by several agents).

This is jordanurbs/venice-video-harness's own configuration. It tells Claude Code how to work on venice-video-harness itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything venice-video-harness configures →

Reuse

Borrowing it

Nothing to install: this file belongs to jordanurbs/venice-video-harness. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/jordanurbs/venice-video-harness/main/.agents/commands/ingest-screenplay.md
Clone the repo
git clone --depth 1 https://github.com/jordanurbs/venice-video-harness

Made for: Claude Code.

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 ingest-screenplay

README.md
[![agentmods](https://agentmods.dev/badge/commands/jordanurbs/venice-video-harness/ingest-screenplay/github.svg)](https://agentmods.dev/commands/jordanurbs/venice-video-harness/ingest-screenplay)
Your own site
<a href="https://agentmods.dev/commands/jordanurbs/venice-video-harness/ingest-screenplay"><img src="https://agentmods.dev/badge/commands/jordanurbs/venice-video-harness/ingest-screenplay/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 ingest-screenplay

Your own site · 80×15
<a href="https://agentmods.dev/commands/jordanurbs/venice-video-harness/ingest-screenplay"><img src="https://agentmods.dev/badge/commands/jordanurbs/venice-video-harness/ingest-screenplay.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 257 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.00000 $0.00257
Opus 5 $0.00000 $0.00129
Sonnet 5 $0.00000 $0.00051
Haiku 4.5 $0.00000 $0.00026

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

Security

Grade A, and why

ingest-screenplay 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 11d 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.

.agents/commands/ingest-screenplay.md · 38 lines

What it actually says

/ingest-screenplay

Ingest and parse a screenplay file, extracting scenes and characters.

Usage

/ingest-screenplay <path-to-screenplay> [--name <project-name>]

Arguments

  • path: Path to a .fountain or .pdf screenplay file (required)
  • --name: Optional project name (defaults to filename)

What This Does

  1. Reads the screenplay file
  2. Parses it using fountain-js (Fountain) or pdf-parse + heuristics (PDF)
  3. Extracts all scenes with headings, locations, time of day, action, dialogue, transitions
  4. Identifies all characters and their physical descriptions from action text
  5. Builds character description profiles for image generation
  6. Saves project state to output/<project-name>/project.json

Execution

Run the CLI command:

npx tsx src/cli.ts ingest "$path" --name "$name"

Output

  • Scene count and list
  • Character list with dialogue counts
  • Project directory path
  • Next step: run /lock-characters

Example

/ingest-screenplay screenplays/my-film.fountain --name my-film
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. 11d ago First seen · 38 lines · 0 tokens per session scan A ab99290f3e16

Subscribe to this mod's changes

ingest-screenplay is a command published in the GitHub repository jordanurbs/venice-video-harness (30 stars, last pushed 3d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 257 tokens. 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-30.