skills/xlsx/SKILL.md
Use this skill whenever spreadsheet files (`.xlsx`, `.xlsm`, `.csv`, `.tsv`) are created, edited, cleaned, analyzed, or converted.
npx skillsauth add drpedapati/sciclaw xlsxInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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_readxlsx_review_diffxlsx_review_applyUse raw xlsx-review CLI only for advanced modes not covered by those typed tools, such as --create, --textconv, or --git-setup.
#REF!, #DIV/0!, #VALUE!, etc.).import pandas as pd
df = pd.read_excel("input.xlsx")
df.to_excel("output.xlsx", index=False)
development
Get current weather and forecasts (no API key required).
tools
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
content-media
Summarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for “transcribe this YouTube/video”).
data-ai
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.