Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

Claude Code Cafe ☕

Tools and plugins built with Claude Code.

Lightweight, zero-dependency CLIs that make working with Claude Code better.

Tools

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.

Philosophy

  • 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

Links