Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

command install

zmworm edited this page Apr 16, 2026 · 34 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.
  • Auto self-install: Running bare officecli without any arguments automatically triggers the install flow.

See Also

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

Based on OfficeCLI v1.0.49

Clone this wiki locally

AltStyle によって変換されたページ (->オリジナル) /