feat: Agent Reach 作为 Skill 安装

- 新增 agent-reach/SKILL.md — skills.sh 兼容格式
  安装: npx skills add Panniantong/Agent-Reach@agent-reach
- agent-reach install 自动检测 OpenClaw / Claude Code / 通用 Agent
  并在对应 skill 目录注册 SKILL.md
- SKILL.md 打包进 pip 包(agent_reach/skill/SKILL.md)
- README 中英文都加了 Skill 安装方式
This commit is contained in:
Panniantong
2026-02-25 04:24:16 +01:00
parent 93ad9c5722
commit 25d869d3fe
6 changed files with 208 additions and 0 deletions
+12
View File
@@ -88,6 +88,18 @@ agent-reach install --env=auto
```
</details>
<details>
<summary>Install as a Skill (Claude Code / OpenClaw / any agent with Skills support)</summary>
```bash
npx skills add Panniantong/Agent-Reach@agent-reach
```
Once installed, your Agent will see `agent-reach` in its skill list and automatically know how to use all search and read capabilities.
> If you install via `agent-reach install`, the skill is registered automatically — no extra steps needed.
</details>
---
## Works Out of the Box