Screenshot Update banner
eoldford eoldford

Screenshot Update

Git community

Description

Update the installed `/screenshot` skill to the latest version from the Screenshot Capture GitHub repo, while preserving your configured save path. Steps: 1. Find your installed skill file in your home directory — check `~/.claude/commands/screenshot.md` first, then `~/.codex/commands/screenshot.md` (or the equivalent custom-command path for your agent). Read its current content. If none is found there, also check the current project's `.claude/commands/screenshot.md` / `.codex/commands/screens

Installation

Installs to ~/.claude/commands/eoldford-screenshot_capture-screenshot-update.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/eoldford/Screenshot_Capture/HEAD/.claude/commands/screenshot-update.md -o ~/.claude/commands/eoldford-screenshot_capture-screenshot-update.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository