A Finch mini tool that enables reading, creating, and editing Word, Excel, and PowerPoint files directly from the Finch agent.
Powered by OfficeCLI — the world's first Office suite built for AI agents.
-
OfficeCLI binary
The agent will automatically call
setup_officeclito download and install it on first use. No manual installation needed.Manual install alternatives:
# macOS / Linux curl -fsSL https://d.officecli.ai/install.sh | bash # or Homebrew brew install officecli # or npm npm install -g @officecli/officecli
| Tool | Description |
|---|---|
setup_officecli |
Download and install OfficeCLI (one-time setup) |
check_officecli |
Check if OfficeCLI is installed |
read_office_file |
Read .docx, .xlsx, .pptx content (outline / html / text / issues / stats) |
create_office_file |
Create new empty Office files |
modify_office_file |
Add, set, remove, move elements, find & replace |
get_office_element |
Get structured JSON for a specific element |
inspect_office_file |
Validate file, query OfficeCLI help system |
preview_office_file |
Live preview in browser + click-to-select elements |
save_office_file |
Save and close a file |
- Word (.docx) — full document reading and editing
- Excel (.xlsx) — spreadsheets, formulas, charts, pivot tables
- PowerPoint (.pptx) — presentations with slides, shapes, charts, images
Once installed and enabled in Finch, just ask the agent:
- "Read my report.docx"
- "Create a new presentation called demo.pptx with 3 slides"
- "Add a chart to the first slide"
- "Edit cell B3 in data.xlsx to be 42"
- "Check if OfficeCLI is installed"
filesystem: readwrite— read and write Office filesshell: true— run theofficeclibinary
npm install
npm run buildMIT