@components-kit/open-workbook
v0.1.14
Published
CLI for installing, sideloading, and running Open Workbook locally.
Maintainers
Readme
@components-kit/open-workbook
User-facing package for installing, configuring, and running Open Workbook locally.
Quickstart
npx -y @components-kit/open-workbook setupSetup prepares the Excel add-in manifest and prints the MCP launch command.
For an existing install, run npx -y @components-kit/open-workbook@latest upgrade to refresh local setup assets after a package update.
Install the Open Workbook Excel skill with skills.sh:
npx skills add components-kit/open-workbook --skill open-workbook-excelUse the printed MCP launch command in your agent UI's local stdio MCP configuration:
npx -y @components-kit/open-workbook@latest mcpowb setup also writes fallback instructions for clients that do not support skills.sh.
Commands
owb setup
owb upgrade
owb mcp
owb instructions
owb doctor
owb paths
owb sideload mac
owb sideload windows
owb sideload manifest
owb addin serve
owb daemon start
owb file-bridge start
owb service manifest --target macos --service addinRuntime
owb setupinitializes the generic install flow.owb upgraderefreshes the same local manifest and fallback instruction assets for an existing install.owb mcpstarts the MCP adapter, starts the local Excel add-in asset server when needed, and uses an embedded backend unless a shared daemon is available.owb instructionsprints fallback generic Excel instructions.owb doctorchecks packaged runtime assets.owb sideload *generates or installs Excel add-in manifests.owb daemon startis an advanced shared coordinator for multiple clients.owb file-bridge startis an optional native bridge for Save As and host file operations.
Environment
OPEN_WORKBOOK_CONFIG_DIROPEN_WORKBOOK_HOSTOPEN_WORKBOOK_PORTOPEN_WORKBOOK_ADDIN_PATHOPEN_WORKBOOK_ADDIN_HOSTOPEN_WORKBOOK_ADDIN_PORTOPEN_WORKBOOK_ADDIN_URLOPEN_WORKBOOK_BACKEND_URLOPEN_WORKBOOK_DAEMON_URLOPEN_WORKBOOK_FILE_BRIDGE_URLOPEN_WORKBOOK_STATE_DIROPEN_WORKBOOK_BACKUP_DIROPEN_WORKBOOK_EXPORT_DIR
