Claude Code Skill Screenshot
Description
Claude Code skill: capture macOS screenshots (full screen, region, window) so Claude can see what's on your screen
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
claude-code-skill-screenshot
[](https://www.patreon.com/AndersBjarby)
A [Claude Code](https://docs.claude.com/en/docs/claude-code) skill that lets Claude take macOS screenshots itself — full screen, a specific display, an exact region, an interactively-selected rectangle, or a specific window — using the built-in `screencapture` command.
The skill saves PNGs to `/tmp/claude-screenshots/` and hands the path back to Claude, which then reads the image and can describe what it sees. Useful when you're debugging a UI bug, want Claude to look at an error dialog, or just want to share what's on your screen without manually taking the shot and dragging it in.
What you can ask Claude to do
Once installed, just talk to Claude in plain language. The skill triggers automatically:
- "Take a screenshot of the whole screen"
- "Screenshot Safari" — captures the frontmost Safari window
- "Capture this window" — Claude will let you click which one
- "Show me what you see in VS Code"
- "Grab a screenshot — I'll select the area"
You don't need to remember any flags or commands.
Requirements
- macOS (any recent version — uses the built-in
/usr/sbin/screencapture) - Claude Code installed (install guide)
- Xcode Command Line Tools for the helper scripts that list windows/displays. If
swift --versionworks in your terminal, you're set. Otherwise install with:
(This pops up a system installer — takes a few minutes, no Xcode account needed.)xcode-select --install
Install
Step 1 — clone the repo into your Claude skills folder
git clone https://github.com/fltman/claude-code-skill-screenshot ~/.claude/skills/screenshot
The path `~/.claude/skills/screenshot` is where Claude Code looks for user-installed skills. The folder name (`screenshot`)
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11