drama-workflow

drama-workflow is a skill for Claude Code from sutchan/Agent-Skills-Hub. It costs 49 tokens per session (1,068 once invoked), scanned A, a copy of drama-evaluator, MIT.

A workflow for analyzing the key events and dramatic purpose of a long story or script. It splits the text into sections, analyzes them, and combines the findings into one report.

In plain words
What is it for?
Use it to identify plot points, explain what each event does in the story, analyze the overall structure, and produce a structured report.
Why use it?
It makes large story analyses easier to manage while keeping the final structure and conclusions consistent.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter; mentions Claude Code.

Good fit Use it to identify plot points, explain what each event does in the story, analyze the overall structure, and produce a structured report.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sutchan/agent-skills-hub/drama-workflow
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 sutchan/Agent-Skills-Hub --skill drama-workflow
Clone the repo
git clone --depth 1 https://github.com/sutchan/Agent-Skills-Hub

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 drama-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/sutchan/agent-skills-hub/drama-workflow/github.svg)](https://agentmods.dev/skills/sutchan/agent-skills-hub/drama-workflow)
Your own site
<a href="https://agentmods.dev/skills/sutchan/agent-skills-hub/drama-workflow"><img src="https://agentmods.dev/badge/skills/sutchan/agent-skills-hub/drama-workflow/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 drama-workflow

Your own site · 80×15
<a href="https://agentmods.dev/skills/sutchan/agent-skills-hub/drama-workflow"><img src="https://agentmods.dev/badge/skills/sutchan/agent-skills-hub/drama-workflow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,068 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 81% copy Near-identical to another mod 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.00049 $0.01068
Opus 5 $0.00024 $0.00534
Sonnet 5 $0.00010 $0.00214
Haiku 4.5 $0.00005 $0.00107

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

Security

Grade A, and why

drama-workflow 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 8d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/drama_workflow.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Origin

This is a copy

81% identical to drama-evaluator — 161 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/drama-workflow/SKILL.md · 131 lines

What it actually says

情节点戏剧功能分析工作流编排器

功能

协调整个情节点戏剧功能分析流程,管理文本预处理、并行分析、结果整合及报告生成。

使用场景

  • 对长篇故事文本进行情节点和戏剧功能分析。
  • 需要高质量、专业化的戏剧分析报告。
  • 需获取结构化的分析结果。

工作流步骤

  1. 文本预处理: 截断和分割长文本,确保文本适合后续分析。
  2. 并行分析: 对文本片段进行情节点分析,提高分析效率。
  3. 结果整合: 合并和优化分析结果,确保结果一致性。
  4. 报告生成: 生成最终的综合分析报告。

编排原则

  • 确保输入输出正确传递。
  • 管理智能体间的上下文隔离。
  • 优化并行处理性能。
  • 保证分析结果的完整性和准确性。

输入要求

  • 长文本故事内容。
  • 分析需求说明(可选)。

输出格式

【情节点戏剧功能分析报告】

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
一、分析概览
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
- 文本长度:[字数]
- 分析片段数:[数量]
- 情节点总数:[数量]

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
二、情节点分析
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
【情节点1】:[描述]
【戏剧功能】:[分析]

【情节点2】:[描述]
【戏剧功能】:[分析]
...

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
三、戏剧结构分析
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[整体戏剧结构分析]

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
四、专业洞察
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[从编剧角度的专业洞察]

约束条件

  • 输入文本长度需满足分段处理要求。
  • 确保每个情节点分析的独立性和准确性。
  • 最终报告需逻辑清晰,结论明确。

示例

请参见 {baseDir}/references/examples.md 获取详细工作流示例。该文件包含了长篇小说、剧本等不同类型文本的情节点戏剧功能分析报告。


版本历史

版本 日期 变更
2.1.0 2026-01-11 优化 description 字段,添加 allowed-tools 和 model 字段,调整主内容语言风格,添加约束条件,并引导至 references/examples.md
2.0.0 2026-01-11 按官方规范重构
1.0.0 2026-01-10 初始版本
Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 131 lines · 49 tokens per session scan A 425dae807da9

Subscribe to this mod's changes

drama-workflow is a skill published in the GitHub repository sutchan/Agent-Skills-Hub (2 stars, last pushed yesterday), licensed MIT. It adds 49 tokens to every session and 1,068 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 81% identical to drama-evaluator, differing in 161 lines, and is treated as a copy.