Search1API
Integrations

OpenClaw

Give OpenClaw live web search, news, page retrieval, sitemap discovery, and trending topics with the native openclaw-search1api plugin from ClawHub.

openclaw-search1api is a native OpenClaw plugin that gives the gateway live web access through Search1API — web search, news search, readable page retrieval, sitemap discovery, and trending topics.

Unlike an MCP bridge, the plugin registers these as first-class OpenClaw tools.

Install

Install from ClawHub:

openclaw plugins install clawhub:@fatwang2/openclaw-search1api

Restart or reload the OpenClaw Gateway after installation, then verify the runtime:

openclaw plugins inspect search1api --runtime --json

Authentication

Use one of these methods:

  1. Set SEARCH1API_KEY in the OpenClaw Gateway environment.
  2. Install search1api-cli and run s1 login once; the plugin reuses the same OAuth session.
  3. Store an apiKey through OpenClaw's secret-management facilities.

Create a key in the Search1API dashboard if you are using the environment variable.

What the agent can do

ToolWhat it does
search1api_searchLive web search
search1api_newsNews search
search1api_crawlRead a public URL as clean Markdown
search1api_sitemapEnumerate a site's URLs
search1api_trendingTrending GitHub repos or Hacker News stories

Credits

Search and news requests cost one credit each; crawling a page costs one additional credit per successfully crawled page. New accounts receive 100 credits without a credit card. See Credits and limits for current rates.

Source

github.com/superagents-lab/openclaw-search1api

On this page