Agent skill · Data & Analytics

bilig-workpaper

Use formula-backed WorkPaper JSON and MCP tools for agent spreadsheet tasks without driving Excel or a browser UI.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill bilig-workpaper --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/bilig-workpaper/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Bilig WorkPaper ## Overview Bilig WorkPaper gives agents a code-first workbook runtime for spreadsheet-style business logic. Use it when the task is easier to model as sheets and formulas, but the reliable path is to edit cells through an API, recalculate, read computed values back, and persist a JSON workbook document. The main use case is replacing fragile spreadsheet UI automation with deterministic tool calls. It is useful for quote calculators, payout models, budget checks, import validation, and reduced XLSX formula bug reports. ## When To Use This Skill Use this skill when the user needs to: - work with spreadsheet formulas from a Node.js service, route, test, or agent tool; - write workbook inputs and verify calculated outputs with readback proof; - persist a formula workbook as reviewable WorkPaper JSON; - expose a file-backed workbook through MCP tools; - investigate an XLSX formula recalculation issue without automating Excel, LibreOffice, or a browser grid. Do not use it for manual spreadsheet editing, VBA/macros, pivots, charts, COM automation, or exact desktop Excel behavior unless the user explicitly asks to compare against Excel as an oracle. ## Safer Command Patt

What's inside
Steps it walks through
  1. Overview
  2. When To Use This Skill
  3. Safer Command Pattern
  4. Quick MCP Setup
  5. Direct TypeScript Pattern
  6. Required Verification
  7. Limitations
  8. References
More from agentic-awesome-skills
All skills →
About this skill
What does the bilig-workpaper skill do?

Use formula-backed WorkPaper JSON and MCP tools for agent spreadsheet tasks without driving Excel or a browser UI.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill bilig-workpaper --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going