officecli-pptx

Installation
SKILL.md

OfficeCLI PPTX Skill

BEFORE YOU START (CRITICAL)

[!CAUTION] zsh 用户(macOS 默认 shell):所有含方括号的路径参数必须加引号,否则 zsh 会 glob 展开并报错 zsh: no matches found

  • 正确:officecli set deck.pptx '/slide[1]'"/slide[1]"
  • 错误:officecli set deck.pptx /slide[1](zsh 会展开 [1]

这是首次使用时几乎必然触发的错误。 验证引号是否生效:

officecli get deck.pptx '/slide[1]' --depth 1   # 正确(有引号)

如果看到 no matches found,说明引号缺失。

If officecli is not installed:

macOS / Linux

Related skills

More from iofficeai/officecli

Installs
8
GitHub Stars
4.3K
First Seen
Mar 28, 2026