book-summarizer

book-summarizer is a skill for Claude Code, Codex from JayRHa/AgentSkills. It costs 112 tokens per session (1,064 once invoked), scanned A, original, MIT.

A book-summary helper that turns a named or provided book into anything from a one-line overview to chapter-by-chapter notes, while preserving its main ideas and examples.

In plain words
What is it for?
Use it to decide whether to read a book, prepare for a discussion, study, or collect key ideas and practical takeaways.
Why use it?
It saves time when you need the substance of a book without writing notes yourself. It also avoids made-up details by stating when the book’s content is not known.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/jayrha/agentskills/book-summarizer
Any agent
npx skills add JayRHa/AgentSkills --skill book-summarizer
Clone the repo
git clone --depth 1 https://github.com/JayRHa/AgentSkills

Made for: Claude Code, Codex.

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 book-summarizer

README.md
[![agentmods](https://agentmods.dev/badge/skills/jayrha/agentskills/book-summarizer.svg)](https://agentmods.dev/skills/jayrha/agentskills/book-summarizer)
Your own site
<a href="https://agentmods.dev/skills/jayrha/agentskills/book-summarizer"><img src="https://agentmods.dev/badge/skills/jayrha/agentskills/book-summarizer.svg" alt="Measured on agentmods" height="20"></a>
Per session 112 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,064 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00112 $0.01064
Opus 5 $0.00056 $0.00532
Sonnet 5 $0.00022 $0.00213
Haiku 4.5 $0.00011 $0.00106

Measured 3d ago against content hash 3a32f6304206, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

book-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 3d 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.

book-summarizer/SKILL.md · 64 lines

How it starts

The opening of the file, as written. The whole thing — 64 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Book Summarizer

Overview

This skill produces a faithful, well-structured summary of a book at the requested depth — a one-line gist, an executive summary, key takeaways, or chapter-by-chapter notes — capturing the central thesis, the supporting ideas, the most memorable examples, and what the reader can actually do with it.

Keywords: book summary, key takeaways, TL;DR, main idea, chapter summary, executive summary, book notes, book club, nonfiction, study notes.

When to use vs. not

Use this to summarize, extract takeaways from, or build study/discussion notes for a book the reader names or provides. Accuracy first: if you don't actually know a book's content, say so rather than inventing — never fabricate quotes, statistics, or plot points. For very recent or obscure titles, ask the user to paste text or confirm details. Note that a summary is no substitute for reading when nuance matters (e.g., for academic citation).

Inputs to gather first

  1. The book (title + author — confirm you have the right one).
  2. Depth wanted — one-liner, ~1 page, key takeaways, or chapter-by-chapter.
  3. Purpose — decide whether to read it, apply it, prep a discussion, study for an exam, or recall it.
  4. Fiction or nonfiction (changes the structure — themes/plot vs. thesis/arguments).
  5. Spoiler tolerance for fiction.

Workflow

  1. Confirm the book and your confidence. State the title/author and that you can summarize it accurately. If unsure, ask for text or flag the uncertainty up front.
  2. Identify the spine. For nonfiction: the central thesis and the 3–7 big ideas that support it. For fiction: premise, central conflict, themes, and arc (respecting spoiler preference). See references/summary-structures.md.
  3. Summarize at the requested depth:
    • One-liner: the single core message in a sentence.
    • Executive (~1 page): thesis + key ideas + why it matters.
    • Takeaways: a ranked, actionable bullet list.
    • Chapter-by-chapter: 2–4 lines per chapter capturing each one's point.
  4. Keep the best evidence. Preserve the one or two examples, studies, or scenes that make each idea stick — concrete beats abstract.
  5. Add actionable takeaways (for nonfiction): what to do differently, as concrete steps.
  6. Stay faithful + neutral. Represent the author's argument accurately before adding any critique. Separate "what the book says" from "my take." Flag where the book is contested if relevant.
  7. (Optional) discussion/study layer. Book-club questions, key terms, or quiz prompts on request.

Read the full file on GitHub · 64 lines

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. 3d ago First seen · 64 lines · 112 tokens per session scan A 3a32f6304206

Subscribe to this mod's changes

book-summarizer is a skill published in the GitHub repository JayRHa/AgentSkills (4 stars, last pushed 1mo ago), licensed MIT. It adds 112 tokens to every session and 1,064 once invoked, about $0.0006 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 skills, from other repositories

agent-newbie-guide

Skill "agent-newbie-guide" from hashgraph-online/awesome-codex-plugins, covering codex 新手引导, 🚫 新手术语过滤(绝对禁止), 统一行为规范(内嵌), 📍 阶段位置 and 启动自检.

hashgraph-online/awesome-codex-plugins · 87 tokens

agent-learning-coach

中文学习教练技能。用于学习编程、英语、设计、产品、AI、数学或任何技能时,先诊断水平,再用讲解、练习、反馈、复习的循环推进。触发语包括"进入学习模式""我想学""带我练""帮我制定学习计划""像教练一样教我"。.

hashgraph-online/awesome-codex-plugins · 81 tokens

search

Search all Japanese NLP resources (libraries, models, datasets, tutorials, dictionaries, Hugging Face). Accepts keywords or natural language questions in any language.

taishi-i/awesome-japanese-nlp-resources · 31 tokens

code-explainer

Paste any code snippet and get a plain English explanation of what it does and how it works.

mergisi/awesome-openclaw-agents · 24 tokens

course-fit-check

Evaluates whether a specific course, certification, bootcamp, or training is worth the time and money for the user's stated career goal, weighing recruiter signal, time and opportunity cost, risks, and the artifact it produces. Use when the user asks whether a course, certification, bootcamp, or training is worth it…

surfmind-space/awesome-surfmind · 78 tokens

explain

Explains selected or visible content in plain language, including the core idea, jargon, and background, while researching further when the page falls short and staying evidence-backed. Use when the user says "explain this", "what does this mean", "simplify", "break this down", "ELI5", or "help me understand" about…

surfmind-space/awesome-surfmind · 83 tokens