---
title: "document-skills"
description: "Workbench Skills for creating, reading, editing, and checking DOCX, PDF, PPTX, and XLSX documents with standard open-source tooling."
canonical: https://agentpluginsdirectory.com/plugins/document-skills
last-updated: 2026-09-11
---

# document-skills
Workbench Skills for creating, reading, editing, and checking DOCX, PDF, PPTX, and XLSX documents with standard open-source tooling.
- Slug: document-skills
- Publisher: Hylouis233
- Repository: https://github.com/MiniMax-AI/MiniMax-Code-Plugins
- Manifest: plugins/Hylouis233/document-skills/plugin.json
- Version: 0.1.0
- License: Apache-2.0
- Category (editorial): other
- Skills: 4 (document-skills-docx, document-skills-pdf, document-skills-pptx, document-skills-xlsx)
- MCP servers: 0
- Stars: 9
- Repository created: 2026-08-17
- Repository last pushed: 2026-09-11
- Publisher type: Organization
- Listing: https://agentpluginsdirectory.com/plugins/document-skills
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What document-skills does, in the publisher's words

Users keep asking coding agents for document deliverables, a Word report, a PDF handout, a slide deck, a data workbook, and get unreliable results: ZIP files rewritten by hand and corrupted, spreadsheets where formulas were typed as text, slide decks that no viewer opens, PDFs that are a stack of screenshots instead of text. Office and PDF documents are container formats with strict internal contracts, and an agent without format knowledge breaks them silently.

This Plugin installs four namespaced workbench Skills, document-skills-docx, document-skills-pdf, document-skills-pptx, and document-skills-xlsx, that route each task to the right standard tool (python-docx, python-pptx, openpyxl, pypdf, ReportLab, PyMuPDF), enforce the container contracts (valid ZIP, correct content types, calculated dimensions), and verify output before it is handed back. The namespaced IDs avoid overriding host-provided Skills with generic names such as docx, pdf, pptx, or xlsx.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/MiniMax-AI/MiniMax-Code-Plugins/HEAD/plugins/Hylouis233/document-skills/README.md

## Skills

- document-skills-docx: Create, read, edit, or review Microsoft Word.docx documents. Use this Skill whenever the task involves a.docx file: generating reports, letters, or structured documents from scratch; extracting or reorganizing content; applying consistent formatting (headings, tables, styles, headers/footers, page…
- document-skills-pdf: Create, extract, transform, or analyze PDF documents. Use this Skill whenever a.pdf file is the input or output, generating reports, one-pagers, posters or structured documents as real selectable-text PDFs; extracting text, tables or images from existing PDFs; merging, splitting, rotating, or water…
- document-skills-pptx: Create, read, edit, or analyze PowerPoint.pptx presentations. Use this Skill whenever the task involves slides or a deck, building a presentation from an outline or content file; editing text, tables, or charts in an existing deck; extracting slide content for review or repurposing; checking that a…
- document-skills-xlsx: Read, edit, create, or fix spreadsheet files,.xlsx,.xlsm,.xltx,.csv,.tsv. Use this Skill whenever a spreadsheet is the primary input or output: opening and inspecting workbooks, editing cells or adding sheets, writing real formulas instead of pasted values, cleaning messy data, adding charts and fo…

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.
