bilig-workpaper

Edit cells, read back results, and export WorkPaper state in Node.js or MCP workflows.

35|19|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/proompteng/bilig --skill bilig-workpaper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bilig-workpaper
Source: https://github.com/proompteng/bilig/tree/main/.agents/skills/bilig-workpaper
Command: npx skills add https://github.com/proompteng/bilig --skill bilig-workpaper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables agents and services to move workbook-style formulas and state management out of Excel UI and into code, MCP clients, or server runtimes, enabling reproducible automation.

Core Features & Use Cases

  • Manage workbook-like logic inside Node.js or MCP environments.
  • Edit cells, read back results, and export WorkPaper state for downstream processing.
  • Use in tests, services, or agents that require deterministic spreadsheet-like computations without UI automation.

Quick Start

Create a simple WorkPaper using @bilig/workpaper and perform a write followed by a readback to verify dependent outputs.

Frequently Asked Questions about bilig-workpaper

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run Excel formulas in Node.js without opening the Excel UI?

The @bilig/workpaper library enables running workbook-like formulas within Node.js or MCP environments by managing spreadsheet state, executing cell edits, and reading back computed results directly in code without UI automation.

Can I manage spreadsheet state and read back cell results in an MCP workflow?

Yes, you can manage spreadsheet state in an MCP workflow by using this Skill to interact with MCP endpoints, apply deterministic cell edits, read back dependent formula outputs, and export WorkPaper state for downstream processing.

What is the best way to automate deterministic workbook computations for agents?

Automating deterministic workbook computations for agents is best handled by moving spreadsheet logic into server runtimes, applying formula edits in code, and verifying dependent outputs through readbacks without relying on UI automation.

Does this approach require Excel UI automation to export WorkPaper state?

No, this approach does not require Excel UI automation to export WorkPaper state. It facilitates exporting workbook documents directly from Node.js services or MCP clients with safety checks and deterministic behavior.

Are there limitations when moving workbook formulas out of Excel UI and into code?

When moving workbook formulas into code, limitations center on ensuring deterministic behavior and applying safety checks during cell edits and readbacks, as the process relies on the @bilig/workpaper library rather than native Excel UI automation features.