office-combo

Automate Microsoft Office file processing across Excel, PowerPoint, PDF, and Word workflows.

18|3|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/Dwsy/agent --skill office-combo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: office-combo
Source: https://github.com/Dwsy/agent/tree/main/skills/office-combo
Command: npx skills add https://github.com/Dwsy/agent --skill office-combo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Microsoft Office files require multi-tool workflows across Excel, PowerPoint, PDF, and Word, often causing duplication and context switching.

Core Features & Use Cases

  • Unified office-file processing: create, edit, merge, extract data, and annotate across .xlsx/.xlsm/.csv/.tsv, .pptx, .pdf, and .docx.
  • Progressive on-demand guidance: detailed instructions and workflows are loaded only when needed to minimize initial context.
  • Real-world scenarios: automate quarterly Excel reports, generate standardized PowerPoint decks, extract text from PDFs for indexing, and apply tracked changes and comments in Word documents.

Quick Start

Request Office file processing for a specific format and the skill will load the appropriate on-demand guidance.

Frequently Asked Questions about office-combo

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

FAQPage Schema
How do I automate Excel report generation and Word document editing in one workflow?

You can automate Excel report generation and Word document editing in one workflow by using OpenPyXL for Excel and python-docx for Word. This unified processing handles creation, editing, and annotations across .xlsx and .docx files on demand.

What is the best way to extract text from PDFs and merge multiple PDF files?

The best way to extract text from PDFs and merge multiple files is using PyPDF processing libraries. This approach handles text extraction for indexing and merges multiple PDF documents while also processing PDF forms.

Can I generate standardized PowerPoint decks and apply tracked changes across Office formats?

Yes, you can generate standardized PowerPoint decks and apply tracked changes across Office formats. The processing logic supports .pptx creation alongside tracked changes and comments management for Word documents and other supported formats.

Does this Office automation approach support CSV, TSV, and macro-enabled Excel files?

Yes, this Office automation approach supports CSV, TSV, and macro-enabled Excel files. It processes .xlsx, .xlsm, .csv, and .tsv formats, allowing you to create, edit, and extract data across these spreadsheet variations.

How do I process large Office files without consuming excessive context?

You process large Office files without consuming excessive context through a progressive-loading design. Detailed instructions and workflows are loaded only when needed for specific formats, minimizing initial context overhead.

Why use a unified Office file processor instead of separate tools for PDF and Word?

You use a unified Office file processor instead of separate tools to eliminate duplication and context switching. It handles Excel, PowerPoint, PDF, and Word workflows end-to-end, streamlining cross-format tasks like data extraction and annotation.