documents

Automate document processing across DOCX, PDF, PPTX, and XLSX formats.

1|1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/zzafergok/skills --skill documents-zzafergok
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documents
Source: https://github.com/zzafergok/skills/tree/main/11-general-tools/documents
Command: npx skills add https://github.com/zzafergok/skills --skill documents-zzafergok

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Handles repetitive document workflows by automating processing of common formats (DOCX, PDF, PPTX, XLSX), reducing manual effort and errors.

Core Features & Use Cases

  • Route and process documents by type (word, pdf, slides, spreadsheets)
  • Extract text, tables, and metadata; convert formats; generate summaries
  • Use case: automatically generate a structured report from a batch of documents for a research project

Quick Start

Upload a DOCX or PDF and instruct the skill to extract key details from the file.

Frequently Asked Questions about documents

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

FAQPage Schema
How do I extract text and tables from PDF and DOCX files?

Document processing automation extracts text, tables, and metadata from PDF and DOCX files by routing each file type through specific parsing logic to pull structured content for analysis or reporting.

What is the best way to automate contract review across multiple file formats?

Document processing automation handles contract review by routing DOCX and PDF files, extracting key clauses and metadata, and transforming the content for structured review workflows.

Can I extract data from XLSX and PPTX files for analytics workflows?

Yes, document processing automation supports extracting text, tables, and metadata from XLSX and PPTX files, routing the pulled data directly into analytics workflows.

Do I need any external dependencies to process DOCX and PDF documents?

No, the document processing automation operates independently without requiring external dependencies, processing DOCX and PDF files directly without additional scripts or modules.

How do I generate a structured report from a batch of documents?

Document processing automation generates structured reports by extracting text and tables from batches of DOCX, PDF, PPTX, and XLSX files, routing the aggregated content into a unified summary format.

What are the limitations of automating document processing for data extraction?

Limitations of document processing automation include potential formatting loss during conversion and the need for clear routing logic to handle varied structures across DOCX, PDF, PPTX, and XLSX files.