Cross-Validated Search for OpenClaw
This skill gives OpenClaw a practical verification workflow:
- -
search-web for live search results - INLINECODE1 for reading the full content of a source
- INLINECODE2 for support/conflict classification
- INLINECODE3 for a citation-ready summary with next steps
Install
CODEBLOCK0
Minimum verification
CODEBLOCK1
Recommended flow
- 1. Run
search-web for factual or recent questions. - Use
browse-page on the most relevant source when snippets are not enough. - Use
verify-claim when a concrete claim needs a support/conflict summary. - Use
evidence-report when you want a compact evidence package with citations and next steps. - Use
--deep when the claim matters enough to justify page-aware verification. - Cite the returned URLs in the final answer.
What success looks like
- - the verdict is explicit
- the result includes support and conflict scores
- INLINECODE9 is true when deep verification ran
- the recommended free path is INLINECODE10
- source URLs are ready to cite
Limits
- -
verify-claim is heuristic and evidence-aware, not a proof engine. - The default provider path is
ddgs. - The recommended free upgrade path is self-hosted
searxng via CROSS_VALIDATED_SEARCH_SEARXNG_URL. - Conflicting sources are surfaced, not automatically reconciled.
License
MIT License.
技能名称:cross-validated-search
详细描述:
OpenClaw 的交叉验证搜索
该技能为 OpenClaw 提供了一套实用的验证工作流程:
- - search-web 用于获取实时搜索结果
- browse-page 用于阅读来源的完整内容
- verify-claim 用于支持/冲突分类
- evidence-report 用于生成包含下一步操作的、可直接引用的摘要
安装
bash
pip install cross-validated-search
最小验证
bash
search-web OpenAI API pricing --type news --timelimit w
verify-claim Python 3.13 是最新的稳定版本 --deep --max-pages 2 --json
evidence-report Python 3.13 稳定版本 --claim Python 3.13 是最新的稳定版本 --deep --json
推荐流程
- 1. 针对事实性或近期问题运行 search-web。
- 当片段信息不足时,使用 browse-page 浏览最相关的来源。
- 当具体声明需要支持/冲突摘要时,使用 verify-claim。
- 当需要包含引用和下一步操作的紧凑证据包时,使用 evidence-report。
- 当声明足够重要,值得进行页面感知验证时,使用 --deep。
- 在最终答案中引用返回的 URL。
成功标准
- - 结论明确
- 结果包含支持分数和冲突分数
- 当运行深度验证时,page_aware 为真
- 推荐的免费路径是 ddgs + 自托管 searxng
- 来源 URL 已准备好引用
限制
- - verify-claim 是基于启发式和证据感知的,并非证明引擎。
- 默认提供商路径为 ddgs。
- 推荐的免费升级路径是通过 CROSSVALIDATEDSEARCHSEARXNGURL 自托管 searxng。
- 冲突来源会被呈现,但不会自动调和。
许可证
MIT 许可证。