pdf

by eigent-ai 15k Apache-2.0 Updated Aug 18, 2026
pdf skill by eigent-ai
pdf — Workflow skill by eigent-ai

pdf is an open-source workflow skill for Claude Code and compatible agents, published by eigent-ai. Its author describes it as: “Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, addin…”. The project has 15k stars on GitHub and is available under the Apache-2.0 license. Add it to your setup with `git clone https://github.com/eigent-ai/eigent ~/.claude/skills/pdf`.

What pdf does

This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see REFERENCE.md. If you need to fill out a PDF form, read FORMS.md and follow its instructions.

Installation

Add pdf to your agent with:

git clone https://github.com/eigent-ai/eigent ~/.claude/skills/pdf

Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.

What's inside

The SKILL.md for pdf is organised into these sections:

  • Overview
  • Quick Start
  • Python Libraries
  • pypdf - Basic Operations
  • pdfplumber - Text and Table Extraction
  • reportlab - Create PDFs
  • Command-Line Tools
  • pdftotext (poppler-utils)
  • qpdf
  • pdftk (if available)
  • Common Tasks
  • Extract Text from Scanned PDFs

When to use it

Reach for pdf when you want workflow help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.

Strengths

  • Clear Apache-2.0 license — safe to read and adapt
  • Ships in eigent-ai/eigent, an established project with 15,032 GitHub stars
  • Actively maintained (recent commits)

Topics

agent-frameworkagent-skillsagentic-aiagentic-workflowclaude-coworkclaude-cowork-alternativeclaude-cowork-freedesktop-agentmulti-agent-systems

Frequently asked questions

What does pdf do?
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.
How do I install pdf?
Run git clone https://github.com/eigent-ai/eigent ~/.claude/skills/pdf in your agent, then reload your skills. Review the source at https://github.com/eigent-ai/eigent before installing.
Is pdf free to use?
Yes. pdf is free and open source under the Apache-2.0 license, so you can read, run, and adapt it within that license's terms.
Where does pdf come from?
pdf ships inside eigent-ai/eigent, a repository that contains 7 catalogued skills in total. The repository's 15,032 GitHub stars apply to that whole collection, not to this skill on its own.

Related skills

More Workflow →

Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of "Word doc", "word document", ".docx", or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a "report", "memo", "letter", "template", or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.

15k eigent-ai Apache-2.0

Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates, layouts, speaker notes, or comments. Trigger whenever the user mentions "deck," "slides," "presentation," or references a .pptx filename, regardless of what they plan to do with the content afterward. If a .pptx file needs to be opened, created, or touched, use this skill.

15k eigent-ai Apache-2.0

Guide for creating effective skills. Use when creating a new skill or updating an existing skill that extends agent capabilities with specialized knowledge, workflows, or tool integrations.

15k eigent-ai Apache-2.0

Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like "the xlsx in my downloads") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.

15k eigent-ai Apache-2.0

Eigent: The Open Source Cowork Desktop - Local and Free Alternative to Claude Cowork and Codex

15k eigent-ai Apache-2.0