Agent skill
wsl-screenshots
View Windows screenshots from WSL. Use when user mentions screenshot, screen capture, or asks to look at an image they just took.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/product/wsl-screenshots
SKILL.md
WSL Screenshots
When the user references a screenshot or asks you to look at an image:
-
Find the most recent screenshot:
bashls -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)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?