Skip to content

cerul-ai/cerul-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Cerul

Cerul CLI

The video search layer for AI agents.

Teach your AI agents to see — search by meaning across visual scenes, speech, and on-screen content.

Docs · Website · Main Repo · Follow on X

Release License Platforms


cerul search results with inline video frames

Install

curl -fsSL https://cli.cerul.ai/install.sh | bash

Quick Start

cerul login                                 # authenticate (opens browser)
cerul search "Sam Altman on AGI timeline"   # search videos
cerul usage                                 # check credits

Get a free API key at cerul.ai/dashboard.

Why a CLI?

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" --json

Use --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 config and toggle Images on.

Search Options

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

All Commands

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)

Agent Integration

Install the Cerul skill so your agent can search videos automatically:

npx skills add cerul-ai/cerul

Or 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

Links

License

MIT

About

The video search layer for AI agents — CLI

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors