
from officecli
A comprehensive CLI for reading, editing, validating, and automating .docx, .xlsx, and .pptx files — designed for AI agents to inspect, modify, and generate Off
Provides an AI-friendly command-line interface to create, inspect, validate, and modify Word, Excel, and PowerPoint files. OfficeCLI exposes layered operations (L1 read → L2 DOM edits → L3 raw XML) and rich commands for viewing structure, querying, marking edits, and applying batch changes.
Use when an agent or automation needs to: generate reports, fix formatting issues, extract or transform spreadsheet data, produce slides, run validations before delivery, or apply bulk edits across Office files. Ideal for CI automation, agent-driven document pipelines, and programmatic content fixes.
Agents that can execute CLI commands and parse structured JSON output (Copilot/GitHub Actions agents, Claude Code, Code assistants).
OfficeCLI is a comprehensive CLI for reading, editing, validating, and automating .docx, .xlsx, and .pptx files, designed for AI agents. No bundled scripts were present — the skill is a detailed SKILL.md reference manual for the officecli binary. The install instructions use curl|bash and irm|iex patterns which are a security concern, but the skill itself is purely instructional with no executable code.
Well-written CLI reference skill with clear L1→L2→L3 strategy, help system guidance, and common pitfalls. No scripts included. The curl|bash install pattern is the main security ding. The skill is essentially a user manual — very thorough but more of a reference than a typical agent skill with orchestrable scripts.