Overview
- Skill Key
- aizain/web-scout
- Author
- aizain
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/aizain/web-scout
- Latest Commit SHA
- d1b2e3f6fb7bb9ff92a0ed61c18d3d957d3429ba
给 AI Agent 一键装上全网采集能力。基于 Agent Reach,支持 Twitter/X、Reddit、YouTube、B站、小红书、抖音、GitHub、LinkedIn、Boss直聘、RSS、全网搜索等平台。一条命令安装,零 API 费用。
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 web-scout 技能。 若已安装,则直接安装 web-scout 技能。
# Web Scout — AI Agent 全网采集工具箱 基于 [Agent Reach](https://github.com/Panniantong/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 | ✅ | 需扫码登录 | ## 安装 ### 第一步:安装 Agent Reach CLI ```bash pip install https://github.com/Panniantong/agent-reach/archive/main.zip ``` ### 第二步:自动安装依赖 默认模式(自动安装所有依赖): ```bash agent-reach install --env=auto ``` 安全模式(只检查不安装,适合生产环境): ```bash agent-reach install --env=auto --safe ``` 预览模式(只看会做什么): ```bash agent-reach install --env=auto --dry-run ``` ### 第三步:检查状态 ```bash agent-reach doctor ``` ### 第四步:按需配置平台 需要 Cookie 的平台建议使用小号,避免封号风险。 Cookie 导出方法:浏览器登录平台 → 安装 [Cookie-Editor](https://chromewebstore.google.com/detail/cookie-editor/hlkenndednhfkekhgcdicdfddnkalmdm) 插件 → Export → Header String → 发给 Agent。 配置 Twitter: ```bash agent-reach configure twitter-cookies "COOKIE_STRING" ``` 配置代理(服务器访问 Reddit/B站): ```bash agent-reach configure proxy http://user:pass@ip:port ``` 配置小红书(需要 Docker): ```bash docker run -d --name xiaohongshu-mcp -p 18060:18060 xpzouying/xiaohongshu-mcp mcporter config add xiaohongshu http://localhost:18060/mcp ``` ## 常用命令速查 ### 读网页 ```bash curl -s "https://r.jina.ai/URL" ``` ### 搜索 Twitter/X ```bash xreach search "关键词" --json ``` ### YouTube/B站...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
openstockdata
OpenClaw Skill for stock data analysis
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
camopel
Free multi-engine web search via ddgs CLI (DuckDuckGo, Google, Bing, Brave, Yandex, Yahoo, Wikipedia) + arXiv API search. No API keys required. Use when user needs web search, research paper discovery, or when other skills need a search backend. Drop-in replacement for web-search-plus.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.
camohiddendj
DuckDuckGo HTML search scraper CLI with JSON, CSV, OpenSearch, markdown, and compact outputs.