スキル一覧に戻る
chadpod

viewing-macos-screenshots

by chadpod

Claude Code plugin to view and analyze macOS screenshots

0🍴 0📅 2025年12月10日
GitHubで見るManusで実行

SKILL.md


name: viewing-macos-screenshots description: View and analyze macOS screenshots. Use when the user mentions screenshots, asks to see what they captured, says "look at my screenshot", "examine my last X screenshots", or wants help with something they screenshotted.

Viewing macOS Screenshots

Instructions

When the user wants to see or discuss their screenshots:

  1. Determine how many screenshots the user wants:

    • Default: 1 (most recent)
    • If user says "last 3 screenshots" or "last X screenshots", use that number
  2. Find the screenshot location:

    defaults read com.apple.screencapture location 2>/dev/null || echo "$HOME/Desktop"
    
  3. Find the screenshot files (sorted by most recent):

    # For N screenshots, use head -N
    ls -t "$SCREENSHOT_DIR"/Screenshot*.png "$SCREENSHOT_DIR"/"Screen Shot"*.png 2>/dev/null | head -N
    
  4. Read each image using the Read tool with the file path(s).

  5. Describe and analyze what you see, then ask if the user has questions or needs help with what's shown.

Trigger Phrases

Activate this skill when the user says things like:

  • "look at my screenshot"
  • "see what I captured"
  • "check this screenshot"
  • "what's in my latest screenshot"
  • "examine my last 3 screenshots"
  • "show me my recent screenshots"
  • "I just took a screenshot"
  • "here's a screenshot" (without providing a path)

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です