spreadsheet-analysis

spreadsheet-analysis is a skill for Codex from seb1n/awesome-ai-agent-skills. It costs 102 tokens per session (1,953 once invoked), scanned A, original, MIT.

A workflow for inspecting, cleaning, reconciling, analyzing, visualizing, and verifying spreadsheet files such as Excel workbooks, CSVs, and TSVs.

In plain words
What is it for?
Use it to profile data, check formulas and quality, compare sheets or versions, reconcile totals, and produce verified spreadsheet analyses.
Why use it?
It helps prevent incorrect conclusions caused by unclear fields, broken formulas, hidden content, mismatched totals, or changes to the source workbook.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to profile data, check formulas and quality, compare sheets or versions, reconcile totals, and produce verified spreadsheet analyses.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/seb1n/awesome-ai-agent-skills/spreadsheet-analysis
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add seb1n/awesome-ai-agent-skills --skill spreadsheet-analysis
Clone the repo
git clone --depth 1 https://github.com/seb1n/awesome-ai-agent-skills

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for spreadsheet-analysis

README.md
[![agentmods](https://agentmods.dev/badge/skills/seb1n/awesome-ai-agent-skills/spreadsheet-analysis/github.svg)](https://agentmods.dev/skills/seb1n/awesome-ai-agent-skills/spreadsheet-analysis)
Your own site
<a href="https://agentmods.dev/skills/seb1n/awesome-ai-agent-skills/spreadsheet-analysis"><img src="https://agentmods.dev/badge/skills/seb1n/awesome-ai-agent-skills/spreadsheet-analysis/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for spreadsheet-analysis

Your own site · 80×15
<a href="https://agentmods.dev/skills/seb1n/awesome-ai-agent-skills/spreadsheet-analysis"><img src="https://agentmods.dev/badge/skills/seb1n/awesome-ai-agent-skills/spreadsheet-analysis.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 102 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,953 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00102 $0.01953
Opus 5 $0.00051 $0.00977
Sonnet 5 $0.00020 $0.00391
Haiku 4.5 $0.00010 $0.00195

Measured 8d ago against content hash b22c37c260b4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

spreadsheet-analysis scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/profile_table.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

documents-and-files/spreadsheet-analysis/SKILL.md · 130 lines

How it starts

The opening of the file, as written. The whole thing — 130 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Spreadsheet Analysis

Preserve the source workbook, distinguish stored values from formulas, and support every conclusion with reproducible checks.

Inputs

Collect or state:

  • Source file(s), business question, intended audience, output format, and acceptance criteria.
  • Relevant sheets/ranges, keys, units, currencies, date/time zones, accounting signs, and reporting period.
  • Whether formulas, formatting, comments, hidden content, macros, external links, pivots, charts, and protection must remain intact.
  • Authoritative totals or source systems for reconciliation.
  • Confidentiality constraints and whether local-only processing is required.

Do not guess the meaning of unlabeled fields or ambiguous blanks, zeros, percentages, dates, and IDs. Record assumptions.

Output contract

Return:

  1. Source path, hash, format, workbook/sheet inventory, and analysis scope.
  2. Findings with metric definition, formula or method, filters, units, period, denominator, and evidence location.
  3. Data-quality and formula issues separated from business conclusions.
  4. A new output workbook/data file when edits are requested; never silently overwrite the source.
  5. Reconciliation, recalculation, re-open, and visual inspection results with limitations.

Clearly label calculated, estimated, cached, missing, and externally sourced values. Do not claim a workbook was recalculated if only cached formula results were read.

Workflow

1. Preserve and inventory

  • Resolve exact paths, calculate source hashes, and work from a copy or new output path.
  • Do not open untrusted workbooks with macros enabled or refresh external connections.
  • Run the bundled read-only profiler from this skill directory for CSV, TSV, XLSX, or XLSM inventory:
python3 scripts/profile_table.py /path/to/data.csv --pretty
python3 scripts/profile_table.py /path/to/workbook.xlsx --pretty
python3 scripts/profile_table.py /path/to/data.csv --output /path/to/profile.json --pretty

The script uses the Python standard library, streams logical CSV/TSV records (including quoted multiline fields), applies byte/row/field/member limits, does not calculate formulas, and does not modify the file. It does not emit profiled data-row cell values, but it does emit headers, sheet names, counts, numeric ranges, and structural metadata. With --output, it refuses input aliases and non-regular destinations, then atomically creates or replaces the report via a sibling temporary file. A partial, row_limit_reached, or skipped_* status means the inventory is incomplete; review the stated limit instead of treating the profile as a verdict.

Read the full file on GitHub · 130 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 130 lines · 102 tokens per session scan A b22c37c260b4

Subscribe to this mod's changes

spreadsheet-analysis is a skill published in the GitHub repository seb1n/awesome-ai-agent-skills (179 stars, last pushed 1mo ago), licensed MIT. It adds 102 tokens to every session and 1,953 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

add-excel

Adds Excel Online (Business) connector to a Power Apps code app. Use when reading or writing Excel workbook data from OneDrive or SharePoint.

microsoft/power-platform-skills · 33 tokens

gdoc-to-markdown

Internal fetcher module for Google Docs and Sheets. Fetches content via MCP (preferred, when available), Google API with bearer token or public URL export (fallback), or browser DOM extraction via Claude in Chrome (last resort) and returns Markdown. Used by /bedrock:teach and /bedrock:sync — not intended for direct…

ccplugins/awesome-claude-code-plugins · 76 tokens

csv-to-sif

Export a project's FF&E product-library CSV as dealer-system SIF. Use to produce a .sif schedule; use sif-to-csv for the reverse direction.

AlpacaLabsLLC/skills-for-architects · 38 tokens

product-data-cleanup

Clean a local FF&E CSV schedule by normalizing casing, dimensions, units, language, materials, and formatting. Use when asked to clean, fix, or standardize product data.

AlpacaLabsLLC/skills-for-architects · 42 tokens

product-data-import

Generate a formatted FF&E specification schedule from notes, CSV, or pasted lists and optionally save it to the project's 33-column CSV library. Use when asked to import products or build a schedule.

AlpacaLabsLLC/skills-for-architects · 43 tokens

sif-to-csv

Parse a SIF (Standard Interchange Format) input into a readable preview and optionally append canonical product rows to the project's CSV library. Use when asked to convert or inspect SIF dealer data. For the reverse direction use /as:csv-to-sif.

AlpacaLabsLLC/skills-for-architects · 58 tokens