← 返回
效率工具 中文

Search Web

Performs internet searches via a self-hosted SearXNG instance, returning recent, structured web results with titles and URLs.
通过自建的 SearXNG 实例执行互联网搜索,返回包含标题和 URL 的最新结构化网页结果。
lokixshrishi
效率工具 clawhub v1.0.0 1 版本 99902.2 Key: 无需
★ 0
Stars
📥 1,021
下载
💾 22
安装
1
版本
#latest

概述

search_web

A local OpenClaw tool that performs internet searches using a self-hosted SearXNG instance.

This skill connects an OpenClaw agent to a running SearXNG server so the agent can retrieve

recent information from the internet. It sends a search query to the SearXNG HTTP API and

returns structured results containing titles and URLs.

Why this skill exists

Language models often need information that may be newer than their training data.

By connecting the agent to a self-hosted SearXNG instance, the system can retrieve

fresh results from the web while remaining privacy-friendly and avoiding proprietary APIs.

Typical agent use cases

An agent should call this tool when it needs to:

  • find recent news or research
  • check documentation for a technology
  • verify facts from external sources
  • gather links for further reading
  • retrieve current information about blockchain, AI, or cybersecurity

Parameters

query (string)

The search query that will be sent to the SearXNG search endpoint.

Example query:

latest blockchain security research

Output format

The tool returns JSON containing the top search results.

Example output:

[

{

"title": "Example article title",

"url": "https://example.com/article"

}

]

Requirements

  • SearXNG running locally
  • Default endpoint: http://localhost:8080/search
  • JSON response enabled

This skill is designed for self-hosted environments where the user wants a

private and customizable web search capability inside their OpenClaw agent.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 11:30 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 115,005
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 440 📥 148,327
productivity

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 433 📥 103,886