exceljs-formula-recalc

exceljs-formula-recalc is a skill for Claude Code, Codex from proompteng/bilig. It costs 26 tokens per session (331 once invoked), scanned A, original, MIT.

A recalculation tool for ExcelJS workbooks in Node.js. ExcelJS is a JavaScript library for reading and editing Excel files, and recalculation refreshes formula results after cells change.

In plain words
What is it for?
Use it to change input cells, recalculate formulas, read updated results, and save a recalculated workbook.
Why use it?
It prevents formula outputs from remaining stale after an agent or service edits workbook cells.

Skill for Claude CodeCodex

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

Good fit Use it to change input cells, recalculate formulas, read updated results, and save a recalculated workbook.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/proompteng/bilig/exceljs-formula-recalc
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 proompteng/bilig --skill exceljs-formula-recalc
Clone the repo
git clone --depth 1 https://github.com/proompteng/bilig

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 exceljs-formula-recalc

README.md
[![agentmods](https://agentmods.dev/badge/skills/proompteng/bilig/exceljs-formula-recalc/github.svg)](https://agentmods.dev/skills/proompteng/bilig/exceljs-formula-recalc)
Your own site
<a href="https://agentmods.dev/skills/proompteng/bilig/exceljs-formula-recalc"><img src="https://agentmods.dev/badge/skills/proompteng/bilig/exceljs-formula-recalc/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 exceljs-formula-recalc

Your own site · 80×15
<a href="https://agentmods.dev/skills/proompteng/bilig/exceljs-formula-recalc"><img src="https://agentmods.dev/badge/skills/proompteng/bilig/exceljs-formula-recalc.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 331 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 warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 22
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 31
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
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.00026 $0.00331
Opus 5 $0.00013 $0.00166
Sonnet 5 $0.00005 $0.00066
Haiku 4.5 $0.00003 $0.00033

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

Security

Grade A, and why

exceljs-formula-recalc 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 9d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (bin/exceljs-recalc.js, src/__tests__/exceljs-formula-recalc.test.ts, src/cli.ts, …), 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.

packages/exceljs-formula-recalc/SKILL.md · 51 lines

What it actually says

ExcelJS Formula Recalculation

Use exceljs-formula-recalc when an agent or Node.js service already uses ExcelJS and needs fresh formula output values after changing cells.

First Check

npx --package exceljs-formula-recalc exceljs-recalc --demo --json

The demo should print commandSucceeded: true, recalculationCompleted: true, expectedValueMatched: true, and a Summary!B2 value of 72000.

Real Workbook

npx --package exceljs-formula-recalc exceljs-recalc workbook.xlsx \
  --set Inputs!B2=48 \
  --read Summary!B7 \
  --out workbook.recalculated.xlsx \
  --json

TypeScript

import { recalculateExceljsWorkbook } from 'exceljs-formula-recalc'

const result = await recalculateExceljsWorkbook(workbook, {
  edits: [{ target: 'Inputs!B2', value: 48 }],
  reads: ['Summary!B7'],
})

Use xlsx-formula-recalc instead when the caller only has raw XLSX bytes and does not need an ExcelJS workbook object.

Files

What ships with it

9 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. 9d ago First seen · 51 lines · 26 tokens per session scan A ad780b4faa7c

Subscribe to this mod's changes

exceljs-formula-recalc is a skill published in the GitHub repository proompteng/bilig (36 stars, last pushed yesterday), licensed MIT. It adds 26 tokens to every session and 331 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-30.

Related

Other skills, from other repositories

TypeScript 인터페이스 순서 기반 xlsx 엑셀 다운로드 구현

A TypeScript function that turns an array of data into an XLSX spreadsheet, following the property order defined by a TypeScript interface. XLSX is a common Excel file format.

ECNU-ICALK/AutoSkill · 59 tokens

excel-cli

Excel CLI automation skill for Windows workbooks. Use when a coding agent needs token-efficient, scriptable, or unattended Excel automation via excelcli commands. Best for CI/CD, scheduled jobs, batch processing, PowerShell workflows, and bulk workbook edits. Supports Power Query, DAX, PivotTables, Tables, Ranges…

sbroenne/mcp-server-excel · 114 tokens

excel-mcp

Excel MCP Server skill for Windows workbook automation. Use when an assistant needs rich MCP tools to create, inspect, modify, format, or analyze Excel files. Supports Power Query (M), Data Model/DAX, PivotTables, Tables, Ranges, Charts, Slicers, formatting, screenshots, VBA macros, connections, and calculation mode.…

sbroenne/mcp-server-excel · 106 tokens

calc-spreadsheets

Use when creating, opening, or editing LibreOffice Calc ODS spreadsheets, or XLSX workbooks only when Excel compatibility is explicitly required.

agent0ai/agent-zero · 33 tokens

xlsx

Read, create, and convert Microsoft Excel (.xlsx) and CSV spreadsheets — extract sheets and tables to JSON, build workbooks from JSON/CSV, and export to PDF.

zhixuli0406/DuDuClaw · 37 tokens

xlsx

Working with Excel files programmatically.

bobmatnyc/claude-mpm-skills · 9 tokens