Tools and plugins built with Claude Code.
Lightweight, zero-dependency CLIs that make working with Claude Code better.
| Tool | What it does | Install |
|---|---|---|
| vshot | Extract video frames into montage grids for AI analysis | brew install ClaudeCodeCafe/tap/vshot |
| cping | Check Claude's service status from the terminal | brew install ClaudeCodeCafe/tap/cping |
| pickel | Search through your Claude Code conversation logs | brew install ClaudeCodeCafe/tap/pickel |
All tools are also available via pip (pipx install cping-cli, pipx install pickel-cli) or direct download.
- Thin wrappers — Each tool is a single script doing one thing well
- Zero dependencies — Python stdlib or bash only. No node_modules, no venv needed
- Works with AI — Tools that AI assistants can call, not just humans