{
  "schemaVersion": "1.0",
  "item": {
    "slug": "browser-research-lite",
    "name": "Browser Research Lite",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/wanng-ide/browser-research-lite",
    "canonicalUrl": "https://clawhub.ai/wanng-ide/browser-research-lite",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/browser-research-lite",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=browser-research-lite",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "index.js",
      "package.json",
      "scripts/browser_guard.py",
      "test_resilience.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-research-lite"
    },
    "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-research-lite",
    "agentPageUrl": "https://openagent3.xyz/skills/browser-research-lite/agent",
    "manifestUrl": "https://openagent3.xyz/skills/browser-research-lite/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/browser-research-lite/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 Research Lite",
        "body": "Goal: perform reliable web retrieval without Brave/Tavily/Serper API keys."
      },
      {
        "title": "When To Use",
        "body": "web_search reports key/config errors (for example: missing_brave_api_key).\nYou need factual lookup, definitions, theorem statements, or reference pages.\nBenchmark tasks need external evidence but remote search APIs are unavailable."
      },
      {
        "title": "Core Policy",
        "body": "Use local computation tools first for computable questions.\nIf online retrieval is required, use the built-in browser tool directly.\nPrefer trusted sources (official docs, textbooks, university pages, Wikipedia as secondary).\nCross-check at least 2 sources for non-trivial claims."
      },
      {
        "title": "Browser Workflow",
        "body": "Run browser availability guard first:\n\npython3 skills/browser-research-lite/scripts/browser_guard.py\n\nIf browser_available=false, stop browser retries and switch to local tools.\n\nIf browser_running=false or browser_cdp_ready=false, attach browser manually:\n\nopen any page in Chrome with OpenClaw extension installed,\nclick the OpenClaw extension icon once to attach current tab,\nrerun browser_guard.py.\n\n\n\n\nIf browser_available=true, open a search page with concise query terms.\nScan top results and open 2-3 high-quality sources.\nExtract only the minimal facts needed to answer the question.\nIf pages are noisy, refine query with exact keywords and retry once.\nProduce final answer with concise rationale; avoid copying long passages."
      },
      {
        "title": "Fallbacks",
        "body": "If browsing is blocked/captcha-heavy, switch to alternative domains and shorter queries.\nIf browser node is unavailable, avoid repeated browser calls in the same question.\nIf browser remains unavailable, switch to skills/web-fetch-research-lite/SKILL.md and run URL-first retrieval via web_fetch.\nIf no reliable source is found quickly, return best-effort answer and mark uncertainty."
      },
      {
        "title": "Solidify Note",
        "body": "When this skill improves benchmark progress, record:\n\ntrigger signal(s),\nsource quality and retrieval steps,\nmeasurable effect on benchmark score/accuracy."
      }
    ],
    "body": "Browser Research Lite\n\nGoal: perform reliable web retrieval without Brave/Tavily/Serper API keys.\n\nWhen To Use\nweb_search reports key/config errors (for example: missing_brave_api_key).\nYou need factual lookup, definitions, theorem statements, or reference pages.\nBenchmark tasks need external evidence but remote search APIs are unavailable.\nCore Policy\nUse local computation tools first for computable questions.\nIf online retrieval is required, use the built-in browser tool directly.\nPrefer trusted sources (official docs, textbooks, university pages, Wikipedia as secondary).\nCross-check at least 2 sources for non-trivial claims.\nBrowser Workflow\nRun browser availability guard first:\npython3 skills/browser-research-lite/scripts/browser_guard.py\n\nIf browser_available=false, stop browser retries and switch to local tools.\nIf browser_running=false or browser_cdp_ready=false, attach browser manually:\nopen any page in Chrome with OpenClaw extension installed,\nclick the OpenClaw extension icon once to attach current tab,\nrerun browser_guard.py.\nIf browser_available=true, open a search page with concise query terms.\nScan top results and open 2-3 high-quality sources.\nExtract only the minimal facts needed to answer the question.\nIf pages are noisy, refine query with exact keywords and retry once.\nProduce final answer with concise rationale; avoid copying long passages.\nFallbacks\nIf browsing is blocked/captcha-heavy, switch to alternative domains and shorter queries.\nIf browser node is unavailable, avoid repeated browser calls in the same question.\nIf browser remains unavailable, switch to skills/web-fetch-research-lite/SKILL.md and run URL-first retrieval via web_fetch.\nIf no reliable source is found quickly, return best-effort answer and mark uncertainty.\nSolidify Note\n\nWhen this skill improves benchmark progress, record:\n\ntrigger signal(s),\nsource quality and retrieval steps,\nmeasurable effect on benchmark score/accuracy."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/wanng-ide/browser-research-lite",
    "publisherUrl": "https://clawhub.ai/wanng-ide/browser-research-lite",
    "owner": "wanng-ide",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/browser-research-lite",
    "downloadUrl": "https://openagent3.xyz/downloads/browser-research-lite",
    "agentUrl": "https://openagent3.xyz/skills/browser-research-lite/agent",
    "manifestUrl": "https://openagent3.xyz/skills/browser-research-lite/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/browser-research-lite/agent.md"
  }
}