Overview
OfficeCLI is a purpose-built command-line tool that lets AI agents read, edit, and automate Microsoft Office documents. Distributed as a single self-contained binary with no Office installation required, it exposes Word, Excel, and PowerPoint manipulation as skills that coding agents such as Claude Code and Codex can drive directly.
Key Features
- Reads, edits, and automates Word (.docx), Excel (.xlsx), and PowerPoint (.pptx) files
- Ships as a single binary with no Microsoft Office installation dependency
- Designed as agent skills, integrating with Claude Code, Codex, and similar coding agents
- Free and fully open-source under Apache 2.0
Use Cases
- Letting an AI agent generate or update reports, spreadsheets, and decks
- Automating Office document workflows from an agent or CLI pipeline
- Editing Office files on servers and machines without Office installed
Technical Details
- Single self-contained binary, eliminating Office runtime dependencies
- Exposes Office manipulation as agent-callable skills
- Targets AI coding agents including Claude Code and Codex