XLSX Skill (Anthropic Official Source)

SkillFiles & storage

Use this skill whenever spreadsheet files (`.xlsx`, `.xlsm`, `.csv`, `.tsv`) are created, edited, cleaned, analyzed, or converted.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the XLSX Skill (Anthropic Official Source) skill

What this skill tells your AI

The instructions your AI receives, as published by drpedapati/sciclaw in skills/xlsx/SKILL.md and read by ahel’s review.

Source: https://github.com/anthropics/skills/tree/main/skills/xlsx

Use this skill for spreadsheet-centric workflows.

When running inside sciClaw, prefer the built-in typed spreadsheet tools over ad-hoc shell calls:

  • xlsx_review_read
  • xlsx_review_diff
  • xlsx_review_apply

Use raw xlsx-review CLI only for advanced modes not covered by those typed tools, such as --create, --textconv, or --git-setup.

Typical Triggers

  • "update this Excel file"
  • "create a spreadsheet model"
  • "clean this CSV/TSV and output xlsx"
  • "add formulas/charts/formatting to workbook"

Working Rules

  1. Use formulas in the sheet instead of hardcoded computed values.
  2. Preserve existing workbook conventions when editing templates.
  3. Validate output for formula errors (#REF!, #DIV/0!, #VALUE!, etc.).
  4. Keep transformation provenance for publication-quality reproducibility.

Quick Commands

import pandas as pd
df = pd.read_excel("input.xlsx")
df.to_excel("output.xlsx", index=False)

Signals

GitHub stars
88
Forks
17
Last commit
Jul 2026
Hacker News mentions
10
Advanced
Catalog kind
skill
Gateway key
xlsx-drpedapati
Source
github.com/drpedapati/sciclaw