---
name: PDF Summarizer
slug: pdf-summarizer
category: Writing
description: PDF Summarizer condenses supplied document text into a concise summary, main claims, supporting evidence, and unanswered questions. Use it when you need to extract the core arguments from a PDF or other document text without adding details not in the source.
github: "https://github.com/Kyure-A/agent-skills-nix/tree/master/examples/agent-plugin/skills/pdf"
language: Nix
stars: 222
forks: 17
install: "npx degit https://github.com/Kyure-A/agent-skills-nix/tree/master/examples/agent-plugin/skills/pdf ~/.claude/skills/pdf"
installs_to: ~/.claude/skills/pdf
source_path: examples/agent-plugin/skills/pdf/SKILL.md
collection_size: 12
category_size: 1144
collection_url: "https://dirskills.com/collections/Kyure-A/agent-skills-nix"
added: 2026-09-04T05:24:52.677Z
last_synced: 2026-09-04T05:24:52.677Z
canonical_url: "https://dirskills.com/skills/pdf-summarizer"
---

# PDF Summarizer

PDF Summarizer condenses supplied document text into a concise summary, main claims, supporting evidence, and unanswered questions. Use it when you need to extract the core arguments from a PDF or other document text without adding details not in the source.

**Install:**

```bash
npx degit https://github.com/Kyure-A/agent-skills-nix/tree/master/examples/agent-plugin/skills/pdf ~/.claude/skills/pdf
```

## README

When the user provides document text, return:

1. A concise summary.
2. The main claims and supporting evidence.
3. Important limitations or unanswered questions.

Do not invent details that are absent from the supplied text.
