| name | c-screen |
| description | Capture screenshots and extract text via OCR using `peekaboo`, and capture webcam images using `camsnap`. Enables visual analysis of screen content and camera input. |
| tags | ["screenshot","ocr","webcam","peekaboo","camsnap","vision"] |
What This Skill Does
Enables Claude to take screenshots, extract text from the screen via OCR, and capture webcam images for visual analysis using peekaboo and camsnap.
Available CLI Tools
peekaboo — Screenshots & OCR
peekaboo screenshot --output ~/Desktop/screen.png
peekaboo ocr
peekaboo ocr --region 0,0,1280,720
peekaboo screenshot --app "Safari" --output window.png
peekaboo screenshot --stdout
camsnap — Webcam Capture
camsnap --output ~/Desktop/photo.jpg
camsnap --device 0 --output shot.jpg
camsnap --output /tmp/cam.jpg && echo "Saved"
Usage Guidelines
- Use
peekaboo ocr when the user wants text extracted from the screen
- Use
camsnap only when the user explicitly wants a webcam image
- After capturing, read the image file to analyze its contents visually
Notes
- macOS screen recording permission required for
peekaboo
- Camera permission required for
camsnap
- OCR accuracy depends on font size and screen resolution