By chadpod
Claude Code plugin for capturing, viewing, and analyzing macOS screenshots within Claude.
npx claudepluginhub joshuarweaver/cascade-code-general-misc-3 --plugin chadpod-viewing-macos-screenshots-claude-code-pluginA Claude Code plugin that lets Claude view and analyze your macOS screenshots.
To install this plugin for your personal use in Claude Code:
/plugin marketplace add chadpod/viewing-macos-screenshots-claude-code-plugin
/plugin install viewing-macos-screenshots@viewing-macos-screenshots-claude-code-plugin
To make this plugin available for your team, add to your project's .claude/settings.json:
{
"extraKnownMarketplaces": {
"viewing-macos-screenshots-claude-code-plugin": {
"source": {
"source": "github",
"repo": "chadpod/viewing-macos-screenshots-claude-code-plugin"
}
}
},
"enabledPlugins": {
"viewing-macos-screenshots-claude-code-plugin:viewing-macos-screenshots": true
}
}
Once installed, just ask Claude to look at your screenshots:
Claude will automatically find and read your most recent screenshot(s) from wherever macOS saves them (Desktop by default).
The skill:
defaults read com.apple.screencapture location)Screenshot*.png or Screen Shot*.png filesMIT License - see LICENSE for details.
Chad Podoski (@chadpod)
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Creative skill for generating algorithmic and generative art. Produces visual designs using mathematical patterns, fractals, and procedural generation.
Frontend design skill for UI/UX implementation
Humanise text and remove AI writing patterns. Detects and fixes 24 AI tell-tales including inflated language, promotional tone, AI vocabulary, filler phrases, sycophantic tone, and formulaic structure.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.