Native OpenClaw tools for live web search, news, page retrieval, sitemap discovery, and trending topics.
openclaw plugins install clawhub:@fatwang2/openclaw-search1apiRestart or reload the OpenClaw Gateway after installation, then verify the runtime:
openclaw plugins inspect search1api --runtime --jsonUse one of these methods:
- Set
SEARCH1API_KEYin the OpenClaw Gateway environment. - Install
search1api-cliand runs1 loginonce; the plugin reuses the same OAuth session. - Set the optional plugin
apiKeyconfiguration using OpenClaw's secret-management facilities.
Get an API key at search1api.com.
search1api_search— search the live websearch1api_news— search current newssearch1api_crawl— retrieve readable page contentsearch1api_sitemap— discover site linkssearch1api_trending— explore GitHub or Hacker News trends
npm install
npm run plugin:build
npm run plugin:validate
npm testMIT