@ceramicai

Ceramic Search

Ceramic Search

当前版本
v1.0.2
code-plugin社区source-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.

源码与版本

源码仓库

CeramicTeam/openclaw-ceramic

打开仓库

源码提交

717ef3309f32b379aea568e2e46df57051beec0d

查看提交

安装命令

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

元数据

  • 包名: @ceramicai/openclaw-ceramic-search
  • 创建时间: 2026/05/26
  • 更新时间: 2026/05/26
  • 执行代码:
  • 源码标签: fix

兼容性

  • 构建于 OpenClaw: 2026.3.24-beta.2
  • 插件 API 范围: >=2026.3.24-beta.2
  • 标签: latest
  • 文件数: 4