Claude Skill
blessonism/openclaw-search-skills
OpenClaw Search Skills offers Claude Skills for deep search, featuring multi-source search, content extraction, and structured research reports. Ideal for automated research.
Overview
Repository
Install this Skill
git clone https://github.com/blessonism/openclaw-search-skills.git \Registry
git clone https://github.com/blessonism/openclaw-search-skills.git \pip install requestspip install trafilatura beautifulsoup4 lxml
Summary
OpenClaw Search Skills is a Python-based repository that provides Claude Skills for deep search, enabling multi-source search, content extraction, and structured research report generation.
OpenClaw 技能用于深度搜索——多源搜索、内容提取及结构化研究报告。
Key features
- Multi-source search integration
- Content extraction from web pages
- Structured research report generation
- Designed as Claude Skills for easy use
Use cases
- Conducting comprehensive research across multiple sources
- Extracting key information from web content
- Generating structured reports for analysis
- Automating deep search tasks with Claude
README excerpt
 <div align="center"> # OpenClaw Search Skills [English](./docs/README_EN.md) | 简体中文 **为 OpenClaw 提供多源搜索、线程深抓与高保真内容提取的一组生产级 Skills。** [](https://github.com/openclaw/openclaw) [](https://www.python.org/downloads/) [](./LICENSE) [](./search-layer/SKILL.md) [](./content-extract/SKILL.md) </div> > 📦 本仓库已收录至 [openclaw-skills](https://github.com/blessonism/openclaw-skills)(聚合仓库,包含更多 Skills)。推荐 Star 聚合仓库以获取全部更新。 --- ## 概述 `openclaw-search-skills` 是一组面向 [OpenClaw](https://github.com/openclaw/openclaw) Agent 的可组合搜索能力集合,覆盖从 **找资料**、**抓上下文**、**提正文** 到 **追引用链** 的完整链路。 ## 包含什么 | Skill | 干什么的 | |-------|---------| | **[search-layer](./search-layer/)** | 四源并行搜索(Brave + Exa + Tavily + Grok)+ 意图感知评分 + 自动去重 + 链式引用追踪。Brave 由 OpenClaw 内置的 `web_search` 提供,Grok 通过 Completions API 调用。 | | **[content-extract](./content-extract/)** | URL → 干净的 Markdown。遇到反爬站点(微信、知乎)自动降级到 MinerU 解析。 | | **[mineru-extract](./mineru-extract/)** | [MinerU](https://mineru.net) 官方 API 的封装层。把 PDF、Office 文档、HTML 页面转成 Markdown。 | ## 它们之间的关系 ``` github-explorer(独立 repo) ├── search-layer ──── Exa + Tavily + Grok 并行搜索 + 意图评分 + 链式追踪 ← 本仓库 ├── content-extract ── 智能 URL → Markdown ← 本仓库 │ └── mineru-extract ── MinerU API(反爬) ← 本仓库 └── OpenClaw 内置工具 ── web_search (Brave), web_fetch, browser ``` --- ## Search Skill
Topics
No topics yet.