证据检索与 Grounding (Agentic AI 科研平台)
/install agentic-evidence-retriever
证据检索与 Grounding Skill
何时使用
当用户需要单独执行文献/证据检索时使用,例如:
- 「帮我检索胃癌术后感染相关文献」
- 「查找相关的临床指南和试验」
- 「做一下 research grounding」
如果是完整任务流程的一部分,则由 task-planner 调度,无需用户单独触发。
执行步骤
1. 上报开始
curl -s -X POST http://localhost:5001/api/report \
-H "Content-Type: application/json" \
-d '{"skill":"evidence-retriever","display_name":"证据检索与 Grounding","status":"running","message":"正在检索 PubMed、指南库与试验注册信息..."}'
2. 读取数据并输出
读取 /home/ubuntu/workspace/demo/mock_data/evidence.json,向用户展示:
- 证据来源统计:指南 X 条、PubMed X 条、试验 X 条
- 证据列表:每条显示类型标签、标题、来源、年份、关键结论
- 证据摘要详情:选中条目的详细摘要、关键因素、推荐用途
- Grounding 建议:
- 推荐主要终点
- 推荐时间窗
- 候选混杂因素列表
- 注意事项
3. 上报完成
curl -s -X POST http://localhost:5001/api/report \
-H "Content-Type: application/json" \
-d '{"skill":"evidence-retriever","display_name":"证据检索与 Grounding","status":"completed","message":"已检索 6 条相关证据,完成研究边界 Grounding"}'
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install agentic-evidence-retriever - After installation, invoke the skill by name or use
/agentic-evidence-retriever - Provide required inputs per the skill's parameter spec and get structured output
What is 证据检索与 Grounding (Agentic AI 科研平台)?
检索 PubMed 文献、临床指南与试验注册信息,提取证据摘要并生成 Research Grounding 建议(推荐终点定义、时间窗、混杂因素)。当用户需要做文献检索或证据 grounding 时触发。 It is an AI Agent Skill for Claude Code / OpenClaw, with 95 downloads so far.
How do I install 证据检索与 Grounding (Agentic AI 科研平台)?
Run "/install agentic-evidence-retriever" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 证据检索与 Grounding (Agentic AI 科研平台) free?
Yes, 证据检索与 Grounding (Agentic AI 科研平台) is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 证据检索与 Grounding (Agentic AI 科研平台) support?
证据检索与 Grounding (Agentic AI 科研平台) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 证据检索与 Grounding (Agentic AI 科研平台)?
It is built and maintained by EmergencerOnEarth (@emergenceronearth); the current version is v0.1.0.