excel-formulas

excel-formulas is a skill for Claude Code from mrgorrin40-TP/mcp-excel-server. It costs 14 tokens per session (1,834 once invoked), scanned A, original, MIT.

A tool for adding, reading, and managing Excel formulas. Formulas are spreadsheet instructions such as totals, averages, and conditional calculations.

In plain words
What is it for?
Use it to calculate totals and statistics, build summary reports, transform spreadsheet data, and understand existing formulas.
Why use it?
It helps keep calculations inside the spreadsheet and makes repeated data transformations easier to maintain. It requires a running MCP Excel Server and correctly structured data.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to calculate totals and statistics, build summary reports, transform spreadsheet data, and understand existing formulas.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mrgorrin40-tp/mcp-excel-server/excel-formulas
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 mrgorrin40-TP/mcp-excel-server --skill excel-formulas
Clone the repo
git clone --depth 1 https://github.com/mrgorrin40-TP/mcp-excel-server

Made for: Claude Code.

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 excel-formulas

README.md
[![agentmods](https://agentmods.dev/badge/skills/mrgorrin40-tp/mcp-excel-server/excel-formulas.svg)](https://agentmods.dev/skills/mrgorrin40-tp/mcp-excel-server/excel-formulas)
Your own site
<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>
Per session 14 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,834 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.
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.00014 $0.01834
Opus 5 $0.00007 $0.00917
Sonnet 5 $0.00003 $0.00367
Haiku 4.5 $0.00001 $0.00183

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

Security

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.

skills/excel-formulas/SKILL.md · 319 lines

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

Read the full file on GitHub · 319 lines

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. 7d ago First seen · 319 lines · 14 tokens per session scan A da91663585ff

Subscribe to this mod's changes

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.