drama-workflow

drama-workflow is a skill for Claude Code from GongLingRui/screen-creative-skills. It costs 48 tokens per session (1,000 once invoked), scanned A, a copy of drama-evaluator, MIT.

A workflow coordinator for analysing plot events and their dramatic function in long stories or scripts.

In plain words
What is it for?
Use it to prepare long story text, run plot-point analysis on sections, merge the findings, and produce an overall drama-structure report.
Why use it?
It breaks large texts into workable pieces, coordinates separate analyses, and combines them into one structured report.

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 prepare long story text, run plot-point analysis on sections, merge the findings, and produce an overall drama-structure report.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gonglingrui/screen-creative-skills/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 GongLingRui/screen-creative-skills --skill drama-workflow
Clone the repo
git clone --depth 1 https://github.com/GongLingRui/screen-creative-skills

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/gonglingrui/screen-creative-skills/drama-workflow/github.svg)](https://agentmods.dev/skills/gonglingrui/screen-creative-skills/drama-workflow)
Your own site
<a href="https://agentmods.dev/skills/gonglingrui/screen-creative-skills/drama-workflow"><img src="https://agentmods.dev/badge/skills/gonglingrui/screen-creative-skills/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/gonglingrui/screen-creative-skills/drama-workflow"><img src="https://agentmods.dev/badge/skills/gonglingrui/screen-creative-skills/drama-workflow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,000 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 80% 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.00048 $0.01000
Opus 5 $0.00024 $0.00500
Sonnet 5 $0.00010 $0.00200
Haiku 4.5 $0.00005 $0.00100

Measured 12d ago against content hash 9188c8d09cdd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, 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 12d 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

80% identical to drama-evaluator — 156 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.

category/workflow/drama-workflow/SKILL.md · 126 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. 12d ago First seen · 126 lines · 48 tokens per session scan A 9188c8d09cdd

Subscribe to this mod's changes

drama-workflow is a skill published in the GitHub repository GongLingRui/screen-creative-skills (400 stars, last pushed 3mo ago), licensed MIT. It adds 48 tokens to every session and 1,000 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 80% identical to drama-evaluator, differing in 156 lines, and is treated as a copy.

Related

Other skills, from other repositories

create_profile_style_skill

A workflow for turning a person's video-editing habits into a reusable editing skill file. It examines choices such as pacing, storytelling, audio, subtitles, colour, transitions, and recurring editing rules.

FireRedTeam/FireRed-OpenStoryline · 64 tokens

listenhub-tts

A text-to-speech tool that uses the ListenHub service to turn written text into audio, including short recordings, multi-speaker scripts, and long-form streamed speech.

smallnest/goal-workflow · 138 tokens

article-icons

A tool that adds static inline SVG icons from itshover.com to Markdown, HTML, and similar articles.

smallnest/goal-workflow · 74 tokens

analyze-generative-diffusion-model

Analyze pre-trained generative diffusion models (Stable Diffusion, DALL-E, Flux) by computing quality metrics (FID, IS, CLIP score, precision/recall), inspecting noise schedules, extracting and visualizing attention maps, and probing latent spaces. Use when evaluating a pre-trained generative diffusion model's output…

pjt222/agent-almanac · 104 tokens

compose-sacred-music

Compose or analyze sacred music in Hildegard von Bingen's distinctive modal style. Covers modal selection, melodic contour (wide-range melodies), text-setting (syllabic and melismatic), neumatic notation, and liturgical context for antiphons, sequences, and responsories. Use when composing a new piece in Hildegardian…

pjt222/agent-almanac · 108 tokens

create-spatial-visualization

Create interactive maps, elevation profiles, and spatial visualizations from GPX tracks, waypoints, or route data using R (sf, leaflet, tmap) or Observable (D3, deck.gl). Covers data import, coordinate system handling, map styling, and export to HTML or image formats. Use when visualizing a planned or completed tour…

pjt222/agent-almanac · 111 tokens