Document Creation Skills — Word, PDF, PowerPoint, Excel (2026) | Skills and Servers
Category · 32 Skills

Document Creation Skills — Word, PDF, PowerPoint, Excel (2026)

Every AI Skill in our directory that produces a document file — Word (.docx), PDF, PowerPoint (.pptx), Excel (.xlsx), or a Google Workspace equivalent. Each Skill has been installed, tested against real inputs, and documented with copy-paste code for Claude Desktop, Claude Code, Cursor, and Cline.

32
Skills
6
Sub-types
4
Providers
100%
Human-tested
Last updated August 15, 2026

1What this category covers

Document Creation Skills are the workhorse of any team that produces a lot of paperwork — contracts, invoices, reports, resumes, decks, workbooks. They take structured input (a spec, a template, a data source) and produce a formatted, downloadable file you can send to a client, a colleague, or a printer.

Under the hood these Skills wrap well-known Python libraries (python-docx, openpyxl, python-pptx, pdfplumber, reportlab, and friends) plus the Google Workspace APIs. The Skill layer gives your AI a clean decision tree over which library to use and what to output, so you don't have to re-explain your document conventions in every prompt.

What lives here vs. elsewhere: if the Skill produces a file, it belongs here. If it only produces text (a blog post, a social caption, a summary), it lives in Content Creation. If it produces charts, dashboards, or numeric analysis without a document wrapper, it lives in Data Analysis.

2When you should reach for a Document Creation Skill

  • You need the same kind of document produced repeatedly with different data (invoices, weekly reports, resumes for a job pipeline).
  • You want an AI to write into your existing brand templates rather than starting from a blank document every time.
  • You need to extract, transform, or convert existing documents (PDF → Markdown, Word → Markdown, PDF form → data).
  • You're chaining several documents into one workflow (transcript → minutes → follow-up email → action-item tracker).
  • Your team has strict formatting conventions that plain LLM output keeps forgetting — a Skill locks them in.

3Featured Skills this month

Our editorial picks — heaviest tested, highest reader ratings.

4All 32 Document Creation Skills

Filter by sub-type, search by name, sort by recency or alphabetical.

Showing 32 of 32 Skills
PDFAug 13

PDF Form Filling with Data

Fill AcroForm fields in PDFs from a data dict. Handles text, checkboxes, radio buttons, dropdowns. Flattens output for signing.

View →
PDFAug 11

PDF Merge and Split Pages

Combine multiple PDFs into one, or extract specific pages/ranges into new files. Preserves bookmarks and metadata.

View →
ExcelAug 11

Excel Pivot Table Generation

Build pivot tables and pivot charts programmatically from raw data — row, column, value, and filter fields all configurable.

View →
GoogleAug 9

Google Docs API Integration

Read, write, and edit Google Docs via the Google Docs API. OAuth handled in the Skill; service account and user auth both supported.

View →
GoogleAug 8

Google Sheets API Integration

Read and write Google Sheets — cell values, formulas, formatting, and batch updates that don't hit the 60-request-per-minute cap.

View →
TemplateAug 14

Resume and CV Formatter

Generate ATS-friendly resumes from a JSON profile. Multiple templates: technical, executive, academic, creative.

View →
TemplateAug 10

Contract Template Generator

Populate contract templates (NDA, MSA, SOW) with party details and clauses from a checklist. Ships with a redlining toggle.

View →
TemplateAug 8

Invoice Template Creation

Generate PDF invoices with itemized lines, tax calculations, terms, and your branding. Bulk mode for whole billing cycles.

View →
TemplateAug 7

Meeting Minutes Formatter

Turn a transcript or notes into structured meeting minutes: attendees, decisions, action items with owners and due dates.

View →
TemplateAug 5

Report Template with Charts

Combine text, tables, and charts into a polished report template that fills from a data source. Word or PDF output.

View →
No Skills match your search.
Try a different keyword, or reset the filter to see all 32 Skills.

5Related MCP servers

These MCP servers pair naturally with Document Creation Skills — they give the AI access to the storage where your documents live.

6Related Learn guides

Tutorials and concept guides that go deeper into Document Creation Skills.

8Frequently asked questions

A Document Creation Skill is an AI Skill whose primary output is a document file — Word (.docx), PDF, PowerPoint (.pptx), Excel (.xlsx), or a Google Workspace equivalent. Every Skill in this category takes structured input (data, a template, a spec) and produces a formatted, downloadable document file. Skills that only manipulate text without producing a document file live in Content Creation instead.
Yes, but only once per Skill and per client. Every Skill page includes install steps for Claude Desktop, Claude Code, Cursor, and Cline. Most Skills also need a few Python packages installed (python-docx, openpyxl, pdfplumber, etc.) — the Skill's README lists exact commands. Once installed, the Skill loads automatically whenever your AI client detects a matching request.
Anthropic Claude has full support across every Skill in this category — the format originated with Claude. OpenAI added Skills support in April 2026 and works with 30 of the 32 Skills here (the two Google Workspace Skills require additional OpenAI-side auth setup). Google Gemini is in beta support and works with most Skills but sometimes runs Python fallbacks 1.3–1.5× slower. Meta Llama and Mistral require the community Skills adapter. See our provider hubs for the exact capability matrix per provider.
Yes — that's often the point. A common chain: PDF Text Extraction feeds into a summarization Skill (in Content Creation) which then feeds Word Document Creation with a report template. Another: Excel Formula Generator produces formulas which get pasted into Excel Workbook Creation. See our Learn tutorial on Multi-Step Skill Workflows for the patterns.
Skills themselves are free — the Skill folder is just files on your machine. What costs money is the AI model's tokens when the Skill runs. On free-tier accounts you may hit rate limits faster on longer documents. For production use we recommend at least Claude Pro or ChatGPT Plus. If you're building for a team, Claude Team or ChatGPT Team plans include higher per-user quotas.

Errors while using a Document Creation Skill?

Every error we've hit — from Python dependency conflicts to malformed .docx output — documented with fixes on our sister site.

View fixes at AI Error Hub

Share with