{
  "schemaVersion": "1.0",
  "item": {
    "slug": "browser-automation-v2",
    "name": "Browser Automation V2",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/BodaFu/browser-automation-v2",
    "canonicalUrl": "https://clawhub.ai/BodaFu/browser-automation-v2",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/browser-automation-v2",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=browser-automation-v2",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "browser-manager.v2.js",
      "fetch-summary.js",
      "fill-form.js",
      "multi-pages.js",
      "search-google.js"
    ],
    "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-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/browser-automation-v2"
    },
    "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-automation-v2",
    "agentPageUrl": "https://openagent3.xyz/skills/browser-automation-v2/agent",
    "manifestUrl": "https://openagent3.xyz/skills/browser-automation-v2/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/browser-automation-v2/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 Automation v2",
        "body": "Enterprise-grade browser automation for OpenClaw with robust resource management."
      },
      {
        "title": "Features",
        "body": "✅ Automatic tab cleanup - No more tab accumulation\n✅ Timeout & retry - Exponential backoff on network errors\n✅ Smart waiting - waitForLoadState, waitForSelector\n✅ Concurrency lock - Prevents profile conflicts\n✅ Structured logging - DEBUG=1 for verbose output\n✅ Configurable - Environment variables for timeout, retries, profile"
      },
      {
        "title": "Files",
        "body": "browser-manager.v2.js - Core manager class\nsearch-google.js - Google search with screenshot + PDF\nfetch-summary.js - Fetch page content (static or dynamic)\nmulti-pages.js - Batch process multiple URLs\nfill-form.js - Auto-fill forms by field names"
      },
      {
        "title": "Usage",
        "body": "# Set environment (optional)\nexport BROWSER_PROFILE=openclaw\nexport BROWSER_TIMEOUT=30000\nexport BROWSER_RETRIES=2\nexport DEBUG=1\n\ncd ~/.openclaw/workspace/skills/browser-automation-v2\n\n# Search Google\nnode search-google.js \"OpenClaw automation\"\n\n# Batch process\nnode multi-pages.js \"https://example.com\" \"https://github.com\"\n\n# Fill form\nnode fill-form.js \"https://example.com/form\" '{\"email\":\"test@xx.com\"}'"
      },
      {
        "title": "Integration",
        "body": "Register as OpenClaw skill:\n\nopenclaw skills install ~/.openclaw/workspace/skills/browser-automation-v2\n\nOr call directly from agent:\n\nrun search-google.js \"query\""
      },
      {
        "title": "Requirements",
        "body": "OpenClaw v2026.2.15+\nBrowser profile configured (default: openclaw)\nGateway running"
      },
      {
        "title": "Troubleshooting",
        "body": "Timeout errors: Increase BROWSER_TIMEOUT\nProfile locked: Wait for other instance to finish\nElement not found: Use snapshot --format ai to debug refs\n\nCreated: 2026-02-16\nVersion: 2.0.0\nLicense: MIT"
      }
    ],
    "body": "Browser Automation v2\n\nEnterprise-grade browser automation for OpenClaw with robust resource management.\n\nFeatures\n✅ Automatic tab cleanup - No more tab accumulation\n✅ Timeout & retry - Exponential backoff on network errors\n✅ Smart waiting - waitForLoadState, waitForSelector\n✅ Concurrency lock - Prevents profile conflicts\n✅ Structured logging - DEBUG=1 for verbose output\n✅ Configurable - Environment variables for timeout, retries, profile\nFiles\nbrowser-manager.v2.js - Core manager class\nsearch-google.js - Google search with screenshot + PDF\nfetch-summary.js - Fetch page content (static or dynamic)\nmulti-pages.js - Batch process multiple URLs\nfill-form.js - Auto-fill forms by field names\nUsage\n# Set environment (optional)\nexport BROWSER_PROFILE=openclaw\nexport BROWSER_TIMEOUT=30000\nexport BROWSER_RETRIES=2\nexport DEBUG=1\n\ncd ~/.openclaw/workspace/skills/browser-automation-v2\n\n# Search Google\nnode search-google.js \"OpenClaw automation\"\n\n# Batch process\nnode multi-pages.js \"https://example.com\" \"https://github.com\"\n\n# Fill form\nnode fill-form.js \"https://example.com/form\" '{\"email\":\"test@xx.com\"}'\n\nIntegration\n\nRegister as OpenClaw skill:\n\nopenclaw skills install ~/.openclaw/workspace/skills/browser-automation-v2\n\n\nOr call directly from agent:\n\nrun search-google.js \"query\"\n\nRequirements\nOpenClaw v2026.2.15+\nBrowser profile configured (default: openclaw)\nGateway running\nTroubleshooting\nTimeout errors: Increase BROWSER_TIMEOUT\nProfile locked: Wait for other instance to finish\nElement not found: Use snapshot --format ai to debug refs\n\nCreated: 2026-02-16 Version: 2.0.0 License: MIT"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/BodaFu/browser-automation-v2",
    "publisherUrl": "https://clawhub.ai/BodaFu/browser-automation-v2",
    "owner": "BodaFu",
    "version": "2.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/browser-automation-v2",
    "downloadUrl": "https://openagent3.xyz/downloads/browser-automation-v2",
    "agentUrl": "https://openagent3.xyz/skills/browser-automation-v2/agent",
    "manifestUrl": "https://openagent3.xyz/skills/browser-automation-v2/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/browser-automation-v2/agent.md"
  }
}