@keenable

Keenable

Keenable web search provider plugin for OpenClaw (keyless by default; API key lifts rate limits).

Current version
v0.1.1
code-pluginCommunitysource-linked

@keenable/openclaw-search

Keenable web search provider plugin for OpenClaw — a third-party plugin (not bundled in OpenClaw core), distributed via ClawHub / npm.

Registers keenable as a web search provider alongside the built-in brave / duckduckgo providers. Returns titles, URLs, and snippets for a query, with optional mode (pro/realtime), site, and date filters.

Install

openclaw plugins install clawhub:keenable/openclaw-search
# or, from npm:
openclaw plugins install @keenable/openclaw-search

Setup

Keyless by default — install it, pick it as your web search provider, and it works with no API key (Keenable's public endpoint, rate-limited).

To raise the rate limits, add an API key (optional):

openclaw configure --section web    # store the Keenable API key
# or set KEENABLE_API_KEY in the Gateway environment

Create a key at https://keenable.ai/console. With a key the provider calls the authenticated endpoint (/v1/search); without one it calls the public keyless endpoint (/v1/search/public).

Config

{
  "plugins": {
    "entries": {
      "keenable": {
        "config": {
          "webSearch": {
            "apiKey": "keen_...",     // or KEENABLE_API_KEY env var
            "mode": "pro",            // "pro" (default) | "realtime"
            "baseUrl": "https://api.keenable.ai"
          }
        }
      }
    }
  }
}

Develop

npm install
npm run build        # tsc → dist/ (runtime JS the host loads)

See PUBLISH.md for release steps.

Source and release

Source repository

keenableai/keenable-integrations

Open repo

Source commit

043281ae183b95892227ccefcd46ce27752f021e

View commit

Install command

openclaw plugins install clawhub:@keenable/openclaw-search

Metadata

  • Package: @keenable/openclaw-search
  • Created: 2026/06/16
  • Updated: 2026/06/16
  • Executes code: Yes
  • Source tag: main

Compatibility

  • Built with OpenClaw: 2026.6.2
  • Plugin API range: >=2026.6.2
  • Tags: latest
  • Files: 11