-
Notifications
You must be signed in to change notification settings - Fork 542
command skills
zmworm edited this page Mar 27, 2026
·
40 revisions
Install OfficeCLI skill definitions into AI agent clients.
officecli skills <target>Installs an OfficeCLI SKILL.md reference file into the skills directory of the specified AI agent client. This enables agents to discover OfficeCLI capabilities and usage patterns.
| Name | Type | Required | Description |
|---|---|---|---|
target |
string | Yes | AI client to install into (see below) |
| Target | Aliases | Install Location |
|---|---|---|
| Claude Code |
claude, claude-code
|
~/.claude/skills/officecli/ |
| GitHub Copilot |
copilot, github-copilot
|
~/.copilot/skills/officecli/ |
| OpenAI Codex |
codex, openai-codex
|
~/.agents/skills/officecli/ |
| Cursor | cursor |
~/.cursor/skills/officecli/ |
| Windsurf | windsurf |
~/.windsurf/skills/officecli/ |
| MiniMax CLI | minimax |
~/.minimax/skills/officecli/ |
| OpenClaw | openclaw |
~/.openclaw/skills/officecli/ |
| NanoBot | nanobot |
~/.nanobot/workspace/skills/officecli/ |
| ZeroClaw | zeroclaw |
~/.zeroclaw/workspace/skills/officecli/ |
| All clients | all |
Auto-detects installed tools and installs to all |
# Install for Claude Code
officecli skills claude
# Install for GitHub Copilot
officecli skills copilot
# Install for OpenAI Codex
officecli skills codex
# Install for all supported clients
officecli skills all- The installed
SKILL.mdcontains a strategy guide and format-specific property reference for the agent to use when generating OfficeCLI commands. - On first install, OfficeCLI automatically detects installed AI tools and installs skills. Subsequent upgrades skip auto-installation to preserve custom modifications.
- For AI protocol-level integration (MCP), see mcp instead.
- mcp - Built-in MCP server for direct AI tool integration
- Agent Guide - Wiki navigation for AI agents
Based on OfficeCLI v1.0.24