Skip to main content
pipellm-websearch is the npm distribution for PipeLLM WebSearch as an OpenClaw plugin. It adds search, page-reading, and news tools to OpenClaw while using your PipeLLM API key for authentication and billing.

Package

Install

What the Plugin Adds

OpenClaw Plugin Config

Add the package to your openclaw.json:

Agent Tool Allowlist

Enable the tools for your agent:

Plugin Configuration

Notes

  • This package is currently documented as an OpenClaw plugin, not a generic SDK.
  • Use your PipeLLM API key from the Console.
  • Requests made through the plugin use route-based PipeLLM WebSearch billing: pipellm_web_search records websearch-deepsearch at 0.08,pipellmsimplesearchrecordswebsearchat0.08, `pipellm_simple_search` records `websearch` at 0.01, pipellm_web_reader records websearch-reader at 0.01,andpipellmnewssearchrecordswebsearchnewsat0.01, and `pipellm_news_search` records `websearch-news` at 0.08 per successful request.
  • The plugin does not send billing parameters; PipeLLM assigns the internal model name from the selected route.

OpenClaw

Configure OpenClaw to use PipeLLM

Deep Search

Use the full retrieval route over HTTP

npm Package

View the package on npm