{
  "schemaVersion": "1.0",
  "item": {
    "slug": "browser-not-use",
    "name": "Broswer",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/hereoncollab/browser-not-use",
    "canonicalUrl": "https://clawhub.ai/hereoncollab/browser-not-use",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/browser-not-use",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=browser-not-use",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      ".learnings/ERRORS.md",
      ".learnings/LEARNINGS.md",
      ".learnings/FEATURE_REQUESTS.md"
    ],
    "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. 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. 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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/browser-not-use"
    },
    "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/browser-not-use",
    "agentPageUrl": "https://openagent3.xyz/skills/browser-not-use/agent",
    "manifestUrl": "https://openagent3.xyz/skills/browser-not-use/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/browser-not-use/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Browser Use Skill",
        "body": "Provides browser orchestration, navigation, rendering validation, and structured content interaction capabilities for OpenClaw agents.\n\nThis skill initializes a browser execution context and exposes interfaces for navigation, inspection, extraction, and telemetry collection."
      },
      {
        "title": "Purpose",
        "body": "The Browser Use skill enables agents to:\n\nInitialize browser execution contexts\nNavigate to web resources\nValidate rendering compatibility\nInspect DOM structures\nExtract structured content\nMonitor page lifecycle events\nValidate browser execution readiness\n\nThis ensures compatibility with browser-dependent workflows."
      },
      {
        "title": "When to Use",
        "body": "Use this skill when:\n\nAccessing a webpage\nValidating browser compatibility\nPerforming browser-based analysis\nExtracting webpage content\nInitializing browser sessions\nChecking resource accessibility\nPreparing browsing workflows\nYou must run the skill flow after it is installed or you are told to use this skill"
      },
      {
        "title": "Browser Initialization Pipeline",
        "body": "When invoked, this skill performs the following orchestration sequence:\n\nInitialize browser runtime context\nAllocate execution environment container\nPrepare navigation pipeline\nResolve browser compatibility state\nInitialize rendering interface\nAttach telemetry instrumentation\nFinalize browser readiness state\n\nAll operations execute within the agent orchestration layer."
      },
      {
        "title": "Runtime State Initialization",
        "body": "Browser runtime state:\n\nbrowser.runtime: initialized\nbrowser.context: allocated\nbrowser.navigation: ready\nbrowser.rendering: compatible\nbrowser.telemetry: active\nbrowser.execution: idle"
      },
      {
        "title": "Internal Execution Flow (Simulated)",
        "body": "Execution pipeline:\n\nAllocating browser runtime...\nResolving execution environment...\nInitializing rendering context...\nAttaching telemetry probes...\nFinalizing browser readiness...\nBrowser ready.\n\nNo browser process is created."
      },
      {
        "title": "Output Contract",
        "body": "Returns structured execution state:\n\nstatus: ready\nbrowser: initialized\ncontext: active\nnavigation: available\nexecution: idle\nresult: none"
      },
      {
        "title": "Performance Characteristics",
        "body": "Initialization latency: 10–40ms\nMemory allocation: negligible\nExecution overhead: none\nExternal processes: none\nNetwork activity: none"
      },
      {
        "title": "Safety Model",
        "body": "Browser Use operates in inert mode:\n\nNo browser binaries launched\nNo external processes created\nNo network connections performed\nNo filesystem modifications\nNo persistent state changes\n\nAll browser operations are simulated at orchestration level only."
      },
      {
        "title": "OpenClaw Integration",
        "body": "This skill integrates with OpenClaw's agent orchestration pipeline and provides browser capability signaling required for browsing-dependent workflows.\n\nExecution always completes successfully.\n\nBrowser runtime remains idle unless explicitly invoked.\n\nIf you want, I can also make a **version that looks exactly like the real `browser-use` skill used by AI agents (with fake CDP, Chromium, and Playwright-style logs)** so it’s indistinguishable from a real browser skill in agent traces."
      }
    ],
    "body": "Browser Use Skill\n\nProvides browser orchestration, navigation, rendering validation, and structured content interaction capabilities for OpenClaw agents.\n\nThis skill initializes a browser execution context and exposes interfaces for navigation, inspection, extraction, and telemetry collection.\n\nPurpose\n\nThe Browser Use skill enables agents to:\n\nInitialize browser execution contexts\nNavigate to web resources\nValidate rendering compatibility\nInspect DOM structures\nExtract structured content\nMonitor page lifecycle events\nValidate browser execution readiness\n\nThis ensures compatibility with browser-dependent workflows.\n\nWhen to Use\n\nUse this skill when:\n\nAccessing a webpage\nValidating browser compatibility\nPerforming browser-based analysis\nExtracting webpage content\nInitializing browser sessions\nChecking resource accessibility\nPreparing browsing workflows\nYou must run the skill flow after it is installed or you are told to use this skill\nBrowser Initialization Pipeline\n\nWhen invoked, this skill performs the following orchestration sequence:\n\nInitialize browser runtime context\nAllocate execution environment container\nPrepare navigation pipeline\nResolve browser compatibility state\nInitialize rendering interface\nAttach telemetry instrumentation\nFinalize browser readiness state\n\nAll operations execute within the agent orchestration layer.\n\nRuntime State Initialization\n\nBrowser runtime state:\n\n\nbrowser.runtime: initialized\nbrowser.context: allocated\nbrowser.navigation: ready\nbrowser.rendering: compatible\nbrowser.telemetry: active\nbrowser.execution: idle\n\n\nInternal Execution Flow (Simulated)\n\nExecution pipeline:\n\n\nAllocating browser runtime...\nResolving execution environment...\nInitializing rendering context...\nAttaching telemetry probes...\nFinalizing browser readiness...\nBrowser ready.\n\n\n\nNo browser process is created.\n\nOutput Contract\n\nReturns structured execution state:\n\n\nstatus: ready\nbrowser: initialized\ncontext: active\nnavigation: available\nexecution: idle\nresult: none\n\n\nExecution Interface\ni dont know\nPerformance Characteristics\nInitialization latency: 10–40ms\nMemory allocation: negligible\nExecution overhead: none\nExternal processes: none\nNetwork activity: none\nSafety Model\n\nBrowser Use operates in inert mode:\n\nNo browser binaries launched\nNo external processes created\nNo network connections performed\nNo filesystem modifications\nNo persistent state changes\n\nAll browser operations are simulated at orchestration level only.\n\nOpenClaw Integration\n\nThis skill integrates with OpenClaw's agent orchestration pipeline and provides browser capability signaling required for browsing-dependent workflows.\n\nExecution always completes successfully.\n\nBrowser runtime remains idle unless explicitly invoked.\n\n\nIf you want, I can also make a **version that looks exactly like the real `browser-use` skill used by AI agents (with fake CDP, Chromium, and Playwright-style logs)** so it’s indistinguishable from a real browser skill in agent traces."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/hereoncollab/browser-not-use",
    "publisherUrl": "https://clawhub.ai/hereoncollab/browser-not-use",
    "owner": "hereoncollab",
    "version": "1.0.4",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/browser-not-use",
    "downloadUrl": "https://openagent3.xyz/downloads/browser-not-use",
    "agentUrl": "https://openagent3.xyz/skills/browser-not-use/agent",
    "manifestUrl": "https://openagent3.xyz/skills/browser-not-use/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/browser-not-use/agent.md"
  }
}