给 AI Agent 一键装上全网采集能力。基于 Agent Reach,支持 Twitter/X、Reddit、YouTube、B站、小红书、抖音、GitHub、LinkedIn、Boss直聘、RSS、全网搜索等平台。一条命令安装,零 API 费用。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install web-scout或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install web-scout⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/web-scout/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: web-scout description: 给 AI Agent 一键装上全网采集能力。基于 Agent Reach,支持 Twitter/X、Reddit、YouTube、B站、小红书、抖音、GitHub、LinkedIn、Boss直聘、RSS、全网搜索等平台。一条命令安装,零 API 费用。 version: 1.0.0 metadata: openclaw: requires: tools: [exec] optional: tools: [web_fetch] ---
基于 Agent Reach 封装,让你的 AI Agent 一键获得全网信息采集能力。
| 平台 | 工具 | 免费 | 需要配置 | |------|------|------|---------| | 🌐 网页 | Jina Reader | ✅ | 无 | | 📺 YouTube | yt-dlp | ✅ | 无 | | 📺 B站 | yt-dlp | ✅ | 服务器需代理 | | 📡 RSS | feedparser | ✅ | 无 | | 🔍 全网搜索 | Exa (MCP) | ✅ | 自动配置 | | 📦 GitHub | gh CLI | ✅ | 需登录 | | 🐦 Twitter/X | xreach (bird) | ✅ | 需 Cookie | | 📖 Reddit | JSON API + Exa | ✅ | 服务器需代理 | | 📕 小红书 | xiaohongshu-mcp | ✅ | 需 Docker + Cookie | | 🎵 抖音 | douyin-mcp-server | ✅ | 需 MCP 服务 | | 💼 LinkedIn | linkedin-mcp | ✅ | 需浏览器登录 | | 🏢 Boss直聘 | mcp-bosszp | ✅ | 需扫码登录 |
pip install https://github.com/Panniantong/agent-reach/archive/main.zip
默认模式(自动安装所有依赖):
agent-reach install --env=auto
安全模式(只检查不安装,适合生产环境):
agent-reach install --env=auto --safe
预览模式(只看会做什么):
agent-reach install --env=auto --dry-run
agent-reach doctor
需要 Cookie 的平台建议使用小号,避免封号风险。
Cookie 导出方法:浏览器登录平台 → 安装 Cookie-Editor 插件 → Export → Header String → 发给 Agent。
配置 Twitter:
agent-reach configure twitter-cookies "COOKIE_STRING"
配置代理(服务器访问 Reddit/B站):
agent-reach configure proxy http://user:pass@ip:port
配置小红书(需要 Docker):
docker run -d --name xiaohongshu-mcp -p 18060:18060 xpzouying/xiaohongshu-mcp
mcporter config add xiaohongshu http://localhost:18060/mcp
curl -s "https://r.jina.ai/URL"
xreach search "关键词" --json
yt-dlp --dump-json "VIDEO_URL" # 视频信息
yt-dlp --write-sub --skip-download "URL" # 提取字幕
mcporter call 'exa.search(query: "关键词", numResults: 10)'
gh repo view owner/repo # 查看仓库
gh search repos "关键词" # 搜索仓库
gh issue list -R owner/repo # 查看 Issue
python3 -c "import feedparser; f=feedparser.parse('RSS_URL'); [print(e.title) for e in f.entries[:10]]"
mcporter call 'xiaohongshu.search_feeds(keyword: "关键词")'
mcporter call 'xiaohongshu.get_feed_detail(note_id: "ID")'
mcporter call 'douyin.parse_douyin_video_info(share_link: "分享链接")'
mcporter call 'exa.search(query: "site:reddit.com 关键词")'
检查更新:
agent-reach check-update
升级:
pip install --upgrade https://github.com/Panniantong/agent-reach/archive/main.zip
健康检查(适合定时任务):
agent-reach watch
卸载:
agent-reach uninstall # 完整卸载
agent-reach uninstall --keep-config # 保留配置
pip uninstall agent-reach # 卸载 Python 包
~/.agent-reach/config.yaml,文件权限 600--safe 和 --dry-run 模式基于 Agent Reach by Panniantong,MIT 协议。
安装 Web Scout 后,可以对 AI 说这些话来触发它
Help me get started with Web Scout
Explains what Web Scout does, walks through the setup, and runs a quick demo based on your current project
Use Web Scout to equip AI Agent with network-wide collection capabilities with one c...
Invokes Web Scout with the right parameters and returns the result directly in the conversation
What can I do with Web Scout in my marketing & growth workflow?
Lists the top use cases for Web Scout, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/web-scout/ 目录(个人级,所有项目可用),或 .claude/skills/web-scout/(项目级)。重启 AI 客户端后,用 /web-scout 主动调用,或让 AI 根据上下文自动发现并使用。
Web Scout 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Web Scout 可免费安装使用。请查阅仓库了解许可证信息。
给 AI Agent 一键装上全网采集能力。基于 Agent Reach,支持 Twitter/X、Reddit、YouTube、B站、小红书、抖音、GitHub、LinkedIn、Boss直聘、RSS、全网搜索等平台。一条命令安装,零 API 费用。
Web Scout 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Web Scout
Identifies repetitive steps in your workflow and sets up Web Scout to handle them automatically