summarization

summarization is a skill for Codex from Rylaispirit/rylai-codex-hermes-skills. It costs 35 tokens per session (929 once invoked), scanned A, original, MIT.

A workflow for shortening documents, articles, meetings, research, code changes, or multiple sources while preserving their meaning and important details. It can produce briefs, key points, action lists, or catch-up notes.

In plain words
What is it for?
Use it to summarize source material, map what was included, separate facts from opinions or proposals, and capture decisions, risks, and follow-up actions.
Why use it?
It reduces reading time while keeping evidence, decisions, uncertainty, dates, and open questions visible. It also records when parts of the source could not be accessed or extracted reliably.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit Use it to summarize source material, map what was included, separate facts from opinions or proposals, and capture decisions, risks, and follow-up actions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rylaispirit/rylai-codex-hermes-skills/summarization
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 Rylaispirit/rylai-codex-hermes-skills --skill summarization
Clone the repo
git clone --depth 1 https://github.com/Rylaispirit/rylai-codex-hermes-skills

Made for: 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 summarization

README.md
[![agentmods](https://agentmods.dev/badge/skills/rylaispirit/rylai-codex-hermes-skills/summarization/github.svg)](https://agentmods.dev/skills/rylaispirit/rylai-codex-hermes-skills/summarization)
Your own site
<a href="https://agentmods.dev/skills/rylaispirit/rylai-codex-hermes-skills/summarization"><img src="https://agentmods.dev/badge/skills/rylaispirit/rylai-codex-hermes-skills/summarization/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 summarization

Your own site · 80×15
<a href="https://agentmods.dev/skills/rylaispirit/rylai-codex-hermes-skills/summarization"><img src="https://agentmods.dev/badge/skills/rylaispirit/rylai-codex-hermes-skills/summarization.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 929 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high System Prompt Leakage · line 131
    Skill contains instructions that could directly expose system prompts, internal rules, or hidden instructions to users or external parties.
    Fix: Remove any instructions that reveal, print, or output system prompts or internal rules. System instructions should never be exposed to end users.
How audits are shown
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.1 $0.00035 $0.00929
Opus 5 $0.00017 $0.00464
Sonnet 5 $0.00007 $0.00186
Haiku 4.5 $0.00003 $0.00093

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

Security

Grade A, and why

summarization 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 9d 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.

skills/summarization/SKILL.md · 151 lines

How it starts

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

Summarization

Reduce reading time while preserving the source's meaning, evidence, decisions, uncertainty, and useful detail.

Runtime Compatibility

  • Resolve bundled files relative to this skill directory.
  • Use tools available in the active runtime to read the actual source material.
  • Do not claim full coverage of inaccessible, truncated, or unsupported input.
  • Verify extraction quality when the source is a scan, recording, or complex file.

Intake

Infer these settings from the request and source:

  • audience;
  • purpose;
  • output length;
  • required format;
  • facts that must survive compression;
  • whether attribution to speakers or documents matters.

When the request is underspecified, choose a practical format and state the compression level in one short line.

Workflow

  1. Establish source boundaries

    • Identify every file, message range, URL, transcript, or diff included.
    • Note missing pages, failed extraction, inaudible segments, or truncation.
  2. Build a source map

    • Record the central claim or purpose.
    • Capture decisions, evidence, dates, quantities, people, risks, and open items.
    • Separate facts, opinions, proposals, and unresolved statements.
  3. Rank information

    • Keep what the target reader needs to decide, act, understand, or verify.
    • Remove repetition, scene-setting, and low-impact detail unless requested.
  4. Write the summary

    • Put the bottom line first.
    • Group related points rather than following source order mechanically.
    • Preserve qualifications that change the meaning of a claim.
  5. Audit against the source

    • Check names, figures, dates, units, ownership, and negation.
    • Confirm that no new conclusion was introduced.
    • Flag contradictions instead of silently resolving them.

Format Selection

Executive Brief

Use for reports, proposals, and decision material:

  • bottom line;
  • strongest evidence;
  • risks or uncertainty;
  • required decision;
  • next actions.

Read the full file on GitHub · 151 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. 9d ago First seen · 151 lines · 35 tokens per session scan A d684458075b9

Subscribe to this mod's changes

summarization is a skill published in the GitHub repository Rylaispirit/rylai-codex-hermes-skills (55 stars, last pushed 26d ago), licensed MIT. It adds 35 tokens to every session and 929 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories

library-rag

Semantic search over a personal library using Nemotron-3-Embed-1B embeddings + sqlite-vec. Index books, documents, any text corpus; query by meaning. Includes EPUB→Markdown conversion and MCP server for auto-available search tools.

moonlight-lupin/agent-skills · 54 tokens

document-converter

Convert between document formats: Markdown↔HTML, CSV↔JSON, YAML↔TOML, JSON↔YAML, CSV↔Markdown table, HTML→plain text, JSON→CSV (flattening nested objects), Excel→CSV, Markdown→PDF. Requires pandoc for PDF and openpyxl for Excel.

moonlight-lupin/agent-skills · 72 tokens

fill-template

Bulk-fill ONE master template — a Word (.docx) letter/form or an Excel (.xlsx) form — from a data table, producing one filled file per row (mail-merge). Use whenever the user wants to "fill in this letter for each person", "mail merge", "generate letters for this list", "run this template over a spreadsheet", or hands…

moonlight-lupin/agent-skills · 215 tokens

people-enrichment

Enrich and search People Data Labs (PDL) Person and Company data, writing results to .xlsx. Five operations: enrich named PEOPLE into a profile, employment history and LinkedIn URL; IDENTIFY an ambiguous person as several scored candidates; SEARCH people by criteria (company, title, location); enrich COMPANIES into…

moonlight-lupin/agent-skills · 203 tokens

powerpoint

Create, read, edit .pptx decks, slides, notes, templates.

RobinBeraud/hermes-skills · 19 tokens

nano-pdf

Edit PDF text/typos/titles via nano-pdf CLI (NL prompts).

RobinBeraud/hermes-skills · 21 tokens