officecli

Automates creation, inspection, and modification of .docx, .xlsx, and .pptx files via a unified CLI.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill officecli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: officecli
Source: https://github.com/KYRIE66nb/codex-omx-public-config/tree/main/home/.agents/skills/officecli
Command: npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill officecli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Office document workflows are error-prone and repetitive; this skill provides a CLI to create, inspect, modify, and validate .docx, .xlsx, and .pptx files, reducing manual editing time.

Core Features & Use Cases

  • Create, read, and inspect Office documents from the command line.
  • Modify content, formatting, and structure across Word, Excel, and PowerPoint.
  • Batch operations, DOM-level edits, and optional raw XML access for advanced customization.

Quick Start

Install officecli, then create a new document and perform a simple edit using the CLI.

Frequently Asked Questions about officecli

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

FAQPage Schema
How do I automate batch edits across Word, Excel, and PowerPoint documents?

You can automate batch edits across Word, Excel, and PowerPoint documents by using a CLI that processes OpenXML files, allowing you to modify content and formatting without needing Office installed. This enables reproducible, scriptable document workflows for repetitive updates.

What is the best way to create template-driven reports from the command line?

The best way to create template-driven reports from the command line is using a CLI that directly creates and modifies .docx, .xlsx, and .pptx files via OpenXML processing. This approach ensures reproducible document generation without manual editing.

Do I need Microsoft Office installed to modify .docx and .xlsx files programmatically?

No, you do not need Microsoft Office installed to modify .docx and .xlsx files programmatically. The CLI relies on OpenXML-based processing to inspect and modify documents, enabling scriptable workflows on systems without the Office suite.

Can I access raw XML to perform advanced formatting checks on Office documents?

Yes, you can access raw XML for advanced formatting checks on Office documents. The CLI provides DOM-level edits and optional raw XML access, allowing detailed inspection and structural modification of .docx, .xlsx, and .pptx files.

How do I insert charts and data into Excel spreadsheets without opening the application?

You can insert charts and data into Excel spreadsheets without opening the application by executing CLI commands that modify .xlsx files via OpenXML. This supports automated data insertion and structural updates for batch operations.