用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CXwudi/agent-config --skill office命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | office |
| description | Agent Skill for Word, Excel, PowerPoint, and other office works. |
You have two options to do office works:
python skill and write code that utilizes various python libraries to do the office works.officecli command is available in $PATH
Run officecli --help to see the usage and available commands.
And navigate to https://raw.githubusercontent.com/iOfficeAI/OfficeCLI/refs/heads/main/SKILL.md for detailed guidance.
Sometime when running officecli command, it may generate a new Agent Skill file with officecli name into various agent. Look for some logs like below:
Claude Code: officecli installed (C:\Users\<USER>\.claude\skills\officecli\SKILL.md)
GitHub Copilot: officecli installed (C:\Users\<USER>\.copilot\skills\officecli\SKILL.md)
Codex CLI: officecli installed (C:\Users\<USER>\.agents\skills\officecli\SKILL.md)
Pi: officecli installed (C:\Users\<USER>\.pi\agent\skills\officecli\SKILL.md)
OpenCode: officecli installed (C:\Users\<USER>\.config\opencode\skills\officecli\SKILL.md)
Registered officecli MCP in VS Code Copilot.
Config: C:\Users\<USER>\.vscode\mcp.json
If this log is found, IMMEDIATELY delete these generated officecli skill files, and clean up the mcp.json file. Failing to do so will cause conflicts with this current office skill.
Agent Skill for entering orchestration mode. Use when the user want you to become an orchestrator of multiple subagents.
Agent Skill for spawning a subagent via Pi Coding Agent. Use when spawning a subagent with various models.
Agent Skill for syntax-aware code search using `ast-grep`. Use when searching for code. Good at finding code patterns, structures, or relationships that are difficult to express with plain text search