@ceramicai

Ceramic Search

Ceramic Search

Current version
v1.0.2
code-pluginCommunitysource-linked

Ceramic Search

Web search for AI agents, powered by Ceramic — 100x cheaper and 10x faster than standard search APIs, with a 40B+ page index.

Registers ceramic_search as a native agent tool. The agent calls it automatically when it needs current or external information — no prompting required.

Installation

openclaw plugins install @ceramicai/openclaw-ceramic-search

Configuration

Get a free API key at platform.ceramic.ai/keys, then either export it as an environment variable:

export CERAMIC_API_KEY=your_api_key_here

Or set it directly in OpenClaw:

openclaw config set plugins.entries.ceramic-search.config.apiKey your_api_key_here

Tool Information

The ceramic_search tool accepts a natural language query and handles the rest:

  1. Query rewriting — an internal LLM call converts the natural language query into 1–3 optimised keyword queries for Ceramic's lexical search engine.
  2. Parallel search — all keyword queries are run in parallel against the Ceramic Search API.
  3. Deduplication — results are merged and deduplicated by URL.

Testing

openclaw agent --local --agent main --session-id test-ceramic-$RANDOM \
  --input "What are the top AI news stories right now?"

A successful run will show the agent invoking ceramic_search with a keyword query and returning a cited answer.

Source and release

Source repository

CeramicTeam/openclaw-ceramic

Open repo

Source commit

717ef3309f32b379aea568e2e46df57051beec0d

View commit

Install command

openclaw plugins install clawhub:@ceramicai/openclaw-ceramic-search

Metadata

  • Package: @ceramicai/openclaw-ceramic-search
  • Created: 2026/05/26
  • Updated: 2026/05/26
  • Executes code: Yes
  • Source tag: fix

Compatibility

  • Built with OpenClaw: 2026.3.24-beta.2
  • Plugin API range: >=2026.3.24-beta.2
  • Tags: latest
  • Files: 4