c-screen
について
c-screenスキルは、Claudeがスクリーンショットの撮影とOCRテキスト抽出、および視覚分析のためのウェブカメラ画像の取得を可能にします。このスキルは、全画面/領域指定スクリーンショット、ウィンドウキャプチャ、即時OCR処理のツールを提供します。アプリケーション内で画面コンテンツやカメラ入力をプログラム的に分析する必要がある場合に、このスキルをご利用ください。
クイックインストール
Claude Code
推奨npx skills add daxaur/openpaw -a claude-code/plugin add https://github.com/daxaur/openpawgit clone https://github.com/daxaur/openpaw.git ~/.claude/skills/c-screenこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします
ドキュメント
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
GitHub リポジトリ
Frequently asked questions
What is the c-screen skill?
c-screen is a Claude Skill by daxaur. Skills package instructions and resources that Claude loads on demand, so Claude can perform c-screen-related tasks without extra prompting.
How do I install c-screen?
Use the install commands on this page: add c-screen to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.
What category does c-screen belong to?
c-screen is in the Design category, tagged screenshot, ocr, webcam, peekaboo, camsnap and vision.
Is c-screen free to use?
Yes. c-screen is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.
関連スキル
executing-plansスキルは、完全な実装計画があり、それを管理されたバッチでレビューチェックポイントを設けながら実行する場合に使用します。このスキルは計画を読み込んで批判的にレビューした後、小さなバッチ(デフォルトは3タスク)でタスクを実行し、各バッチの間に進捗状況を報告してアーキテクトのレビューを受けます。これにより、品質管理チェックポイントが組み込まれた体系的な実装が保証されます。
このスキルは、コードレビュアーサブエージェントを起動し、処理を進める前に要件に対してコード変更を分析します。タスク完了後、主要な機能の実装後、またはmainブランチへのマージ前などに使用すべきです。このレビューは、現在の実装と元の計画を比較することで、問題を早期に発見するのに役立ちます。
このスキルは、開発者がHTTP、stdio、またはSSEトランスポートを使用してMCPサーバーをClaude Codeに接続するための包括的なガイドを提供します。GitHub、Notion、カスタムAPIなどの外部サービスを統合するためのインストール、設定、認証、セキュリティについて解説しています。MCP統合のセットアップ、外部ツールの設定、またはClaudeのModel Context Protocolを扱う際にご利用ください。
このスキルは、タスク分析に基づいて開発者がClaude Code WebとCLIインターフェースの選択を支援し、これらの環境間でのシームレスなセッションテレポーテーションを可能にします。Web、CLI、モバイル環境を切り替える際のセッション状態とコンテキストを管理することで、ワークフローを最適化します。様々な段階で異なるツールを必要とする複雑なプロジェクトにご活用ください。
