环境要求 安装脚本会自动安装必要的 CLI 运行时。 不要安装桌面 GUI 客户端。 安装命令 macOS: curl -fsSL https://updates.dsxzai.com/clm/install.sh | sh Windows: $ProgressPreference='SilentlyContinue'; irm https://updates.dsxzai.com/clm/install.ps1 | iex 安装后会自动完成 clm --version clm doctor --json clm install-skills --json clm skill env --json clm powerpoint install --json clm powerpoint status --json 验证 clm --version clm doctor --json clm skill env --json clm powerpoint status --json smoke 测试 1. 找一张本地 PNG/JPG,或创建一张包含少量文字的测试图片。 2. 运行: clm convert "" --text-only --output "" --overwrite --json clm inspect "" --json 3. 成功标准: - doctor.ok 为 true。 - skill env 的 source.available 为 true。 - powerpoint status 的 ok 为 true。 - inspect 的 slideCount 大于或等于 1。 - 如果 Windows 上 torch 不可用,但 inpaint_backend 为 local_mean,这不是失败。 127.0.0.1:17651 被其他进程占用时会导致 PowerPoint 插件桥接失败。完整安装要求 PowerPoint 插件 manifest 已写入,并且本地桥接服务可访问。