-
Notifications
You must be signed in to change notification settings - Fork 107
command install
zmworm edited this page Mar 31, 2026
·
6 revisions
One-step setup: copies the binary to ~/.local/bin/, installs skills for detected AI tools, and registers MCP for tools that don't support skills.
officecli install [target]| Name | Type | Required | Default | Description |
|---|---|---|---|---|
target |
string | No | all |
Specific AI tool target, or all to auto-detect |
-
Binary install — Copies the self-contained binary to
~/.local/bin/officecliand ensures~/.local/binis inPATH(appends to shell config if needed). -
Skills install — Calls
skills <target>to installSKILL.mdfor detected AI tools (see skills). - MCP fallback — For tools that don't have skill support (VS Code, LM Studio), registers MCP integration instead (see mcp).
# Full auto-detect setup
officecli install
# Install for a specific tool only
officecli install claude
officecli install cursor- Only installs the binary if running from a published self-contained build (>5MB).
- Skips binary copy if already running from
~/.local/bin/officecli. - Skills are only installed on first run; upgrades skip skill installation to preserve customizations.
- MCP is installed for tools without skill equivalents (VS Code, LM Studio) if their config directories exist.
Based on OfficeCLI v1.0.28