ceramic_search as a native agent tool, handles rewriting natural language queries into keyword queries internally via an LLM call, and runs searches in parallel with deduplication. This produces more consistent and higher-quality results than the prompt-based skill approach. OpenClaw agents also generally remember to call Ceramic search more with the plugin, as skills are merely system prompt-level suggestions that agents aren’t required to follow.
The skill is simpler in that the instructions for query rewriting are included in the skill description, and there is no additional LLM call. The skill may also be easier to customize.
Setup
1. API key
Obtain and set your Ceramic API key:Get API Key
Create a Ceramic account for free to get an API key.
~/.zshrc, ~/.bashrc, or equivalent.
If using the plugin, you can also do:
2. Installation
To install the plugin, run:3. Allow the plugin and expose the tool
If using the plugin, do:4. Modify TOOLS.md
Add the following to~/.openclaw/workspace/TOOLS.md (create the file if it doesn’t exist) to ensure Ceramic search gets used:
ceramic_search tool” with “ceramic-search skill” if using the skill instead of the plugin.
5. Disable competing web search tools
6. Restart the gateway
7. Test it
ClawHub Plugin
View plugin
ClawHub Skill
View skill
GitHub
View source code

