office-documents

Process local office documents via the mcp-documents MCP server.

Updated May 8, 2025
One-click install
npx skills add https://github.com/ez404-36/vroomly --skill office-documents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: office-documents
Source: https://github.com/ez404-36/vroomly/tree/main/.agents/skills/office-documents
Command: npx skills add https://github.com/ez404-36/vroomly --skill office-documents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill simplifies working with local office documents by providing a unified interface to read, modify, and convert documents such as DOCX, XLSX, PDF, ODT, and PPTX via the mcp-documents MCP server.

Core Features & Use Cases

  • Read and extract text and structure from documents (DOCX, XLSX, PDF, ODT, PPTX).
  • Edit content, apply formatting, and update tables across supported formats.
  • Convert documents between formats (e.g., DOCX to PDF, PDF to TXT) for archival, sharing, and data extraction.
  • Use Case: automate intake of vendor files by extracting key fields, normalizing formatting, and converting for downstream systems.

Quick Start

Tell the system which local document to process and what action to perform (read, edit, or convert).

Frequently Asked Questions about office-documents

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

FAQPage Schema
How do I convert DOCX to PDF using an MCP server?

To convert DOCX to PDF, the office-documents skill utilizes the mcp-documents MCP server's convert_document tool. It automates local file format transformations for archival and sharing across DOCX, XLSX, PDF, ODT, and PPTX formats.

Can I extract text and table structure from local PDF and XLSX files?

Yes, extracting text and table structure from local PDF and XLSX files is supported. The skill reads document structures using MCP server tools like read_document and docx_table operations to pull content from your local files.

How do I edit paragraphs and apply formatting in a DOCX file programmatically?

Editing paragraphs and applying formatting in a DOCX file is handled by the docx_edit_paragraph and docx_format_paragraph tools. The skill automates these document modifications via the mcp-documents MCP server interface.

Does the office-documents skill work with ODT and PPTX files?

Yes, the office-documents skill works with ODT and PPTX files. It provides a unified interface via the mcp-documents MCP server to read, edit, and convert these common office formats in desktop or server environments.

What is the best way to automate processing vendor files from multiple formats?

The best way to automate processing multi-format vendor files is using this skill to extract fields, normalize formatting, and convert documents. It streamlines intake by chaining read, edit, and convert actions through the MCP server.

Do I need an MCP server to read and modify local office documents?

Yes, you need the mcp-documents MCP server to read and modify local office documents. This skill acts as an automation interface that requires access to the server's specific document processing tools for execution.