# Meta Spreadsheet Insight

> Turn an Excel workbook into business insight: structured read → trend/anomaly summary → write back to a new 'Insights' sheet → persist KPIs to memory.

- Skill: `tokenrhythm/meta-spreadsheet-insight` (Agent Skill)
- Install (CLI): `npx skillmds@latest add tokenrhythm/meta-spreadsheet-insight`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tokenrhythm/meta-spreadsheet-insight/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- Author: tokenrhythm (https://skillmd.com/u/tokenrhythm)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tokenrhythm/meta-spreadsheet-insight

---


# Spreadsheet Insight (Meta-Skill)

Reads a workbook, computes a structured trend / anomaly analysis, writes
the result back as a new sheet, and persists key KPIs to long-term memory.

## Fallback

LLM should call xlsx read, summarize, xlsx append, then `memory_save`.

