安装配置大龙虾openclaw 安装技能
https://docs.openclaw.ai/zh-CN/install
curl -fsSL https://openclaw.ai/install.sh | bash
openclaw onboard --install-daemon
然后配置后. 模型选qwen, 会给一个链接,打开后会这样.
登录好即可.
然后最后选浏览器登录.
点击这个带token的地址, 就打开了浏览器操作openclaw
然后聊天即可
模型配置:
安装技能:
1: agent reach: https://github.com/zhangbo2008/Agent-Reach
Agent Reach 依赖 Agent 执行 shell 命令(pip install、mcporter、xreach 等)。如果你的 OpenClaw 使用了默认的 messaging 工具配置,Agent 将无法执行命令。安装前请先开启 exec 权限:
openclaw config set tools.profile "coding"
或在 ~/.openclaw/openclaw.json 中设置 "tools": { "profile": "coding" }。 设置后重启 Gateway(openclaw gateway restart)并开启新对话即可。其他平台(Claude Code、Cursor、Windsurf 等)不受此限制。
复制这句话给你的 AI Agent(Claude Code、OpenClaw、Cursor 等):
帮我安装 Agent Reach:https://raw.githubusercontent.com/Panniantong/agent-reach/main/docs/install.md
