spreadsheet

spreadsheet is a skill for Claude Code, Codex from thewolffish/wolffish-app. It costs 23 tokens per session (2,149 once invoked), scanned A, original, MIT.

A toolkit for reading, creating, changing, analyzing, filtering, and converting spreadsheet files such as Excel workbooks, CSV files, and TSV files.

In plain words
What is it for?
Use it to inspect datasets, update workbooks, calculate values, create charts, filter or summarize rows, and convert between supported spreadsheet formats.
Why use it?
It handles common spreadsheet details such as dates, encodings, quoted fields, formulas, charts, styles, and large files without requiring manual editing.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

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.

agentmods
npx agentmods add skills/thewolffish/wolffish-app/spreadsheet
Any agent
npx skills add thewolffish/wolffish-app --skill spreadsheet
Clone the repo
git clone --depth 1 https://github.com/thewolffish/wolffish-app

Made for: Claude Code, 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

README.md
[![agentmods](https://agentmods.dev/badge/skills/thewolffish/wolffish-app/spreadsheet.svg)](https://agentmods.dev/skills/thewolffish/wolffish-app/spreadsheet)
Your own site
<a href="https://agentmods.dev/skills/thewolffish/wolffish-app/spreadsheet"><img src="https://agentmods.dev/badge/skills/thewolffish/wolffish-app/spreadsheet.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,149 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00023 $0.02149
Opus 5 $0.00012 $0.01074
Sonnet 5 $0.00005 $0.00430
Haiku 4.5 $0.00002 $0.00215

Measured 6d ago against content hash 99c23d1eb48e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

spreadsheet 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 6d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (plugin/index.mjs), 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.

src/defaults/workspace/brain/cerebellum/spreadsheet/SKILL.md · 282 lines

What it actually says

Spreadsheet

Interface

  • Tools: spreadsheet_read, spreadsheet_create, spreadsheet_modify, spreadsheet_formula, spreadsheet_chart, spreadsheet_style, spreadsheet_convert, spreadsheet_analyze, spreadsheet_filter, spreadsheet_pivot
  • Supported formats: .xlsx, .csv, .tsv
  • All complex parameters are passed as JSON strings.
  • All paths must be absolute.

Rules

  • Auto-detect file format from the extension.
  • For CSV/TSV, handle BOM detection, quoted fields, escaped quotes, multiline values.
  • Default encoding is UTF-8. Detect and handle UTF-16 and Windows-1252.
  • For files > 10MB, use streaming where available.
  • Hard limit: reject files > 100MB with a clear error.
  • Normalize dates to ISO 8601 in output.
  • Handle Excel serial date numbers correctly.
  • Return structured JSON results.
  • Handle EBUSY/EPERM errors gracefully (file open in another app).

Column Reference

  • Columns can be referenced by letter (A, B, C...) or by header name when headers=true.
  • Ranges use Excel notation: "A1:D50", "B:B" (whole column), "3:5" (whole rows).
Files

What ships with it

2 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. 6d ago First seen · 282 lines · 23 tokens per session scan A 99c23d1eb48e

Subscribe to this mod's changes

spreadsheet is a skill published in the GitHub repository thewolffish/wolffish-app (5 stars, last pushed today), licensed MIT. It adds 23 tokens to every session and 2,149 once invoked, about $0.0001 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-08-31.

Related

Other skills, from other repositories

chat-complex-documents

Chat with and search your complex documents — ask questions, extract tables and fields, and get answers grounded in the source. Connects the hosted Unstructured Transform MCP server to parse, structure, and enrich PDFs, Word/Excel/PowerPoint, images, scanned files, emails, and 60+ other formats into clean, AI-ready…

vellum-ai/vellum-assistant · 90 tokens

browser4-web-miner

Groups similar web pages together and produces an interactive HTML report with clusters of related pages, plus Excel spreadsheets for analysis. Use when the user wants to cluster downloaded HTML files, convert detail web pages into interactive views, or analyze a folder of web pages locally.

platonai/Browser4 · 57 tokens

doc-ingest

Extract readable text from document files — PDF, XLSX/CSV/TSV, DOCX, PPTX, and plain-text formats — so any task that arrives with an attachment can actually consume it.

sonichi/sutando · 0 tokens

gog

Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Tasks, Sheets, Docs, and Slides.

CoWork-OS/CoWork-OS · 24 tokens

data-analysis

Profile and aggregate a bundled sales dataset - group revenue by region, category, channel or month, apply filters, and compute sums, means, medians and ranges. Use for questions about sales figures, trends, or which segments perform best.

DougTrajano/pydantic-ai-skills · 51 tokens

document-xlsx

Create/edit .xlsx spreadsheets with tables, formulas, charts, validation, and workbook automation. Use when asked to generate Excel reports, models, exports, or audit spreadsheets.

vasilyu1983/AI-Agents-public · 38 tokens