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 agentmods add skills/lianghsun/open-sheet/current-sheetnpx skills add lianghsun/open-sheet --skill current-sheetgit clone --depth 1 https://github.com/lianghsun/open-sheetWrote 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/lianghsun/open-sheet/current-sheet)<a href="https://agentmods.dev/skills/lianghsun/open-sheet/current-sheet"><img src="https://agentmods.dev/badge/skills/lianghsun/open-sheet/current-sheet.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 | $0.00084 | $0.00447 |
| Opus 5 | $0.00042 | $0.00224 |
| Sonnet 5 | $0.00017 | $0.00089 |
| Haiku 4.5 | $0.00008 | $0.00045 |
Grade A, and why
current-sheet 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 4d 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.
What it actually says
Resolve "this one"
The dev server publishes the reader's position to
node_modules/.open-sheet/current.json as they navigate:
{ "id": "fy26-budget", "sheet": "P&L", "cell": "B7", "updatedAt": "2026-08-18T…" }
Read that file, or GET http://localhost:5373/__open-sheet/api/current.
Using it
- Read the file. If it is missing or
updatedAtis old, the dev server is probably not running — ask which workbook rather than guessing. idgives yousheets/<id>/index.tsx.cellis an A1 address for reading only. It tells you where the user is pointing; it is not something to write into the source.
Turning a cell into a source location
The user points at a cell; you have to edit the block that produced it. Open the workbook and work out which block covers that address — usually obvious from the sheet's structure — then change the authoring construct:
| The user says | You change |
|---|---|
| "this number is wrong" | the value in the data array, or the formula |
| "make this a percentage" | format on that column |
| "this column should be a bar" | bar: true on that column |
| "this total is wrong" | the total aggregate, or the formula feeding it |
Never respond by writing an address into the file. If you find yourself wanting
to, re-read sheet-authoring.
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.
- 4d ago First seen · 40 lines · 84 tokens per session scan A ed83a2ea1766
current-sheet is a skill published in the GitHub repository lianghsun/open-sheet (120 stars, last pushed 9d ago), licensed MIT. It adds 84 tokens to every session and 447 once invoked, about $0.0004 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.
Other skills, from other repositories
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.
automating-numbers
Automates Apple Numbers via JXA with AppleScript dictionary discovery. Use when asked to "automate Numbers spreadsheets", "create spreadsheets programmatically", "JXA Numbers scripting", or "bulk data operations in Numbers". Focuses on sheets, tables, ranges, batch I/O, clipboard shim, and high-performance data…
automating-excel
Automates Microsoft Excel on macOS via JXA with AppleScript dictionary discovery. Use when asked to "automate Excel spreadsheets", "JXA Excel scripting", "Excel macOS automation", or "bulk Excel data operations". Focuses on workbooks, worksheets, ranges, 2D arrays, performance toggles, and VBA escape hatches.
bilig-xlsx-formula-recalc
Recalculate XLSX formula outputs in Node.js after cell edits without opening Excel, LibreOffice, or browser automation.
exceljs-formula-recalc
Recalculate formula outputs for ExcelJS workbook flows in Node.js after agents or services edit cells.
sheetjs-formula-recalc
Add fresh formula readback to SheetJS and xlsx workflows after writing XLSX inputs in Node.js.