← スキル一覧に戻る

wsl-screenshots
by ViperJuice
⭐ 0🍴 0📅 2026年1月24日
SKILL.md
name: wsl-screenshots description: View Windows screenshots from WSL. Use when user mentions screenshot, screen capture, or asks to look at an image they just took.
WSL Screenshots
When the user references a screenshot or asks you to look at an image:
-
Find the most recent screenshot:
ls -t ~/screenshots/ | head -1 -
View the file using the Read tool with the full path:
~/screenshots/<filename>
The ~/screenshots directory is symlinked to the Windows Screenshots folder.
Notes
- Screenshots are typically PNG files
- Filenames include timestamps (e.g.,
Screenshot 2024-01-15 143052.png) - The symlink is created by the dotfiles bootstrap script
- If ~/screenshots doesn't exist, the symlink wasn't created (non-WSL or missing Windows folder)
スコア
総合スコア
50/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
レビュー
💬
レビュー機能は近日公開予定です