Back to the catalog

ceramic-search

This is the plugin for Ceramic search, a high-quality web search tool for AI agents. Here is the official page for Ceramic ai: https://www.c

Open source Repository Open in the app JSON README (API)

About

This is the plugin for Ceramic search, a high-quality web search tool for AI agents. Here is the official page for Ceramic ai: https://www.ceramic.ai/ The plugin connects to the Ceramic MCP server so that users can invoke Ceramic search while using Claude Code.

Details

Kind
Plugins
Topic
Web search, scraping & browser
Publisher
ceramicteam
Origin
marketplace
Category
ferramentas
Last push
2026-05-28T16:53:43Z
Repository state
ativo
Added
2026-08-30 01:48:58
Updated
2026-08-30 01:48:58
Origin id
ceramicteam/ceramic-claude-code-plugins/ceramic-search

README

# Ceramic Claude Code Plugins

Claude Code plugins for [Ceramic AI](https://docs.ceramic.ai).

## Plugins

| Plugin | Description |
|--------|-------------|
| `ceramic-search` | High quality web search for AI agents using Ceramic |

## Installation

### Step 1 — Register the marketplace

```bash
claude plugin marketplace add CeramicTeam/ceramic-claude-code-plugins
```

This clones the repo and makes the plugins discoverable in Claude Code. The plugins are not installed yet.

### Step 2 — Install the plugin

```bash
claude plugin install ceramic-search@ceramic-ai
```

Or from within a Claude Code session:

```
/plugin install ceramic-search@ceramic-ai
```

### Step 3 — Start a new Claude Code session and authenticate

Claude will call the skill automatically whenever it needs current information from the web. On first use, Claude Code will detect that authentication is required and open a browser window to complete the **WorkOS OAuth** flow. Sign in or create an account, then return to Claude Code — authentication is handled automatically.


## Links

- [Ceramic documentation](https://docs.ceramic.ai)
- [Ceramic API reference](https://docs.ceramic.ai/api-reference/search)
- [Ceramic MCP server](https://docs.ceramic.ai/mcp/ceramic-mcp)

More