{
  "schemaVersion": "1.0",
  "item": {
    "slug": "agent-browser-stagehand",
    "name": "Agent Browser - Stagehand",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/peytoncasper/agent-browser-stagehand",
    "canonicalUrl": "https://clawhub.ai/peytoncasper/agent-browser-stagehand",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/agent-browser-stagehand",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agent-browser-stagehand",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "EXAMPLES.md",
      "REFERENCE.md",
      "SKILL.md",
      "setup.json"
    ],
    "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/agent-browser-stagehand"
    },
    "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/agent-browser-stagehand",
    "agentPageUrl": "https://openagent3.xyz/skills/agent-browser-stagehand/agent",
    "manifestUrl": "https://openagent3.xyz/skills/agent-browser-stagehand/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/agent-browser-stagehand/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",
        "body": "Automate browser interactions using Stagehand CLI with Claude."
      },
      {
        "title": "First: Environment Selection (Local vs Remote)",
        "body": "The skill automatically selects between local and remote browser environments:\n\nIf Browserbase API keys exist (BROWSERBASE_API_KEY and BROWSERBASE_PROJECT_ID in .env file): Uses remote Browserbase environment\nIf no Browserbase API keys: Falls back to local Chrome browser\nNo user prompting: The selection happens automatically based on available configuration"
      },
      {
        "title": "Setup (First Time Only)",
        "body": "Check setup.json in this directory. If setupComplete: false:\n\nnpm install    # Install dependencies\nnpm link       # Create global 'browser' command"
      },
      {
        "title": "Commands",
        "body": "All commands work identically in both modes:\n\nbrowser navigate <url>                    # Go to URL\nbrowser act \"<action>\"                    # Natural language action\nbrowser extract \"<instruction>\" ['{}']    # Extract data (optional schema)\nbrowser observe \"<query>\"                 # Discover elements\nbrowser screenshot                        # Take screenshot\nbrowser close                             # Close browser"
      },
      {
        "title": "Quick Example",
        "body": "browser navigate https://example.com\nbrowser act \"click the Sign In button\"\nbrowser extract \"get the page title\"\nbrowser close"
      },
      {
        "title": "Mode Comparison",
        "body": "FeatureLocalBrowserbaseSpeedFasterSlightly slowerSetupChrome requiredAPI key requiredStealth modeNoYesProxy/CAPTCHANoYesBest forDevelopmentProduction/scraping"
      },
      {
        "title": "Best Practices",
        "body": "Always navigate first before interacting\nView screenshots after each command to verify\nBe specific in action descriptions\nClose browser when done"
      },
      {
        "title": "Troubleshooting",
        "body": "Chrome not found: Install Chrome or use Browserbase mode\nAction fails: Use browser observe to discover available elements\nBrowserbase fails: Verify API key and project ID are set\n\nFor detailed examples, see EXAMPLES.md.\nFor API reference, see REFERENCE.md."
      }
    ],
    "body": "Browser Automation\n\nAutomate browser interactions using Stagehand CLI with Claude.\n\nFirst: Environment Selection (Local vs Remote)\n\nThe skill automatically selects between local and remote browser environments:\n\nIf Browserbase API keys exist (BROWSERBASE_API_KEY and BROWSERBASE_PROJECT_ID in .env file): Uses remote Browserbase environment\nIf no Browserbase API keys: Falls back to local Chrome browser\nNo user prompting: The selection happens automatically based on available configuration\nSetup (First Time Only)\n\nCheck setup.json in this directory. If setupComplete: false:\n\nnpm install    # Install dependencies\nnpm link       # Create global 'browser' command\n\nCommands\n\nAll commands work identically in both modes:\n\nbrowser navigate <url>                    # Go to URL\nbrowser act \"<action>\"                    # Natural language action\nbrowser extract \"<instruction>\" ['{}']    # Extract data (optional schema)\nbrowser observe \"<query>\"                 # Discover elements\nbrowser screenshot                        # Take screenshot\nbrowser close                             # Close browser\n\nQuick Example\nbrowser navigate https://example.com\nbrowser act \"click the Sign In button\"\nbrowser extract \"get the page title\"\nbrowser close\n\nMode Comparison\nFeature\tLocal\tBrowserbase\nSpeed\tFaster\tSlightly slower\nSetup\tChrome required\tAPI key required\nStealth mode\tNo\tYes\nProxy/CAPTCHA\tNo\tYes\nBest for\tDevelopment\tProduction/scraping\nBest Practices\nAlways navigate first before interacting\nView screenshots after each command to verify\nBe specific in action descriptions\nClose browser when done\nTroubleshooting\nChrome not found: Install Chrome or use Browserbase mode\nAction fails: Use browser observe to discover available elements\nBrowserbase fails: Verify API key and project ID are set\n\nFor detailed examples, see EXAMPLES.md. For API reference, see REFERENCE.md."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/peytoncasper/agent-browser-stagehand",
    "publisherUrl": "https://clawhub.ai/peytoncasper/agent-browser-stagehand",
    "owner": "peytoncasper",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/agent-browser-stagehand",
    "downloadUrl": "https://openagent3.xyz/downloads/agent-browser-stagehand",
    "agentUrl": "https://openagent3.xyz/skills/agent-browser-stagehand/agent",
    "manifestUrl": "https://openagent3.xyz/skills/agent-browser-stagehand/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/agent-browser-stagehand/agent.md"
  }
}