The video search layer for AI agents.
Teach your AI agents to see — search by meaning across visual scenes, speech, and on-screen content.
curl -fsSL https://cli.cerul.ai/install.sh | bashcerul login # authenticate (opens browser)
cerul search "Sam Altman on AGI timeline" # search videos
cerul usage # check creditsGet a free API key at cerul.ai/dashboard.
AI coding agents (Claude Code, Codex, Cursor, Cline) can run shell commands. Give them access to cerul search and they can find evidence from video — who said what, when, in which talk.
# An agent can run this directly
cerul search "Jensen Huang on AI infrastructure" --json
# Or as part of a multi-step research workflow
cerul search "scaling laws explained" --speaker "Ilya Sutskever" --jsonUse --json for structured output that agents can parse. Without --json, results are formatted for humans with inline video frames, clickable links, and color.
Inline video frame previews are supported in iTerm2, WezTerm, and Kitty. Enable with
cerul configand toggle Images on.
cerul search "query" # basic search
cerul search "query" --max-results 10 # more results (1-50)
cerul search "query" --ranking-mode rerank # LLM reranking
cerul search "query" --include-answer # AI summary (2 credits)
cerul search "query" --speaker "Sam Altman" # filter by speaker
cerul search "query" --published-after 2025-01-01
cerul search "query" --source youtube
cerul search "query" --json # raw JSON for scripts/agents| Command | Description |
|---|---|
cerul search <query> |
Search indexed videos |
cerul usage |
Check credits and rate limits |
cerul login / logout |
Authenticate |
cerul config |
Interactive settings |
cerul history |
Browse and re-run past searches |
cerul upgrade |
Self-update to latest version |
cerul completions <shell> |
Shell completions (bash/zsh/fish) |
Install the Cerul skill so your agent can search videos automatically:
npx skills add cerul-ai/cerulOr point your agent directly at the skill file:
Install the Cerul video search skill by reading and following https://github.com/cerul-ai/cerul/blob/main/skills/cerul/SKILL.md
- Python SDK —
pip install cerul - TypeScript SDK —
npm install cerul - Main repo — docs, skills, remote MCP
