Screen Monitor

👤 emasoudy 📦 v1.0.1 ⭐ 4.2 ⬇️ 6.7K 下載
🤖 AI-Agent 免費

📖 技能介紹


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)

發現更多技能外掛,請訪問7w4.net。

Best for: Deep debugging, UI automation, and clicking/typing in tabs.

Setup

  1. Run clawdbot browser extension install.
  2. Load the unpacked extension from clawdbot browser extension path.
  3. 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 (requires profile="chrome").

Technical Details

  • Port: 18795 (WebRTC Backend)
  • Files:
  • web/screen-share.html: The sharing portal.
  • references/backend-endpoint.js: Frame storage server.

🤖 AI 評測

這個 Skill 質量不錯,能讓你把螢幕共享給 AI 助手進行分析。它有兩種使用方式:一種簡單快速,另一種支援深度互動。文件寫得很清楚,安裝使用都很容易上手,MIT 協議也比較寬鬆。不過使用時要注意別分享敏感內容,而且需要自己手動啟動後臺服務,稍微有點麻煩。總體來說值得信賴,是同類型工具中做得比較完善的。

📊 多維度評分

適應性4.3
規範性4.2
有效性4.4
可靠性4
可信度4.3

📁 包含檔案 (10 個)

📄 README.md 664 B
📄 SKILL.md 1.4 KB
📄 _meta.json 133 B
📄 manifest.json 1.1 KB
📄 references/backend-endpoint.js 2.4 KB
📄 references/env-check.sh 460 B
📄 references/get-share-url.sh 228 B
📄 references/screen-analyze.sh 737 B
📄 skill-card.md 2.2 KB
📄 web/screen-share.html 6.2 KB