c-screen

Installation
SKILL.md

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

# Take a full screenshot and save to file
peekaboo screenshot --output ~/Desktop/screen.png

# Take screenshot and extract all text via OCR
peekaboo ocr

# OCR a specific region (x, y, width, height)
peekaboo ocr --region 0,0,1280,720
Installs
14
Repository
daxaur/openpaw
GitHub Stars
167
First Seen
Mar 9, 2026
c-screen — daxaur/openpaw