excel-cli-skill
v1.7.0
Published
Agent Skill for automating Microsoft Excel via CLI — Power Query, DAX, PivotTables, Charts, VBA, and more from scripts and coding agents
Downloads
88
Maintainers
Readme
excel-cli-skill
An Agent Skill for automating Microsoft Excel via the excelcli command-line tool.
What this skill does
When loaded by an AI agent (Claude, Codex, Cursor, Gemini CLI, etc.), this skill teaches the agent how to automate Excel from scripts and CI/CD pipelines:
- Workbook management — open, create, save, close
- Range operations — read/write values, formatting, formulas
- Tables & PivotTables — create, modify, refresh
- Charts — create and configure chart types
- Power Query (M code) — create and edit queries
- Data Model (DAX) — add measures and calculated columns
- VBA macros, conditional formatting, and more
Requirements
- Windows with Microsoft Excel 2016+ installed
- Install the CLI:
dotnet tool install --global Sbroenne.ExcelMcp.CLI
Install
npx skillpm install excel-cli-skillOr with npm directly:
npm install excel-cli-skillLicense
MIT
