Screenshot Capture
Cross-platform desktop/app/window/region screenshot capture with a macOS permission preflight
Test report
- Verdict
- Tested · Didn't pass
- Tested
- Jul 15, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 1d967bf
Ran the bundled macOS helper live: the mandatory Swift preflight check crashed with a toolchain/SDK mismatch and produced zero output, while a plain `screencapture -x` command (the skill's own documented fallback) succeeded instantly with an identical result.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 3/10
- Docs & honesty 3/5
What Screenshot Capture does
Captures full-screen, specific-app/window, or pixel-region screenshots on macOS, Linux, and Windows using OS-native tools (screencapture, scrot/gnome-screenshot/import, or a PowerShell helper), with a Swift-based Screen Recording permission preflight on macOS. Triggers when a user explicitly asks for a desktop/system screenshot or when no better tool-specific capture (Figma MCP, Playwright) is available; the macOS preflight can fail on machines with a mismatched Xcode toolchain, falling back to a documented direct screencapture command.
How to install Screenshot Capture
git clone https://github.com/VoDaiLocz/KILO-KIT
cd KILO-KIT
mkdir -p ~/.claude/skills
cp -r skills/ai-media/screenshot ~/.claude/skills/screenshot
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Screenshot Capture
-
/screenshotCross-platform desktop/app/window/region screenshot capture with a macOS permission preflight
It also activates on plain-language prompts like these:
-
Take a full-screen screenshot of my desktop and save it here -
Capture just the Terminal window as a PNG file for me -
Grab a screenshot of the top-left region of my screen
Frequently asked questions
- Is the Screenshot Capture skill free?
- Yes. The skill itself is free from VoDaiLocz/KILO-KIT. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Screenshot Capture work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Didn't pass. Ran the bundled macOS helper live: the mandatory Swift preflight check crashed with a toolchain/SDK mismatch and produced zero output, while a plain `screencapture -x` command (the skill's own documented fallback) succeeded instantly with an identical result.
- How do I install Screenshot Capture?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Screenshot Capture with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.