By appautomaton
Create, edit, and extract data from PDF, Word, PowerPoint, and Excel files programmatically, including PDF form handling, tracked changes in DOCX, presentation workflows, and formatted spreadsheets with financial model standards.
Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
English | 中文
A collection of Claude Code / Codex skills for document manipulation — PDF extraction/forms, Excel analysis/formulas, Word, and PowerPoint.
Two commands inside Claude Code, no cloning:
/plugin marketplace add appautomaton/document-SKILLs
/plugin install document-skills@appautomaton-skills
Skills are then invoked as document-skills:pdf, document-skills:docx, and so on.
[!TIP] Clone this repo anywhere you keep your skills, then symlink each skill into your agent's skills directory.
git clone https://github.com/appautomaton/document-SKILLs.git ~/skills/documents
cd ~/skills/documents
# Claude Code
for s in docx pdf pptx xlsx; do
ln -s "$(pwd)/$s" ~/.claude/skills/$s
done
# Codex
for s in docx pdf pptx xlsx; do
ln -s "$(pwd)/$s" ~/.codex/skills/$s
done
| Skill | What it does |
|---|---|
| docx | Create, edit, and analyze Word documents — tracked changes, comments, formatting |
| Extract text/tables, fill forms, merge/split, OCR scanned pages | |
| pptx | Edit existing presentations — reorder slides, replace text, thumbnails |
| xlsx | Create/edit spreadsheets — formulas, formatting, data analysis |
[!NOTE] Python scripts use uv + PEP 723 inline metadata — no virtual environments or
pip installneeded. Justuv run.
System tools:
# macOS: one command via the repo Brewfile.
# Installs uv and node only if missing, optional tools are commented in the file.
brew bundle
# Linux
sudo apt-get install -y pandoc poppler-utils tesseract-ocr qpdf libreoffice
Node.js packages (docx and pptx skills only):
cd docx && npm install
cd ../pptx && npm install
MIT — see LICENSE.
Based on Anthropic's official skills.
🤖 Checkout linux.do for more fun stuff about AI!
npx claudepluginhub appautomaton/document-skills --plugin document-skillsDocument processing suite — Excel (xlsx), Word (docx), PowerPoint (pptx), and PDF generation and manipulation.
Official OpenAI skills for PDF, Word, PowerPoint, and Excel document processing.
Professional document processing suite: 3 comprehensive skills for Word (.docx), Excel (.xlsx), and PDF files - create, edit, analyse, and process documents with advanced features like tracked changes, forms, tables, OCR, and formulas
Editorial "Documents & Presentations" bundle for Claude Code from Antigravity Awesome Skills.
Office document manipulation plugins for Claude Code
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.