story-summarizer

story-summarizer is a skill for Claude Code from GongLingRui/screen-creative-skills. It costs 40 tokens per session (986 once invoked), scanned A, a copy of drama-evaluator, MIT.

A tool for turning a novel, screenplay, outline, or other story text into a structured summary in Chinese.

In plain words
What is it for?
Use it to prepare story overviews for quick review, screenplay or film adaptation, project pitches, or later analysis.
Why use it?
It helps readers understand the main characters, events, conflicts, turning points, and ending without reading the full source first.

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 story overviews for quick review, screenplay or film adaptation, project pitches, or later analysis.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/gonglingrui/screen-creative-skills/story-summarizer/github.svg)](https://agentmods.dev/skills/gonglingrui/screen-creative-skills/story-summarizer)
Your own site
<a href="https://agentmods.dev/skills/gonglingrui/screen-creative-skills/story-summarizer"><img src="https://agentmods.dev/badge/skills/gonglingrui/screen-creative-skills/story-summarizer/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 story-summarizer

Your own site · 80×15
<a href="https://agentmods.dev/skills/gonglingrui/screen-creative-skills/story-summarizer"><img src="https://agentmods.dev/badge/skills/gonglingrui/screen-creative-skills/story-summarizer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 986 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 77% 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.00040 $0.00986
Opus 5 $0.00020 $0.00493
Sonnet 5 $0.00008 $0.00197
Haiku 4.5 $0.00004 $0.00099

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

Security

Grade A, and why

story-summarizer 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 13d 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

77% identical to drama-evaluator — 153 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/story-summarizer/SKILL.md · 113 lines

What it actually says

故事梗概生成专家

功能

基于故事文本内容提炼主要情节与要点,生成完整的故事梗概。

使用场景

  • 快速了解故事主要内容和情节发展。
  • 为剧本改编或影视开发提供故事梗概。
  • 制作项目推介材料的故事简介。
  • 为后续深入分析提供故事概览。

核心步骤

  1. 仔细阅读: 仔细阅读故事文本,理解整体内容。
  2. 主要情节识别: 识别故事的主要情节线。
  3. 要点提炼: 提炼故事的关键要点。
  4. 发展梳理: 梳理故事的发展过程。
  5. 梗概生成: 生成完整的故事梗概。

输入要求

  • 故事文本: 完整的原始故事文本(小说、剧本、故事大纲等)。
  • 文本长度建议: 300字以上。

输出格式

【故事梗概】

【故事背景】
[描述故事发生的背景、环境设定等]

【主要情节】
[描述故事的主要情节发展]

【故事发展】
[按时间顺序描述故事的发展过程]

【关键转折点】
[描述故事中的关键转折点和重要变化]

【故事结局】
[描述故事的结局和最终状态]

约束条件

  • 梗概要简洁完整,通常200-500字。
  • 严格按照故事原文内容总结,不自行创作。
  • 保持情节的准确性和完整性。
  • 包含故事的核心要素:人物、事件、冲突、结局。

示例

参见 {baseDir}/references/examples.md 目录获取更多详细示例:

  • examples.md - 包含不同类型故事(如爱情、职场、悬疑)的详细梗概示例。

详细文档

参见 {baseDir}/references/examples.md 获取关于故事梗概生成的详细指导与案例。


版本历史

版本 日期 变更
2.1.0 2026-01-11 优化 description 字段,使其更精简并符合命令式语言规范;添加 allowed-tools (Read) 和 model (opus) 字段;优化功能、使用场景、核心步骤、输入要求、输出格式、要求等描述,使其更符合命令式语言规范;添加约束条件、示例和详细文档部分。
2.0.0 2026-01-11 按官方规范重构
1.0.0 2026-01-10 初始版本
Files

What ships with it

1 file 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. 13d ago First seen · 113 lines · 40 tokens per session scan A a3d4186c3860

Subscribe to this mod's changes

story-summarizer is a skill published in the GitHub repository GongLingRui/screen-creative-skills (402 stars, last pushed 3mo ago), licensed MIT. It adds 40 tokens to every session and 986 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 77% identical to drama-evaluator, differing in 153 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

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

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

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