bilig-xlsx-formula-recalc

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

A Node.js package that recalculates spreadsheet formulas after cells in an XLSX workbook are edited. XLSX is the file format used by Excel and many compatible spreadsheet tools.

In plain words
What is it for?
Use it in Node.js services to inspect workbook compatibility and refresh formula results without opening Excel, LibreOffice, or a browser.
Why use it?
Edited workbooks can contain old saved formula results, so reading them without recalculation can give incorrect values. It also provides checks for workbook features that may affect recalculation.

Skill for Claude CodeCodex

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

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is --external-workbook-target ./fixtures/rates-current.xlsx file:///tmp/rates.xlsx \.

Good fit Use it in Node.js services to inspect workbook compatibility and refresh formula results without opening Excel, LibreOffice, or a browser.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/proompteng/bilig
agentmods
npx agentmods add skills/proompteng/bilig/bilig-xlsx-formula-recalc

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 bilig-xlsx-formula-recalc

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/proompteng/bilig/bilig-xlsx-formula-recalc"><img src="https://agentmods.dev/badge/skills/proompteng/bilig/bilig-xlsx-formula-recalc.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 976 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.00032 $0.00976
Opus 5 $0.00016 $0.00488
Sonnet 5 $0.00006 $0.00195
Haiku 4.5 $0.00003 $0.00098

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

Security

Grade A, and why

bilig-xlsx-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 11d ago.

The scan reads SKILL.md. This mod also ships 14 executable files (bin/bilig-evaluate.js, bin/sheetjs-recalc.js, bin/workbook-compatibility-report.js, …), 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

packages/bilig-xlsx-formula-recalc/SKILL.md · 116 lines

How it starts

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

Bilig XLSX Formula Recalculation

Use @bilig/xlsx-formula-recalc when an agent or Node.js service has changed XLSX inputs and must read recalculated formula outputs without opening Excel, LibreOffice, or a browser. This package is the canonical scoped package.

First Check

npm exec --yes --package @bilig/xlsx-formula-recalc@latest -- bilig-evaluate --door workbook-compatibility --json
npm exec --yes --package @bilig/xlsx-formula-recalc@latest -- bilig-evaluate --door xlsx-cache --json

Use workbook-compatibility when you need a local preflight report for a real workbook before a Node service or agent trusts it. The report lists unsupported functions, external links, macro payloads, pivots, volatile functions, stale caches, and concrete risk reasons. It does not certify Excel compatibility and must not grow a compatibility score.

The cache evaluator should print schemaVersion: "bilig-evaluator.v1", door: "xlsx-cache", verified: true, and evidence for a stale cached formula corrected to a Summary!B2 value of 72000.

For SheetJS / xlsx stale-formula issues, use the SheetJS-named binary from the same package:

npm exec --yes --package @bilig/xlsx-formula-recalc@latest -- sheetjs-recalc --demo --json

If you have a real workbook but do not yet know which formula cells to verify, inspect it without writing an output file:

npm exec --yes --package @bilig/xlsx-formula-recalc@latest -- xlsx-recalc workbook.xlsx --inspect --json

For CI or issue triage, use the cache-diagnosis alias:

npm exec --yes --package @bilig/xlsx-formula-recalc@latest -- xlsx-cache-doctor workbook.xlsx --json

For workbook risk review, use the compatibility report:

npm exec --yes --package @bilig/xlsx-formula-recalc@latest -- workbook-compatibility-report workbook.xlsx --json

The inspection output includes formulaCellCount, staleCachedFormulaCount, suggestedReads, and warnings. Default inspection checks every formula. If a workflow sets --inspect-limit, require uninspectedFormulaCellCount: 0 before treating the report as complete coverage.

Read the full file on GitHub · 116 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. 11d ago First seen · 116 lines · 32 tokens per session scan A e51affb63f70

Subscribe to this mod's changes

bilig-xlsx-formula-recalc is a skill published in the GitHub repository proompteng/bilig (36 stars, last pushed 3d ago), licensed MIT. It adds 32 tokens to every session and 976 once invoked, about $0.0002 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.