🤖
Screen Monitor
Dual-mode screen sharing and analysis. Model-agnostic (Gemini/Claude/Qwen3-VL).
安全通过
技能说明
name: screen-monitor description: Dual-mode screen sharing and analysis. Model-agnostic (Gemini/Claude/Qwen3-VL). metadata: {"clawdbot":{"emoji":"🖥️","requires":{"model_features":["vision"]}}}
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"
🔵 Path B: Full Control (Browser Relay)
Best for: Deep debugging, UI automation, and clicking/typing in tabs.
Setup
- Run
clawdbot browser extension install. - Load the unpacked extension from
clawdbot browser extension path. - Click the Clawdbot icon in your Chrome toolbar to Attach.
Tools
browser action:snapshot: Take a precise screenshot of the attached tab.browser action:click: Interact with elements (requiresprofile="chrome").
Technical Details
- Port: 18795 (WebRTC Backend)
- Files:
web/screen-share.html: The sharing portal.references/backend-endpoint.js: Frame storage server.
如何使用「Screen Monitor」?
- 打开小龙虾AI(Web 或 iOS App)
- 点击上方「立即使用」按钮,或在对话框中输入任务描述
- 小龙虾AI 会自动匹配并调用「Screen Monitor」技能完成任务
- 结果即时呈现,支持继续对话优化