Agent skill
c-screen
Capture screenshots and extract text via OCR using `peekaboo`, and capture webcam images using `camsnap`. Enables visual analysis of screen content and camera input.
Install this agent skill to your Project
npx add-skill https://github.com/daxaur/openpaw/tree/main/skills/c-screen
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
# Screenshot a specific window by app name
peekaboo screenshot --app "Safari" --output window.png
# Screenshot and pipe to stdout for immediate analysis
peekaboo screenshot --stdout
camsnap — Webcam Capture
# Capture a single webcam frame
camsnap --output ~/Desktop/photo.jpg
# Capture with a specific camera device
camsnap --device 0 --output shot.jpg
# Capture and print file path
camsnap --output /tmp/cam.jpg && echo "Saved"
Usage Guidelines
- Use
peekaboo ocrwhen the user wants text extracted from the screen - Use
camsnaponly 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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
c-slack
Send messages and upload files to Slack channels using the `slack` CLI. Supports direct messages, channel posts, file uploads, and thread replies.
c-timer
Timers, alarms, and pomodoro — set countdowns with native notifications.
c-telegram
Bidirectional Telegram bridge — talk to Claude from your phone. Built into OpenPaw.
c-system
macOS Swiss Army Knife — control volume, wifi, battery, dock, display, trash, firewall, screensaver, shutdown, and more via m-cli.
c-tracking
Track packages across UPS, FedEx, USPS, and DHL using the `ordercli` CLI. Look up tracking numbers, get current status, estimated delivery dates, and shipment history without visiting carrier websites.
c-network
DNS lookups with doggo and readable HTTP requests with httpie — modern networking tools for the terminal.
Didn't find tool you were looking for?