Skip to content
UtilityHub Logo
UtilityHub
Document MIT Score: 93

Anthropic Document Skills (PDF, DOCX, PPTX, XLSX)

Anthropic's official Claude Skills for working with document formats — fill, merge, and extract data from PDFs, Word files, PowerPoint decks, and Excel spreadsheets inside agent workflows.

Category: Document
License: MIT

01 // How It Works

Each skill is a folder of instructions plus Python scripts that Claude loads on demand. When a task touches a document format, the agent pulls in the skill's instructions and invokes its scripts to parse or produce files, keeping heavy parsing out of the context window.

02 // Setup Guide

  1. 1

    Install the Claude Code CLI or use Claude Desktop with skills enabled

  2. 2

    Copy the document-skills folder into your project's .claude/skills/ directory

  3. 3

    Ensure Python 3.10+ with the skill's requirements (pip install -r requirements.txt) is available

  4. 4

    Ask Claude to process a document (e.g. 'extract all invoices from this PDF folder')

Related Skills

Markitdown

Python tool for converting files and office documents to Markdown.

Document MIT
89

Graphify

Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.

Document Apache-2.0
86

Claude Mem

Persistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More.

Document Apache-2.0
85

Related Projects