-
Notifications
You must be signed in to change notification settings - Fork 543
command skills
zmworm edited this page Mar 23, 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/ |
| All clients | all |
All locations above |
# 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. - 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.19