officecli

Create, inspect, and batch-edit DOCX, XLSX, and PPTX files via CLI.

33|6|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/gaogg521/1ONE-ClaudeCode --skill officecli-gaogg521
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: officecli
Source: https://github.com/gaogg521/1ONE-ClaudeCode/tree/main/.claude/skills/office-cli
Command: npx skills add https://github.com/gaogg521/1ONE-ClaudeCode --skill officecli-gaogg521

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Office document workflows are tedious and error-prone; this skill automates creation, inspection, and modification of Word, Excel, and PowerPoint files via a CLI.

Core Features & Use Cases

  • Create, inspect, format, and batch-edit .docx/.xlsx/.pptx without Office installed.
  • Batch edits across multiple files, view document structure, validate formats, and apply consistent styles.
  • Use case: Generate a batch of reports by running a single command to populate templates and ensure consistent formatting.

Quick Start

Create a new document, inspect its structure, and apply a basic format using officecli.

Frequently Asked Questions about officecli

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

FAQPage Schema
How do I batch edit Office documents without opening them in Microsoft Word or Excel?

Batch edit Office documents without Office installed by using a standalone CLI binary to perform create, view, format, and batch modifications across multiple DOCX, XLSX, and PPTX files simultaneously.

What is the best way to automate populating Word templates to generate multiple reports?

Automate report generation by running a single CLI command to populate Word templates and apply consistent formatting across multiple files, ensuring error-free document creation.

Can I inspect and validate the raw XML structure of PowerPoint files from the command line?

Yes, inspect the raw XML structure of PowerPoint files directly from the command line, allowing you to view document structure, validate formats, and perform low-level OpenXML access on PPTX files.

Do I need Microsoft Office installed to create and modify DOCX and XLSX files via CLI?

No, Microsoft Office is not required to create and modify DOCX and XLSX files, as the processing logic relies entirely on a standalone officecli binary to execute L1 read and update operations.

How does command line document processing handle consistent formatting across different file types?

Command line document processing handles consistent formatting by applying uniform styles and batch edits across multiple files, supporting L1 create, read, and update operations for DOCX, XLSX, and PPTX formats.