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.
npx skills add mrgorrin40-TP/mcp-excel-server --skill excel-formulasgit clone --depth 1 https://github.com/mrgorrin40-TP/mcp-excel-serverWrote 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.
[](https://agentmods.dev/skills/mrgorrin40-tp/mcp-excel-server/excel-formulas)<a href="https://agentmods.dev/skills/mrgorrin40-tp/mcp-excel-server/excel-formulas"><img src="https://agentmods.dev/badge/skills/mrgorrin40-tp/mcp-excel-server/excel-formulas.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00014 | $0.01834 |
| Opus 5 | $0.00007 | $0.00917 |
| Sonnet 5 | $0.00003 | $0.00367 |
| Haiku 4.5 | $0.00001 | $0.00183 |
Grade A, and why
excel-formulas 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 7d ago.
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.
How it starts
The opening of the file, as written. The whole thing — 319 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Excel Formulas Skill
This skill enables AI agents to create, understand, and manage Excel formulas for calculations and data transformations.
When to Use
Use this skill when the user wants to:
- Add calculations to spreadsheets
- Create dynamic formulas
- Build summary reports
- Perform data transformations
- Understand existing formulas
Prerequisites
- MCP Excel Server must be running
- Understanding of Excel formula syntax
- Data must be properly structured
Formula Fundamentals
Basic Syntax
Excel formulas start with =:
=SUM(A1:A10)
=AVERAGE(B1:B100)
=IF(C1>100,"High","Low")
Cell References
| Type | Example | Meaning |
|---|---|---|
| Relative | A1 | Changes when copied |
| Absolute | $A$1 | Never changes |
| Mixed | $A1 | Column fixed, row changes |
| Mixed | A$1 | Row fixed, column changes |
Common Functions
Math & Statistics
=SUM(range) # Add values
=AVERAGE(range) # Mean
=MEDIAN(range) # Middle value
=MIN(range) # Minimum
=MAX(range) # Maximum
=COUNT(range) # Count numbers
=COUNTA(range) # Count non-empty
=STDEV(range) # Standard deviation
Logic
=IF(condition, true, false) # Conditional
=AND(condition1, condition2) # All true
=OR(condition1, condition2) # Any true
=NOT(condition) # Reverse
=IFS(cond1,val1,cond2,val2,...) # Multiple conditions
Text
=CONCATENATE(text1, text2) # Join text
=LEFT(text, num) # Left characters
=RIGHT(text, num) # Right characters
=LEN(text) # Length
=UPPER(text) # Uppercase
=LOWER(text) # Lowercase
=TRIM(text) # Remove spaces
Lookup
=VLOOKUP(value, range, col, match) # Vertical lookup
=HLOOKUP(value, range, row, match) # Horizontal lookup
=INDEX(range, row, col) # Return value
=MATCH(value, range, type) # Find position
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.
- 7d ago First seen · 319 lines · 14 tokens per session scan A da91663585ff
excel-formulas is a skill published in the GitHub repository mrgorrin40-TP/mcp-excel-server (0 stars, last pushed 2mo ago), licensed MIT. It adds 14 tokens to every session and 1,834 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.
Other skills, from other repositories
dcf-model
Build discounted cash flow valuation workbooks in Excel.
audit-xls
Audit a spreadsheet for formula accuracy, errors, and common mistakes. Scopes to a selected range, a single sheet, or the entire model (including financial-model integrity checks like BS balance, cash tie-out, and logic sanity). Triggers on "audit this sheet", "check my formulas", "find formula errors", "QA this…
google-drive-sheets
Find, read, export, edit, and manage the user's Google Drive, Docs, Sheets, and Slides through per-user OAuth.
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
large-file-parquet-analysis-and-highlight
A workflow for processing large Excel workbooks by counting their rows, converting them to Parquet when needed, and finding maximum values. Parquet is a data-file format designed for efficient reading.
excel-basic-statistics-and-routing
An Excel workflow for filtering grouped data, calculating averages, extracting row ranges, removing duplicates, and adding totals.