Skip to content

CeramicTeam/openclaw-ceramic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenClaw Ceramic

Web-scale search for your OpenClaw agent, powered by Ceramic — 100x cheaper and 10x faster than standard search APIs, with a 40B+ page index.

Installation

1. Install the skill:

openclaw skills install ceramic-search

2. Set your API key: Get a Ceramic API key for free at platform.ceramic.ai/keys and export it:

export CERAMIC_API_KEY=your_api_key_here

To persist it across sessions, add the line above to your ~/.zshrc, ~/.bashrc, or equivalent.

3. Restart the gateway:

openclaw gateway restart

Usage

Once installed, your agent will use Ceramic automatically whenever it needs to search the web. You can also ask explicitly:

"Search for the latest news on X" "Look up the current price of Y" "Find recent research on Z"

Pricing

See ceramic.ai/pricing for details.

Troubleshooting

Auth errors: Check that CERAMIC_API_KEY is set correctly in your environment (echo $CERAMIC_API_KEY), then run openclaw gateway restart.

Skill not found: Run openclaw skills list to confirm the skill installed, then restart the gateway.

About

OpenClaw integration with Ceramic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors