Skip to content

command install

zmworm edited this page Mar 31, 2026 · 6 revisions

install

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.

Synopsis

officecli install [target]

Arguments

Name Type Required Default Description
target string No all Specific AI tool target, or all to auto-detect

What It Does

  1. Binary install — Copies the self-contained binary to ~/.local/bin/officecli and ensures ~/.local/bin is in PATH (appends to shell config if needed).
  2. Skills install — Calls skills <target> to install SKILL.md for detected AI tools (see skills).
  3. MCP fallback — For tools that don't have skill support (VS Code, LM Studio), registers MCP integration instead (see mcp).

Examples

# Full auto-detect setup
officecli install

# Install for a specific tool only
officecli install claude
officecli install cursor

Notes

  • 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.

See Also

  • skills - Install skill definitions only
  • mcp - MCP server registration only

Based on OfficeCLI v1.0.28

Clone this wiki locally