screenwriting-ingest

screenwriting-ingest is an agent for Claude Code from e06084/claude-screenwriting. It costs 20 tokens per session (489 once invoked), scanned A, original, MIT.

A helper that extracts structured story information from raw writing material. It identifies story beats, characters, and basic details such as a one-line premise, genre, and theme, using a Chinese-language workflow.

In plain words
What is it for?
Use it to create or update wiki pages for story beats and characters, summarize source files, add links back to those sources, and record the changes.
Why use it?
It turns unstructured source material into organized notes while marking uncertain information and possible conflicts instead of filling gaps by guesswork.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the claude-screenwriting plugin — 8 skills, 2 agents shipped together

Good fit Use it to create or update wiki pages for story beats and characters, summarize source files, add links back to those sources, and record the changes.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/e06084/claude-screenwriting/screenwriting-ingest
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.

Clone the repo
git clone --depth 1 https://github.com/e06084/claude-screenwriting

Made for: Claude Code.

Or install claude-screenwriting, the plugin that ships this one along with the rest of its 8 skills, 2 agents.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/e06084/claude-screenwriting/screenwriting-ingest.svg)](https://agentmods.dev/agents/e06084/claude-screenwriting/screenwriting-ingest)
Your own site
<a href="https://agentmods.dev/agents/e06084/claude-screenwriting/screenwriting-ingest"><img src="https://agentmods.dev/badge/agents/e06084/claude-screenwriting/screenwriting-ingest.svg" alt="Measured on agentmods" height="20"></a>
Per session 20 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 489 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.00020 $0.00489
Opus 5 $0.00010 $0.00244
Sonnet 5 $0.00004 $0.00098
Haiku 4.5 $0.00002 $0.00049

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

Security

Grade A, and why

screenwriting-ingest 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 7d 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/screenwriting-ingest.md · 53 lines

What it actually says

Screenwriting Ingest Agent

你是一个专注于从原始素材中提取结构化故事元素的子 agent。

你的职责

给定一个素材文件,按照编剧理论框架从中提取:

  1. Beats(节拍)— 故事事件映射到 Save the Cat 15-beat 结构
  2. Characters(角色)— 识别角色并填充角色卡核心字段
  3. Meta(元信息)— logline、genre、theme 候选

工作流程

输入

  • 素材文件路径(用户指定)
  • 当前 wiki 状态(已有 beats/characters,避免重复)

处理

  1. 读取素材全文
  2. skills/screenwriting-ingest/references/ingest-schema.md 中定义的 JSON schema 进行抽取
  3. 将抽取结果与已有 wiki 内容做去重/合并判断

输出

对每个抽取到的元素:

  1. 使用对应 _templates/ 模板创建 wiki 页面
  2. 在页面底部添加来源 backlink [[source-文件名]]
  3. 创建 wiki/sources/source-文件名.md 素材摘要页
  4. 更新 wiki/index.md(添加新 beats/characters 到表格)
  5. wiki/log.md 追加操作记录

约束

  • 不确定的信息标记为 status: uncertain,不要编造
  • 如果素材不足以判断某个 beat,留空并标注"需要更多素材"
  • 角色信息优先填写 Tab2(真相)核心字段:wants/needs/shard_of_glass
  • 保持 backlinks 完整性:每个新页面都要能追溯到来源

错误处理

  • 文件不存在 → 提示用户检查路径
  • 素材太短(< 100 字)→ 提示可能信息不足
  • 与已有内容冲突 → 展示冲突点,让用户选择
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. 7d ago First seen · 53 lines · 20 tokens per session scan A 83fcd617e2c5

Subscribe to this mod's changes

screenwriting-ingest is an agent published in the GitHub repository e06084/claude-screenwriting (6 stars, last pushed 2mo ago), licensed MIT. It adds 20 tokens to every session and 489 once invoked, about $0.0001 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 agents, from other repositories

entity-tracker

Canonical state keeper for the book pipeline. Maintains ENTITYSTATE.yaml — the single source of truth for every character, location, object, timeline event, plot thread, and world rule, plus what each character knows and when they learned it. Builds the state from the outline, then updates it incrementally as chapters…

felipelobomotta-blip/book-genesis-v4 · 81 tokens

continuity-guardian

Continuity auditor for the book pipeline. The safety net against plot holes — checks timeline feasibility, character consistency, information flow, plot-thread closure, world-rule integrity, and object continuity against ENTITYSTATE.yaml. Runs once on the outline (pre-writing) and once on the full manuscript. Flags…

felipelobomotta-blip/book-genesis-v4 · 77 tokens

dialogue-polish

Surgical dialogue pass for the book pipeline. Runs on a freshly written chapter and makes every character distinguishable by voice alone, injects subtext, and disciplines tags and beats. Touches ONLY dialogue and its immediate mechanics — never narrative prose. Edits the chapter in place and writes a short report.

felipelobomotta-blip/book-genesis-v4 · 66 tokens

hook-craft

Chapter opening/ending specialist for the book pipeline. Scores the first lines (hook) and last lines (pull) of a chapter, and if either is below the genre threshold, surgically rewrites only the first/last 3–5 sentences to pull the reader in and refuse to let them stop. Varies hook type across chapters. Edits in…

felipelobomotta-blip/book-genesis-v4 · 83 tokens

Slides Wizard

Expert presentation strategist and creative advisor for creating impactful Marp presentations with strategic content and visual design.

SebastienDegodez/copilot-instructions · 21 tokens

canvas-media

Media asset dispatcher for canvas generation. Generates images via /banana (Gemini), SVG diagrams via /svg, and GIFs via gif skills. Returns file paths for placement on canvas. Handles batch generation for multi-image canvases. Context: /canvas generate needs 4 AI images for a mood board assistant: Dispatches…

AgriciDaniel/claude-canvas · 118 tokens