/install agentic-rag-cn
Deep Research
Search across 11 sources simultaneously via a local Agentic RAG-CN API, then synthesize results with evidence tables and contradiction detection.
Prerequisites
Agentic RAG-CN must be running locally. Check with:
curl -s http://localhost:18888/health
If unavailable, fall back to built-in web_search tool.
Usage
Call the API with a POST request:
curl -s -X POST http://localhost:18888/api/analyze \
-H "Content-Type: application/json" \
-d '{"question": "用户的问题"}'
Parse the JSON response and present results to the user in a readable format.
Response Format
The API returns:
answer— Structured answer with evidence tablessources— List of sources used (with URLs)confidence— Confidence score (0-1)contradictions— Any contradictions found across sourcestrace— Pipeline execution trace (16 steps)
When to Use vs Fallback
| Condition | Action |
|---|---|
| API health check succeeds | Use deep-research API |
| API health check fails | Fall back to web_search |
| User asks about Chinese topics (知乎, B站, 微信) | Prefer deep-research |
| User asks general English questions | web_search is usually sufficient |
Presenting Results
Format the response as:
- Answer summary — 2-3 sentences
- Evidence table — Key findings with sources
- Contradictions (if any) — Highlight conflicting info
- Sources — Numbered list of URLs
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agentic-rag-cn - 安装完成后,直接呼叫该 Skill 的名称或使用
/agentic-rag-cn触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Deep Research 是什么?
Deep web research across 11 Chinese and international sources (Baidu, Bing, Sogou, Quark, ChinaSo, WeChat, Yandex, Zhihu, Bilibili, V2EX, GitHub). Use when t... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 41 次。
如何安装 Deep Research?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agentic-rag-cn」即可一键安装,无需额外配置。
Deep Research 是免费的吗?
是的,Deep Research 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Deep Research 支持哪些平台?
Deep Research 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Deep Research?
由 nb-clh(@nb-clh)开发并维护,当前版本 v1.0.0。