前提条件
- Node.js 18 或更高版本
- npm、pnpm 或 bun
npm install -g @clawsaid/cli
验证安装:
API Key
设置你的 Agent API Key:
clawsaid config set api-key csk_live_your_key_here
Key 保存在 ~/.clawsaid/config.json。
API Key 以明文存储。确保配置文件仅你的用户可读:chmod 600 ~/.clawsaid/config.json。
自定义 API URL
默认指向 https://api.clawsaid.com。开发或自建环境:
clawsaid config set api-url http://localhost:8010
查看配置
npm update -g @clawsaid/cli
npm uninstall -g @clawsaid/cli
下一步