スキル一覧に戻る
vaoan

screenshots

by vaoan

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

SKILL.md


name: Screenshots description: Use this skill to read screenshots from the user's ShareX folder for visual game information. Covers finding recent screenshots and reading game UI state.

Screenshots Skill

This skill enables reading screenshots captured via ShareX to view visual game information.

ShareX Screenshot Location

Z:\Users\Heiner\Documents\ShareX\Screenshots\2025-12\

Screenshots are named with the pattern: {process}_{randomId}.{png|jpg}

  • FFXIV screenshots: ffxiv_dx11_*.png or ffxiv_dx11_*.jpg

Finding the Most Recent Screenshot

Get Latest FFXIV Screenshot

Use Glob to find recent screenshots, sorted by modification time (most recent first):

Glob pattern: ffxiv_dx11_*
Path: Z:\Users\Heiner\Documents\ShareX\Screenshots\2025-12

The first result is the most recent screenshot.

Example Workflow

  1. User takes screenshot with ShareX
  2. Claude uses Glob to find latest screenshot:
    Z:\Users\Heiner\Documents\ShareX\Screenshots\2025-12\ffxiv_dx11_*.png
    
  3. Claude uses Read tool to view the image
  4. Claude analyzes the visual content

Use Cases

Reading Game UI

  • API documentation from SND MacrosLibrary window
  • Current player position/zone from game UI
  • Addon states and configurations
  • Error messages or dialogs

Debugging

  • Visual confirmation of script behavior
  • UI state when something goes wrong
  • Plugin windows and settings

Complementary Tools

ToolPurpose
ShareX ScreenshotsVisual game state, UI, plugin windows
ChatTwo DebugScript echo output, error messages, debug logs

Use screenshots for what you see, use ChatTwo for what scripts output.

Folder Structure Note

ShareX organizes by year-month folders:

  • 2025-12 for December 2025
  • Adjust the path when month changes

スコア

総合スコア

40/100

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

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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