{
  "markdown": "# claude-windows-screenshot-paste\n\n> A Claude Code skill that enables `Ctrl+V` screenshot pasting in the terminal on Windows.\n\n**Author:** [@sharooncs](https://github.com/sharooncs)\n\n---\n\nWindows Terminal cannot natively paste images from the clipboard. This skill installs an AutoHotkey v2 script that intercepts `Ctrl+V`, saves clipboard images as PNG files, and types the file path into the terminal — so Claude can read them directly.\n\n## Install as Plugin\n\n```bash\n/plugin marketplace add sharooncs/claude-windows-screenshot-paste\n```\n\nThen install the skill:\n\n```powershell\npowershell -ExecutionPolicy Bypass -File \"${CLAUDE_SKILL_DIR}\\scripts\\install.ps1\"\n```\n\n## Manual Install\n\n1. Copy `skills/windows-screenshot-paste/` into `~/.claude/skills/`\n2. Run the installer:\n\n```powershell\npowershell -ExecutionPolicy Bypass -File \"$env:USERPROFILE\\.claude\\skills\\windows-screenshot-paste\\scripts\\install.ps1\"\n```\n\n## Usage\n\n1. Press `Win+Shift+S` and snip any region of your screen\n2. Click back into your terminal\n3. Press `Ctrl+V`\n\nThe file path is typed automatically:\n```\nC:\\Users\\you\\Pictures\\Claude_Screenshots\\Screenshot_20260314_163045.png\n```\n\nClaude reads the image from that path.\n\n## Requirements\n\n- Windows 10 or 11\n- AutoHotkey v2 (installed automatically by the script)\n- Windows Terminal, PowerShell, or CMD\n\n## How It Works\n\n- Only activates inside Windows Terminal, PowerShell, and CMD\n- Detects bitmap on clipboard via Win32 `IsClipboardFormatAvailable` (CF_BITMAP=2, CF_DIB=8)\n- Saves image via PowerShell's `System.Windows.Forms.Clipboard.GetImage()`\n- Types the file path into the terminal with AutoHotkey `SendInput`\n\n## Files\n\n```\nskills/\n  windows-screenshot-paste/\n    SKILL.md                  ← Claude skill instructions\n    scripts/\n      ClaudeScreenshot.ahk    ← AutoHotkey v2 script\n      install.ps1             ← one-command installer\n```\n\n## License\n\nMIT\n",
  "bytes": 1893,
  "sha": "d3001537b2bc16850856d96a309f68ab9c462a1c5a57e92bd1b4a24d3aa17943",
  "repo_slug": "sharooncs/claude-windows-screenshot-paste",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_sharooncs_claude_windows_screenshot_past_502aebad/readme"
}