name: screen-monitor description: Dual-mode screen sharing and analysis. Model-agnostic (Gemini/Claude/Qwen3-VL). metadata: {"clawdbot":{"emoji":"🖥️","requires":{"model_features":["vision"]}}}
This skill provides two ways for the agent to see and interact with your screen.
Best for: Quick visual checks, restricted browsers, or non-technical environments.
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"
Best for: Deep debugging, UI automation, and clicking/typing in tabs.
clawdbot browser extension install.clawdbot browser extension path.browser action:snapshot: Take a precise screenshot of the attached tab.browser action:click: Interact with elements (requires profile="chrome").來源於7w4.net。
web/screen-share.html: The sharing portal.references/backend-endpoint.js: Frame storage server.這個 Skill 質量不錯,能讓你把螢幕共享給 AI 助手進行分析。它有兩種使用方式:一種簡單快速,另一種支援深度互動。文件寫得很清楚,安裝使用都很容易上手,MIT 協議也比較寬鬆。不過使用時要注意別分享敏感內容,而且需要自己手動啟動後臺服務,稍微有點麻煩。總體來說值得信賴,是同類型工具中做得比較完善的。