npx skills add https://github.com/daxaur/openpaw --skill c-screen使 Claude 能够使用 peekaboo 和 camsnap 进行屏幕截图、通过 OCR 从屏幕提取文本以及捕获网络摄像头图像以进行视觉分析。
peekaboo — 屏幕截图与 OCR# 截取全屏并保存到文件
peekaboo screenshot --output ~/Desktop/screen.png
# 截取屏幕并通过 OCR 提取所有文本
peekaboo ocr
# 对特定区域进行 OCR (x, y, width, height)
peekaboo ocr --region 0,0,1280,720
# 按应用程序名称截取特定窗口
peekaboo screenshot --app "Safari" --output window.png
# 截图并输出到标准输出以进行即时分析
peekaboo screenshot --stdout
camsnap — 网络摄像头捕获# 捕获单帧网络摄像头画面
camsnap --output ~/Desktop/photo.jpg
# 使用特定摄像头设备捕获
camsnap --device 0 --output shot.jpg
# 捕获并打印文件路径
camsnap --output /tmp/cam.jpg && echo "Saved"
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
peekaboo ocrcamsnappeekaboo 需要 macOS 屏幕录制权限camsnap 需要摄像头权限每周安装数
1
代码仓库
GitHub 星标数
73
首次出现
1 天前
安全审计
安装于
mcpjam1
claude-code1
replit1
junie1
windsurf1
zencoder1
Enables Claude to take screenshots, extract text from the screen via OCR, and capture webcam images for visual analysis using peekaboo and camsnap.
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"
peekaboo ocr when the user wants text extracted from the screencamsnap only when the user explicitly wants a webcam imagepeekaboocamsnapWeekly Installs
1
Repository
GitHub Stars
73
First Seen
1 day ago
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
mcpjam1
claude-code1
replit1
junie1
windsurf1
zencoder1
通过 LiteLLM 代理让 Claude Code 对接 GitHub Copilot 运行 | 高级变通方案指南
31,600 周安装