Search Web — 搜索 网页
v1.0.0Performs internet 搜索es via a self-hosted SearXNG instance, returning recent, structured 网页 结果s with titles and URLs.
运行时依赖
安装命令
点击复制技能文档
搜索_网页
A local OpenClaw 工具 that performs internet 搜索es using a self-hosted SearXNG instance.
This 技能 connects an OpenClaw 代理 to a 运行ning SearXNG server so the 代理 can retrieve recent in格式化ion from the internet. It 发送s a 搜索 查询 to the SearXNG HTTP API and returns structured 结果s contAIning titles and URLs.
Why this 技能 exists
Language 模型s often need in格式化ion that may be newer than their trAIning data. By connecting the 代理 to a self-hosted SearXNG instance, the 系统 can retrieve fresh 结果s from the 网页 while remAIning 隐私-friendly and avoiding proprietary APIs.
Typical 代理 use cases
An 代理 should call this 工具 when it needs to:
find recent news or re搜索 检查 documentation for a techno记录y 验证 facts from external sources gather links for further reading retrieve current in格式化ion about blockchAIn, AI, or cybersecurity Parameters
查询 (string) The 搜索 查询 that will be sent to the SearXNG 搜索 端点.
Example 查询:
latest blockchAIn security re搜索
输出 格式化
The 工具 returns JSON contAIning the top 搜索 结果s.
Example 输出:
[ { "title": "Example article title", "url": "https://example.com/article" } ]
Requirements SearXNG 运行ning locally Default 端点: http://localhost:8080/搜索 JSON 响应 enabled
This 技能 is de签名ed for self-hosted 环境s where the user wants a private and customizable 网页 搜索 capability inside their OpenClaw 代理.