用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill officecli命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | officecli |
| description | Work with Office documents. |
AI-friendly CLI for .docx, .xlsx, .pptx.
if ! command -v officecli >/dev/null 2>&1; then
curl -fsSL https://raw.githubusercontent.com/iOfficeAI/OfficeCLI/main/install.sh | bash
fi
if (-not (Get-Command officecli -ErrorAction SilentlyContinue)) {
irm https://raw.githubusercontent.com/iOfficeAI/OfficeCLI/main/install.ps1 | iex
}
Verify with officecli --version.
Prefer higher-level operations first:
L1 readL2 DOM editL3 raw XMLUse --json when you need structured output.
If you are unsure about paths or property names, run help instead of guessing:
officecli pptx set
officecli pptx set shape
officecli pptx set shape.fill
Swap pptx for docx or xlsx.
For multi-step edits, keep the file resident:
officecli open report.docx
officecli set report.docx ...
officecli close report.docx
For visual review and targeted edits, use watch/selection/marks:
officecli watch report.docx
officecli get report.docx selected --json
officecli mark report.docx /body/p[3] --prop find=foo --prop tofix=bar
officecli get-marks report.docx --json
officecli unmark report.docx --all
officecli unwatch report.docx
createviewgetqueryvalidatesetaddmoveswapremovebatchrawraw-set1-based; --index is 0-based.@id= or @paraId= when a path must survive insert/delete.view issues to catch formatting, content, and structure problems early.--max-lines.officecli-docxofficecli-pptxofficecli-xlsxofficecli-academic-paperofficecli-pitch-deckofficecli-data-dashboardmorph-ppt基于 SOC 职业分类