بنقرة واحدة
screenshot-annotator
Capture, annotate, and share screenshots with AI-powered descriptions using Peekaboo.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Capture, annotate, and share screenshots with AI-powered descriptions using Peekaboo.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Track your sports bets in a local CSV journal. Calculate ROI, CLV, win rate by sport/bet-type, and identify where you're actually making money.
Build optimal Daily Fantasy Sports lineups for DraftKings and FanDuel. Maximize projected points under salary cap constraints for NBA, NFL, and MLB slates.
Analyze market sentiment for stocks and crypto using Reddit, news headlines, and fear/greed indicators. Get a quick read on crowd psychology before trading.
Track hot and cold streaks for sports teams and players. Identify momentum patterns, ATS performance trends, and regression-to-mean signals.
Calculate portfolio rebalancing trades to hit target allocations. Supports stocks, crypto, and mixed portfolios.
Scan code and dependencies for security vulnerabilities. Check npm audit, pip safety, and common security issues.
| name | screenshot-annotator |
| description | Capture, annotate, and share screenshots with AI-powered descriptions using Peekaboo. |
| homepage | https://github.com/ianalloway/openclaw-skills |
| metadata | {"openclaw":{"emoji":"📸","os":["darwin"],"requires":{"bins":["peekaboo","curl"]},"install":[{"id":"brew","kind":"brew","formula":"steipete/tap/peekaboo","bins":["peekaboo"],"label":"Install Peekaboo (brew)"}]}} |
Capture screenshots with automatic UI element annotation and AI-powered descriptions. Built on top of Peekaboo for macOS UI automation.
brew install steipete/tap/peekaboo)peekaboo see --annotate --path /tmp/annotated-screen.png
peekaboo see --app "Safari" --annotate --path /tmp/safari-annotated.png
peekaboo see --annotate --analyze "Describe the main UI elements and their purpose" --path /tmp/analyzed.png
# 1. Capture the problematic state
peekaboo see --app "MyApp" --annotate --path /tmp/bug-screenshot.png
# 2. Get element IDs for the bug report
peekaboo list windows --app "MyApp" --json
# 3. Describe what's wrong
peekaboo see --app "MyApp" --analyze "Identify any UI issues or anomalies"
# Step 1: Capture initial state
peekaboo see --app "Finder" --annotate --path /tmp/step1.png
# Step 2: Click on target element
peekaboo click --on B3 --app "Finder"
# Step 3: Capture result
peekaboo see --app "Finder" --annotate --path /tmp/step2.png
# Before
peekaboo see --app "Settings" --path /tmp/before.png
# Make changes...
# After
peekaboo see --app "Settings" --path /tmp/after.png
# Analyze differences
peekaboo see --app "Settings" --analyze "Compare this to the previous state and describe changes"
peekaboo image --mode region --region 100,100,800,600 --path /tmp/region.png
peekaboo image --mode screen --retina --path /tmp/retina-screen.png
peekaboo menubar list --json
peekaboo see --mode menubar --annotate --path /tmp/menubar.png
for app in "Safari" "Finder" "Terminal"; do
peekaboo see --app "$app" --annotate --path "/tmp/${app}-annotated.png"
done
Screenshots are saved as PNG by default. Use --format jpg for JPEG output.
The --json flag outputs metadata including:
peekaboo see --annotate before clicking to identify element IDs--analyze with specific prompts for better AI descriptionspeekaboo click and peekaboo type for automated workflowspeekaboo permissions if captures failCreated by Ian Alloway - Data Scientist specializing in AI/ML.
MIT License