安装 HolyCrab CLI。检查当前操作系统、Shell、Python 3.10+ 和已有安装;需要安装时,仅执行匹配环境的官方命令:
macOS / Linux:
curl -fsSL https://holycrab.ai/cli/install.sh | sh && export PATH="$HOME/.local/bin:$PATH"
Windows PowerShell:
irm https://holycrab.ai/cli/install.ps1 | iex
读取已安装的 HolyCrab Skill(或下方原文),检查 PATH,运行 holycrab doctor --json,并检查当前 Agent 接入状态。缺少依赖、权限或需要重启时,说明具体操作。
运行 holycrab auth status。未配置 API Key 时,引导我打开 API Key 页面,在本地终端运行 holycrab setup;不要让我把 Key 发到对话中。
分别报告 CLI、Agent 接入和账号配置状态。本次只安装和检查,不提交生成任务。
SKILL.md: https://raw.githubusercontent.com/AstroxNetwork/skills/v0.4.4/holycrab/SKILL.md
API Key: https://generate.holycrab.ai/user-tokens
CLI 安装: https://holycrab.ai/cn/guide/cli/