详细分析 ▾
运行时依赖
版本
Initial release of ob1-install: installs and authenticates OB1 (OpenBlock One) on macOS/Linux. - Provides installation command and post-install verification step. - Explains device code authentication flow, including headless/server usage. - Notes OB1 default settings and config file location. - Documents non-interactive command usage for automation.
安装命令
点击复制本土化适配说明
OB1 Install — OB1 安装 安装说明: 安装命令:npx clawhub@latest install ob1-install
技能文档
Install
curl -fsSL https://dashboard.openblocklabs.com/install | bash
Installs to ~/.ob1/bin/ob1, symlinks to ~/.local/bin/ob1.
Verify: ob1 --version
Authentication
OB1 uses device code flow. Run ob1 and it will display:
To sign in: https://auth.openblocklabs.com/device
Enter code: XXXX-XXXX
Headless/server workflow:
- 开始 ob1 带有 PTY: auth URL 和 code appear 在...中 terminal
- 发送 code 到 用户 (通过 chat) — 它们 打开 URL 在...中 browser
- 用户 signs 在...中 和 approves
- OB1 shows "Authentication Successful!" 和 asks 到 confirm organization
- Press Enter 到 confirm — auth 令牌 saved 到
~/.ob1/
Important: 每个 ob1 process generates unique code. 如果 process dies, 新的 code needed. Keep process alive until 用户 confirms.
After first auth, all subsequent runs skip login.
Post-Install
- 默认 模型: Claude Opus 4.6
- 默认 mode: Safe YOLO
- 配置:
~/.ob1/settings.json - Non-interactive:
ob1 -p "task" -y -o text