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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ceramic-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/ceramic-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 115 次。
如何安装 Ceramic Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ceramic-search」即可一键安装,无需额外配置。
Ceramic Search 是免费的吗?
是的,Ceramic Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Ceramic Search 支持哪些平台?
Ceramic Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ceramic Search?
由 nevin-ceramic(@nevin-ceramic)开发并维护,当前版本 v1.0.0。