Ceramic Search
/install ceramic-search
Follow these steps to use Ceramic to search the web and obtain information from high-quality search results to support your response:
-
Rewrite the query for Ceramic's lexical (keyword-based) search engine before calling the tool. Ceramic matches exact keywords — it does not interpret natural language or synonyms automatically. Generate a keyword query of 2–10 words.
- Extract specific entities, topics, locations, and dates from the user's request
- Replace conversational phrasing with concrete keywords
- Include relevant synonyms explicitly when terminology is ambiguous
- Keep word order meaningful (
house catandcat housereturn different results) - Examples of good keyword queries:
- "2026 Super Bowl halftime performer"
- "California tenant security deposit return law"
- "OAuth 2.0"
- "Serena Williams Grand Slam titles"
- "California rent increase causes housing shortage 2025"
-
Call
ceramic_searchwith the rewritten keyword query. Use the defaultmaxDescriptionLengthof 3000 unless the user needs more detail (max 8000). The tool returns up to 10 results ranked by relevance. -
Retrieve top sources from the
resultsarray. Each result includesrank,title,url, anddescription. -
Summarize with citations — write a concise answer drawing from the result descriptions, then list sources as numbered references:
Sources
Only cite sources whose descriptions contributed to the answer. If the search returns no useful results, refine the query with more specific keywords and try again before giving up.
If ceramic_search returns an auth error, run mcporter auth ceramic to re-authenticate via OAuth before retrying.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ceramic-search - After installation, invoke the skill by name or use
/ceramic-search - Provide required inputs per the skill's parameter spec and get structured output
What is Ceramic Search?
Search the web using Ceramic and obtain high-quality search results. Use this skill whenever you need current or external context to answer accurately, inclu... It is an AI Agent Skill for Claude Code / OpenClaw, with 115 downloads so far.
How do I install Ceramic Search?
Run "/install ceramic-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ceramic Search free?
Yes, Ceramic Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ceramic Search support?
Ceramic Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ceramic Search?
It is built and maintained by nevin-ceramic (@nevin-ceramic); the current version is v1.0.0.