{
  "schemaVersion": "1.0",
  "item": {
    "slug": "screen-monitor",
    "name": "Screen Monitor",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/emasoudy/screen-monitor",
    "canonicalUrl": "https://clawhub.ai/emasoudy/screen-monitor",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/screen-monitor",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=screen-monitor",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "manifest.json",
      "references/backend-endpoint.js",
      "references/env-check.sh",
      "references/get-share-url.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/screen-monitor"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/screen-monitor",
    "agentPageUrl": "https://openagent3.xyz/skills/screen-monitor/agent",
    "manifestUrl": "https://openagent3.xyz/skills/screen-monitor/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/screen-monitor/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Screen Monitor",
        "body": "This skill provides two ways for the agent to see and interact with your screen."
      },
      {
        "title": "🟢 Path A: Fast Share (WebRTC)",
        "body": "Best for: Quick visual checks, restricted browsers, or non-technical environments."
      },
      {
        "title": "Tools",
        "body": "screen_share_link: Generates a local WebRTC portal URL.\nscreen_analyze: Captures the current frame from the portal and analyzes it with vision.\n\nUsage:\n\n# Get the link\nbash command:\"{baseDir}/references/get-share-url.sh\"\n\n# Analyze\nbash command:\"{baseDir}/references/screen-analyze.sh\""
      },
      {
        "title": "🔵 Path B: Full Control (Browser Relay)",
        "body": "Best for: Deep debugging, UI automation, and clicking/typing in tabs."
      },
      {
        "title": "Setup",
        "body": "Run clawdbot browser extension install.\nLoad the unpacked extension from clawdbot browser extension path.\nClick the Clawdbot icon in your Chrome toolbar to Attach."
      },
      {
        "title": "Tools",
        "body": "browser action:snapshot: Take a precise screenshot of the attached tab.\nbrowser action:click: Interact with elements (requires profile=\"chrome\")."
      },
      {
        "title": "Technical Details",
        "body": "Port: 18795 (WebRTC Backend)\nFiles:\n\nweb/screen-share.html: The sharing portal.\nreferences/backend-endpoint.js: Frame storage server."
      }
    ],
    "body": "Screen Monitor\n\nThis skill provides two ways for the agent to see and interact with your screen.\n\n🟢 Path A: Fast Share (WebRTC)\n\nBest for: Quick visual checks, restricted browsers, or non-technical environments.\n\nTools\nscreen_share_link: Generates a local WebRTC portal URL.\nscreen_analyze: Captures the current frame from the portal and analyzes it with vision.\n\nUsage:\n\n# Get the link\nbash command:\"{baseDir}/references/get-share-url.sh\"\n\n# Analyze\nbash command:\"{baseDir}/references/screen-analyze.sh\"\n\n🔵 Path B: Full Control (Browser Relay)\n\nBest for: Deep debugging, UI automation, and clicking/typing in tabs.\n\nSetup\nRun clawdbot browser extension install.\nLoad the unpacked extension from clawdbot browser extension path.\nClick the Clawdbot icon in your Chrome toolbar to Attach.\nTools\nbrowser action:snapshot: Take a precise screenshot of the attached tab.\nbrowser action:click: Interact with elements (requires profile=\"chrome\").\nTechnical Details\nPort: 18795 (WebRTC Backend)\nFiles:\nweb/screen-share.html: The sharing portal.\nreferences/backend-endpoint.js: Frame storage server."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/emasoudy/screen-monitor",
    "publisherUrl": "https://clawhub.ai/emasoudy/screen-monitor",
    "owner": "emasoudy",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/screen-monitor",
    "downloadUrl": "https://openagent3.xyz/downloads/screen-monitor",
    "agentUrl": "https://openagent3.xyz/skills/screen-monitor/agent",
    "manifestUrl": "https://openagent3.xyz/skills/screen-monitor/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/screen-monitor/agent.md"
  }
}