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
| Item | Value |
|---|---|
| Package name | pipellm-websearch |
| Distribution | npm |
| Primary use | OpenClaw plugin |
| Repository | https://github.com/PipeLlm-AI/pipellm-websearch-plugin |
Install
What the Plugin Adds
| Tool | Description | Public route |
|---|---|---|
pipellm_web_search | Deep web search with content extraction and relevance ranking | /v1/websearch/search |
pipellm_simple_search | Faster search returning search snippets | /v1/websearch/simple-search |
pipellm_web_reader | Read a web page and return clean text | /v1/websearch/reader |
pipellm_news_search | Search recent news with retrieval support | /v1/websearch/search-news |
OpenClaw Plugin Config
Add the package to youropenclaw.json:
Agent Tool Allowlist
Enable the tools for your agent:Plugin Configuration
| Field | Required | Default | Description |
|---|---|---|---|
apiKey | Yes | — | PipeLLM API key |
apiEndpoint | No | https://api.pipellm.ai | Override only for self-hosted deployments |
Notes
- This package is currently documented as an OpenClaw plugin, not a generic SDK.
- Use your PipeLLM API key from the Console.
- Search requests made through the plugin use PipeLLM WebSearch billing.
Related Docs
OpenClaw
Configure OpenClaw to use PipeLLM
Deep Search
Use the full retrieval route over HTTP
npm Package
View the package on npm