plot-keypoints

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

A guide for extracting the main plot points from a novel, script, outline, or other story and arranging them by stages of development. The result is a concise structural outline of the story.

In plain words
What is it for?
Create story summaries and outlines, identify major turning points, organize plots into stages such as a three-act structure, and prepare a story for script adaptation.
Why use it?
It helps readers understand a long story quickly and gives writers a reliable structure for further analysis or adaptation. It summarizes the supplied text without inventing changes.

Skill for Claude Code

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

Good fit Create story summaries and outlines, identify major turning points, organize plots into stages such as a three-act structure, and prepare a story for script adaptation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gonglingrui/screen-creative-skills/plot-keypoints
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 plot-keypoints
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 plot-keypoints

README.md
[![agentmods](https://agentmods.dev/badge/skills/gonglingrui/screen-creative-skills/plot-keypoints.svg)](https://agentmods.dev/skills/gonglingrui/screen-creative-skills/plot-keypoints)
Your own site
<a href="https://agentmods.dev/skills/gonglingrui/screen-creative-skills/plot-keypoints"><img src="https://agentmods.dev/badge/skills/gonglingrui/screen-creative-skills/plot-keypoints.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,037 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 84% 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.00042 $0.01037
Opus 5 $0.00021 $0.00518
Sonnet 5 $0.00008 $0.00207
Haiku 4.5 $0.00004 $0.00104

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

Security

Grade A, and why

plot-keypoints 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.

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

84% identical to drama-evaluator — 144 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/story-analysis/plot-keypoints/SKILL.md · 114 lines

What it actually says

大情节点分析专家

功能

梳理故事主线,提炼并按故事发展阶段排列主要情节点。

使用场景

  • 快速掌握故事的整体结构和情节发展。
  • 为详细情节分析提供基础框架。
  • 制作故事大纲或梗概。
  • 剧本改编前进行结构梳理。

核心步骤

  1. 阅读理解: 充分阅读并理解故事文本,把握整体结构和主题。
  2. 脉络梳理: 梳理故事准确完整的脉络,识别关键转折点。
  3. 情节点提炼: 根据情节点定义,准确总结主要情节点,确保完整准确。
  4. 阶段划分: 按故事发展阶段(如三幕式结构)进行划分和排列。
  5. 结构化输出: 按照指定格式输出,确保清晰易读。

输入要求

  • 完整的故事文本(小说、剧本、故事大纲等)
  • 建议文本长度:1000字以上以获得更完整的分析

输出格式

【阶段一:情节主旨】:
- 子情节点1
- 子情节点2
- 子情节点3

【阶段二:情节主旨】:
- 子情节点1
- 子情节点2
- 子情节点3

【阶段三:情节主旨】:
...

约束条件

  • 每个情节点表述不超过150字。
  • 严格按照故事文本原文意思总结,不自行创作改编。
  • 确保主要情节点的总结完整、准确、细致。
  • 不使用阿拉伯数字为情节点标号。

示例

请参见 {baseDir}/references/examples.md 获取详细示例。该文件包含了多种故事结构(如三幕式、五幕式、竖屏短剧、多线叙事等)的完整输入输出示例和分析说明,以及情节点提炼技巧。

详细文档

参见 {baseDir}/references/ 目录获取更多文档:

  • examples.md - 详细分析示例(三幕式、五幕式、多线叙事等不同结构类型)
  • guide.md - 完整分析指南和最佳实践

版本历史

版本 日期 变更
2.1.0 2026-01-11 优化 description 字段,添加 allowed-tools 和 model 字段,调整主内容语言风格,删除最佳实践,并引导至 references/examples.md
2.0.0 2026-01-11 按官方规范重构,添加 references 结构
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 · 114 lines · 42 tokens per session scan A d680edf5b3ad

Subscribe to this mod's changes

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

Related

Other skills, from other repositories

workers-best-practices

Cloudflare Workers best practices for production applications. Use when writing, reviewing, or configuring Workers.

cloudflare/skills · 25 tokens

find-journalists

Build, refine, dedupe, and enrich small fit-checked journalist lists for newsjack campaigns. Uses the newsjack CLI (preferred) or the medialyst MCP for news search and journalist enrichment, and falls back to a best-effort local mode with no verified contacts; the agent owns how returned data is organized.

elvisun/newsjack · 69 tokens

story-origin-check

Recover the first public timestamp and canonical major coverage for a newsjacking signal, then decide whether newer coverage is the same story, a different story, or a materially new development.

elvisun/newsjack · 40 tokens

relevance-coarse-filter

Cheap, high-recall first-pass filter that removes obvious junk from a detector candidate pool before expensive story-origin research and PR judgment. Decides keep, monitoronly, or reject — never ranks, writes angles, verifies dates, or decides whether to pitch.

elvisun/newsjack · 57 tokens

annotating-task-lineage

Annotate Airflow tasks with data lineage using inlets and outlets. Use when the user wants to add lineage metadata to tasks, specify input/output datasets, or enable lineage tracking for operators without built-in OpenLineage extraction.

astronomer/agents · 51 tokens

managing-astro-local-env

Manage local Airflow environment with Astro CLI (Docker and standalone modes). Use when the user wants to start, stop, or restart Airflow, view logs, query the Airflow API, troubleshoot, or fix environment issues. For project setup, see setting-up-astro-project.

astronomer/agents · 63 tokens