> ## Documentation Index
> Fetch the complete documentation index at: https://docs.keenable.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# OpenClaw

> A web-search provider for OpenClaw, installable from ClawHub or npm.

*Search provider plugin*

A web-search provider for OpenClaw, installable from ClawHub or npm. It slots in next to the built-in providers.

→ [@keenable/openclaw-search on npm](https://www.npmjs.com/package/@keenable/openclaw-search)

<video controls poster="https://app.keenable.ai/integrations/openclaw.jpg" src="https://app.keenable.ai/integrations/openclaw.mp4" style={{ width: '100%', borderRadius: '12px' }} />

Plugin install, enable, and a first search.

<video controls poster="https://app.keenable.ai/integrations/openclaw-agent.jpg" src="https://app.keenable.ai/integrations/openclaw-agent.mp4" style={{ width: '100%', borderRadius: '12px' }} />

A live agent turn: web\_search routes through Keenable and the answer cites its sources.

## Install

### Install the plugin

Install from npm:

```bash theme={"dark"}
openclaw plugins install @keenable/openclaw-search
```

Or install from ClawHub:

```bash theme={"dark"}
openclaw plugins install clawhub:keenable/openclaw-search
```

### Select Keenable

Pick Keenable as the web-search provider. Requires OpenClaw 2026.6.1 or newer.

<Note>
  Set `KEENABLE_API_KEY` to authenticate — this removes the hourly request cap. Without a key, calls run on the shared public tier at [lower rate limits](/rate-limits).
</Note>
