Search Web

# search_web

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Search Web" with this command: npx skills add lokixshrishi/search-web

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

This skill is designed for self-hosted environments where the user wants a private and customizable web search capability inside their OpenClaw agent.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

baidu-search

Comprehensive search API integration for Baidu Qianfan Web Search. Use when Claude needs to perform web searches using Baidu Qianfan's enterprise search API....

Registry SourceRecently Updated
General

Self Memory Manager

管理 Claude 的记忆和工作流程优化。包括:(1) Context 使用管理 (2) 重要信息存档 (3) 定时总结 (4) 工作文件夹维护 用于:context 超过 80%、重要信息需要记录、每日总结、清理旧 session

Registry SourceRecently Updated
General

Seedance Video

Generate AI videos using ByteDance Seedance. Use when the user wants to: (1) generate videos from text prompts, (2) generate videos from images (first frame,...

Registry SourceRecently Updated