openclaw/workspace/skills/agent-reach-setup/SKILL.md
# Agent Reach 完整安装与配置解决方案 ## 概述 本技能包提供Agent Reach的完整安装和配置流程,基于实际部署经验,包含问题诊断和解决方案。适用于OpenClaw、Claude Code等AI Agent环境。 ## 核心功能 - ✅ Agent Reach 1.3.0 完整安装 - ✅ 7个核心渠道自动配置 - ✅ 常见问题诊断和解决方案 - ✅ 系统兼容性处理 - ✅ 多环境支持(OpenClaw、Claude Code) ## 安装流程 ### 步骤1: 安装Agent Reach ```bash # 解决权限问题 pip install https://github.com/Panniantong/agent-reach/archive/main.zip --break-system-packages ``` ### 步骤2: 自动配置 ```bash agent-reach install --env=auto ``` ### 步骤3: 验证安装 ```bash agent-reach doctor ``` ### 步骤4: 额外配置(可选
npx skillsauth add dragonkid/dotfiles openclaw/workspace/skills/agent-reach-setupInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
本技能包提供Agent Reach的完整安装和配置流程,基于实际部署经验,包含问题诊断和解决方案。适用于OpenClaw、Claude Code等AI Agent环境。
# 解决权限问题
pip install https://github.com/Panniantong/agent-reach/archive/main.zip --break-system-packages
agent-reach install --env=auto
agent-reach doctor
# 配置Exa搜索
mcporter config add exa https://mcp.exa.ai/mcp
症状: externally-managed-environment 错误
解决方案: 使用 --break-system-packages 参数
原因: Python 3.13+ 默认启用外部包管理保护
症状: 权限不足或安装失败 解决方案: 提供手动安装选项,不强制自动安装 手动安装: https://cli.github.com
症状: mcporter已装但Exa未配置
解决方案: mcporter config add exa https://mcp.exa.ai/mcp
agent-reach doctor
agent-reach watch
agent-reach configure proxy http://user:pass@ip:port
install.sh - 自动化安装脚本config.json - 默认配置文件troubleshooting.md - 问题诊断指南usage-examples.md - 使用示例SKILL.md - 本技能文档# 验证7个核心渠道
agent-reach doctor | grep "✅"
# 验证技能安装路径
ls -la /home/pan/.openclaw/skills/agent-reach/
ls -la /home/pan/.claude/skills/agent-reach/
本技能包基于实际部署经验,提供完整的Agent Reach安装和配置解决方案,包含各种问题的实际解决方法。
tools
Use when user wants to manage TODO items - adding tasks, listing pending items, marking done, removing, or searching. Triggers on /todo command or TODO-related requests.
tools
Use when creating a new skill, updating an existing skill, or troubleshooting skill frontmatter, gating, or slash command registration issues in OpenClaw.
tools
手动触发自我改进与记忆维护。分析近期 memory 文件,维护工作区文件,提出改进提案。触发方式:/self_improve 或用户说"自我改进"、"self improve"。
testing
测试 OpenClaw 配置中 LLM provider 的可用性。触发方式:/provider_check 或用户问"测试 provider 可用性"、"检查 provider 状态"、"provider 健康检查"。