document-manager

Automates document reading, conversion, extraction, OCR, and merging across PDF, DOCX, PPTX, XLSX, and Markdown.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/arendon1/agent-skills --skill document-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: document-manager
Source: https://github.com/arendon1/agent-skills/tree/main/document-manager
Command: npx skills add https://github.com/arendon1/agent-skills --skill document-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Multi-format documents (PDF, DOCX, PPTX, XLSX, Markdown) require separate tools and manual steps to read, extract, convert, and merge content. This Skill unifies these tasks into a single workflow, reducing time and errors in document processing.

Core Features & Use Cases

  • Unified processing: read, convert, extract text and tables, OCR, and merge/split documents across formats.
  • Format-agnostic automation: applies to PDFs, Word, Excel, PowerPoint, and Markdown conversions for archival, reporting, and content pipelines.
  • Use Case: you can automate extracting a table from a PDF, converting Word templates to PDF, and generating slides from content.

Quick Start

Run the bootstrap script from the skill root to deploy its workflows into your agent workspace.

Frequently Asked Questions about document-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract text and tables from a PDF automatically?

You can extract text and tables from a PDF automatically by applying unified document processing workflows that read content and apply OCR when needed. This replaces manual steps with deterministic Python scripts for deterministic text extraction.

What's the best way to convert DOCX to PDF in an automated workflow?

The best way to convert DOCX to PDF in an automated workflow is using a unified document processing approach that handles multi-format transformation. It applies deterministic Python scripts to convert Word templates directly without manual intervention.

Does this document processing approach work with PPTX and XLSX files?

Yes, document processing works with PPTX and XLSX files alongside PDF, DOCX, and Markdown. The unified workflow reads, converts, and manipulates content across these formats, applying format-agnostic automation for reporting and content pipelines.

Can I merge and split multi-format documents without separate tools?

Yes, you can merge and split multi-format documents without separate tools by using a unified workflow. It consolidates reading, conversion, and manipulation tasks into a single automated process, reducing time and errors in document processing.

When do I need OCR for document text extraction?

You need OCR for document text extraction when processing scanned or image-based PDFs that lack selectable text. The document processing workflow applies OCR alongside standard text extraction to ensure content is readable across administrative and publishing formats.

How do I deploy document processing workflows into my local workspace?

To deploy document processing workflows into your local workspace, run the bootstrap script from the skill root. This mechanism sets up the Python scripts and deterministic tooling needed to automate reading, conversion, and manipulation tasks locally.