xls
Use when an agent needs to read, modify, create, or inspect .xlsx / .xlsm / .xls workbooks. A stateful, formula-aware Excel engine (Java / Apache POI, stdio MCP): open an existing workbook or create one in memory, richly edit it across a whole session without reloading — values, typed formulas, cell styling, sheet structure, rows/columns, tables, named ranges — then recalculate formulas headlessly and save atomically. 28 tools across workbook lifecycle, range I/O (incl. cell styling), sheet management and presentation, row/column mutation, tables, named ranges, and read-only VBA extraction. Unlike code-based editing (openpyxl/pandas or Claude's built-in spreadsheet handling), it evaluates ~280 Excel functions in place so formula results are real not stale, every read separates a genuine value from an uncomputed formula, and a single POI writer avoids the 'Excel repaired records' corruption that second-writer libraries cause.
Install
Add this asset to a Skaile workspace:
npx skaile-cli install skill:@admin/xls#0.1.0 Source
This version is pinned to an immutable upstream commit. Asset bytes are fetched directly from the repository — the Catalog never stores them.
- Repository
- skaile-ai/ai-assets
- Commit
-
6a5266fdda
Files (1)
Show file list 1 file
-
skaile-platform/mcpo/xls/SKILL.md
Integrity
Composite content hash over the pinned file set.
832df63b03c5fd01fc465fb257aa5e3c89816cc8251598d2232f929d51f001c5 Files are fetched directly from the source repository at the pinned commit and verified against per-file hashes at install time.
Security
No security assessments for this commit. This does not mean the asset is safe — it has not been scanned.
Manifest
View manifest sourceRequires
No declared dependencies.