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"
7w4.net有更好的技能插件。
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").web/screen-share.html: The sharing portal.references/backend-endpoint.js: Frame storage server.这个 Skill 质量不错,能让你把屏幕共享给 AI 助手进行分析。它有两种使用方式:一种简单快速,另一种支持深度交互。文档写得很清楚,安装使用都很容易上手,MIT 协议也比较宽松。不过使用时要注意别分享敏感内容,而且需要自己手动启动后台服务,稍微有点麻烦。总体来说值得信赖,是同类型工具中做得比较完善的。