Install
openclaw skills install ceramic-searchSearch the web using Ceramic and obtain high-quality search results. Use this skill whenever you need current or external context to answer accurately, including when the user asks you to search, when your knowledge may be outdated, or when the task requires facts you cannot reliably recall.
openclaw skills install ceramic-searchFollow 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.
house cat and cat house return different results)Call ceramic_search with the rewritten keyword query. Use the default maxDescriptionLength of 3000 unless the user needs more detail (max 8000). The tool returns up to 10 results ranked by relevance.
Retrieve top sources from the results array. Each result includes rank, title, url, and description.
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.