Agent Reach Skills
让 Claw 具备互联网内容获取能力。
已安装组件
| 组件 | 状态 | 用途 |
|---|---|---|
| agent-reach | ✅ 已安装 | 诊断工具 |
| mcporter | ✅ 已安装 | MCP 客户端 |
| bird CLI | ✅ 已安装 | Twitter 工具(未配置 Cookie) |
| yt-dlp | ✅ 已安装 | YouTube/B站字幕提取 |
| Exa 搜索 | ✅ 已配置 | 全网语义搜索 |
可用功能(5/12)
✅ 全网语义搜索
mcporter call exa.web_search_exa query:"搜索内容" numResults:5
✅ 读网页
curl -s "https://r.jina.ai/<URL>"
✅ 读 RSS
import feedparser
feed = feedparser.parse("<RSS_URL>")
⚠️ YouTube/B站字幕
# 可能需要代理
yt-dlp --no-check-certificate --skip-download --write-auto-sub --sub-lang en --output "/tmp/test" "<URL>"
需要配置 Cookie:
agent-reach configure twitter-cookies "auth_token=xxx; ct0=yyy"
❌ 小红书
需要 Docker(未安装)
常用命令
诊断状态
agent-reach doctor
搜索示例
# 搜索 Web
mcporter call exa.web_search_exa query:"AI agent" numResults:5
# 搜索 Reddit(通过 Exa)
mcporter call exa.web_search_exa query:"site:reddit.com 话题" numResults:5
# 搜索 GitHub(通过 Exa)
mcporter call exa.web_search_exa query:"site:github.com 项目名" numResults:5
读网页示例
# 读取任意网页
curl -s "https://r.jina.ai/https://example.com"
# 读取 GitHub 仓库
curl -s "https://r.jina.ai/https://github.com/user/repo"
待配置
- gh CLI - 需要 sudo 权限安装
- Twitter Cookie - 需要用户从浏览器导出
- Docker - 小红书 MCP 需要
- 代理 - Reddit/B站服务器访问可能需要
最后更新: 2026-02-27