screen-monitor
Installation
SKILL.md
Screen Monitor
This skill provides two ways for the agent to see and interact with your screen.
🟢 Path A: Fast Share (WebRTC)
Best for: Quick visual checks, restricted browsers, or non-technical environments.
Tools
screen_share_link: Generates a local WebRTC portal URL.screen_analyze: Captures the current frame from the portal and analyzes it with vision.
Usage:
# Get the link
bash command:"{baseDir}/references/get-share-url.sh"
# Analyze
bash command:"{baseDir}/references/screen-analyze.sh"