The video search layer for AI agents — Claude Code plugin.
Teach your AI agents to see. Search video by meaning — across speech, visuals, and on-screen text.
# Step 1: Add the marketplace
/plugin marketplace add cerul-ai/cerul-plugin-cc
# Step 2: Install the plugin
/plugin install cerul@cerul-pluginThat's it. Claude Code will automatically set up the CLI and credentials on first use.
Once installed, just ask Claude naturally:
- "What did Sam Altman say about AGI timelines?"
- "Find Jensen Huang's comments on AI infrastructure at GTC"
- "Compare what Dario Amodei and Sam Altman said about open-source AI"
- "What did Andrej Karpathy explain about LLM training?"
The plugin adds a skill that Claude automatically invokes when you ask about video content. Under the hood it uses the Cerul CLI to search across indexed video transcripts.
- A Cerul API key — get one free at cerul.ai/dashboard
- The CLI is auto-installed on first use
- Cerul — product homepage
- CLI — command-line tool
- Python SDK —
pip install cerul - TypeScript SDK —
npm install cerul - Docs — full API reference