Skip to main content

pdf-summary

Convert PDF documents to text and summarize them

Jump to install

Source facts

Repository
redhat-et/docsclaw
Last source activity
April 8, 2026 at 21:30
Detected SKILL.md language
English
Stars
2
Forks
1

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
pdf-summary
description
Convert PDF documents to text and summarize them
# PDF summary skill When asked to summarize a PDF document: 1. Use the exec tool to convert the PDF to text: `pdftotext input.pdf output.txt` 2. Use read_file to read the converted text 3. Summarize the content
View on GitHub