-
Notifications
You must be signed in to change notification settings - Fork 541
command skills
zmworm edited this page Apr 29, 2026
·
40 revisions
Install OfficeCLI skill definitions into AI agent clients.
officecli skills <subcommand> [args]
officecli skills <target> # Legacy: install base skill to specific agent| Subcommand | Description |
|---|---|
list |
Show all available skills with install status |
install |
Install base SKILL.md to all detected agents |
install <skill> |
Install a specific specialized skill |
<target> |
Legacy: install base SKILL.md to a specific agent client |
| Skill Name | Directory | Description |
|---|---|---|
pptx |
officecli-pptx |
PowerPoint document operations |
word / docx
|
officecli-docx |
Word document operations |
excel / xlsx
|
officecli-xlsx |
Excel spreadsheet operations |
morph-ppt |
officecli-morph-ppt |
Morph-animated presentations |
pitch-deck |
officecli-pitch-deck |
Investor/product pitch decks |
academic-paper |
officecli-academic-paper |
Academic papers with TOC/equations |
data-dashboard |
officecli-data-dashboard |
Data dashboards from tabular data |
financial-model |
officecli-financial-model |
Formula-driven financial models (3-statement, DCF, cap table) |
| 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/ |
| OpenCode | opencode |
~/.opencode/skills/officecli/ |
| All clients | all |
Auto-detects installed tools and installs to all |
# List all available skills and install status
officecli skills list
# Install base skill to all detected agents
officecli skills install
# Install a specific specialized skill
officecli skills install morph-ppt
officecli skills install financial-model
officecli skills install pitch-deck
# Install for a specific agent client (legacy)
officecli skills claude
officecli skills copilot
officecli skills codex
# Install for all supported clients (legacy)
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.64