安装步骤会运行并全局安装第三方软件
原文依据:3 处安装命令通过 npx 运行远程包并使用全局选项安装技能和 RunComfy CLI;ImageMagick 安装还会修改系统或 Homebrew 软件环境。文本没有固定包版本或提交。
安装时获取的包及其生命周期脚本会以执行安装命令的用户权限运行。若包、发布账户或依赖被篡改,可能读取该用户可访问的数据或修改全局工具。
这些是明确的安装指令:npx 全局添加第三方技能、npm 全局安装 RunComfy CLI,并通过 Homebrew 或 apt 安装 ImageMagick。它们属于实现所需且由用户主动执行的正常前置步骤,但会运行下载的代码并修改全局或系统软件环境,而且示例没有固定版本。用户可在隔离环境中安装,并要求固定版本及包来源校验信息。
```bashnpx skills add agentspace-so/runcomfy-agent-skills --skill codex-pet -g```查看另外 2 个位置
1. **RunComfy CLI** — `npm i -g @runcomfy/cli`2. **RunComfy account** — `runcomfy login`. CI alternative: `RUNCOMFY_TOKEN=<token>`.3. **ImageMagick** — `brew install imagemagick` (macOS) or `apt-get install imagemagick` (Linux). Provides the `magick` command for the deterministic atlas assembly.4. **A source image URL** — publicly fetchable HTTPS, JPEG/PNG/WebP, the subject the Codex Pet will be modeled on.## Prerequisites1. **RunComfy CLI** — `npm i -g @runcomfy/cli`2. **RunComfy account** — `runcomfy login`. CI alternative: `RUNCOMFY_TOKEN=<token>`.3. **ImageMagick** — `brew install imagemagick` (macOS) or `apt-get install imagemagick` (Linux). Provides the `magick` command for the deterministic atlas assembly.4. **A source image URL** — publicly fetchable HTTPS, JPEG/PNG/WebP, the subject the Codex Pet will be modeled on.