processing-documents

Extract and convert content from PDF, DOCX, XLSX, PPTX, HWP, and HWPX documents.

1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/Open330/agt --skill processing-documents-open330
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: processing-documents
Source: https://github.com/Open330/agt/tree/main/business/document-processor
Command: npx skills add https://github.com/Open330/agt --skill processing-documents-open330

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Document handling is error-prone and time-consuming when working with PDFs, Word, spreadsheets, slides, and Hangul formats across different tools. This skill provides a unified workflow to analyze, summarize, and convert documents across PDF, DOCX, XLSX, PPTX, HWP, and HWPX formats.

Core Features & Use Cases

  • Cross-format document processing: read and write PDF, DOCX, XLSX, PPTX, HWP, HWPX.
  • Content extraction and summarization: pull text and key data for quick insights.
  • Format conversion and preparation for AI workflows: transform documents to preferred formats and ready inputs for downstream tasks.

Quick Start

Process a batch of documents to extract text, summarize content, and convert formats as needed.

Frequently Asked Questions about processing-documents

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

FAQPage Schema
How do I extract text and data from multiple office document formats like PDF and HWP?

Document processing across formats like PDF, DOCX, XLSX, PPTX, HWP, and HWPX requires libraries such as pdfplumber and python-docx to extract text and key data for quick insights.

Can I convert HWP and HWPX files to other document formats for AI workflows?

Yes, format conversion and preparation for AI workflows transform Hangul files like HWP and HWPX into preferred formats, readying inputs for downstream analysis tasks.

What is the best way to automate batch processing for DOCX and PPTX analysis?

Automating batch document processing for DOCX and PPTX analysis involves applying a unified workflow to read, extract content, and summarize files across mixed inputs with robust error handling.

Does this document processing approach work with XLSX spreadsheets and PDF tables?

Yes, cross-format document processing reads and writes XLSX spreadsheets and PDF files, pulling text and key data from mixed inputs using libraries like openpyxl and pdfplumber.

How do I handle errors when processing mixed document formats in business workflows?

Processing mixed document formats requires robust error handling to manage varied inputs across PDF, DOCX, XLSX, PPTX, HWP, and HWPX files within business workflows.

Why does extracting content from Hangul documents fail without the right libraries?

Extracting content from Hangul documents fails without format-specific libraries like pyhwp, which are required to read and write HWP and HWPX files alongside other office formats.