{
  "schemaVersion": "1.0",
  "item": {
    "slug": "browserbase",
    "name": "Browserbase Persist with captcha",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/JamesFincher/browserbase",
    "canonicalUrl": "https://clawhub.ai/JamesFincher/browserbase",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/browserbase",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=browserbase",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "references/api-quick-ref.md",
      "README.md",
      "scripts/browserbase_manager.py",
      "scripts/requirements.txt",
      "SKILL.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. 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-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/browserbase"
    },
    "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/browserbase",
    "agentPageUrl": "https://openagent3.xyz/skills/browserbase/agent",
    "manifestUrl": "https://openagent3.xyz/skills/browserbase/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/browserbase/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": "Browserbase Sessions Skill",
        "body": "Manage persistent cloud browser sessions via Browserbase. This skill creates browser sessions that preserve authentication (cookies, local storage) across interactions, automatically solve CAPTCHAs, and record sessions for later review."
      },
      {
        "title": "Step 1 — Get your Browserbase credentials",
        "body": "Sign up at browserbase.com if you haven't already.\nGo to Settings → API Keys and copy your API key (starts with bb_live_).\nGo to Settings → Project and copy your Project ID (a UUID)."
      },
      {
        "title": "Step 2 — Install dependencies",
        "body": "cd {baseDir}/scripts && pip install -r requirements.txt\nplaywright install chromium\n\nOr with uv:\n\ncd {baseDir}/scripts && uv pip install -r requirements.txt\nuv run playwright install chromium"
      },
      {
        "title": "Step 3 — Set environment variables",
        "body": "export BROWSERBASE_API_KEY=\"bb_live_your_key_here\"\nexport BROWSERBASE_PROJECT_ID=\"your-project-uuid-here\"\n\nOr configure via OpenClaw's skills.entries.browserbase-sessions.env in ~/.openclaw/openclaw.json."
      },
      {
        "title": "Step 4 — Run the setup test",
        "body": "This validates everything end-to-end (credentials, SDK, Playwright, API connection, and a live smoke test):\n\npython3 {baseDir}/scripts/browserbase_manager.py setup\n\nYou should see \"status\": \"success\" with all steps passing. If any step fails, the error message tells you exactly what to fix."
      },
      {
        "title": "Defaults",
        "body": "Every session is created with these defaults to support research workflows:\n\nCaptcha solving: ON — Browserbase automatically solves CAPTCHAs so login flows and protected pages work without manual intervention. Disable with --no-solve-captchas.\nSession recording: ON — Every session is recorded as a video you can download later for review or sharing. Disable with --no-record.\nAuth persistence — Use contexts with --persist to stay logged in across sessions."
      },
      {
        "title": "Available Commands",
        "body": "All commands are run via the manager script:\n\npython3 {baseDir}/scripts/browserbase_manager.py <command> [options]"
      },
      {
        "title": "Setup & Validation",
        "body": "Run the full setup test:\n\npython3 {baseDir}/scripts/browserbase_manager.py setup"
      },
      {
        "title": "Context Management (for authentication persistence)",
        "body": "Create a named context to store login state:\n\npython3 {baseDir}/scripts/browserbase_manager.py create-context --name github\n\nList all saved contexts:\n\npython3 {baseDir}/scripts/browserbase_manager.py list-contexts\n\nDelete a context (by name or ID):\n\npython3 {baseDir}/scripts/browserbase_manager.py delete-context --context-id github"
      },
      {
        "title": "Session Lifecycle",
        "body": "Create a new session (captcha solving and recording enabled by default):\n\n# Basic session\npython3 {baseDir}/scripts/browserbase_manager.py create-session\n\n# Session with saved context (persist=true saves cookies on close)\npython3 {baseDir}/scripts/browserbase_manager.py create-session --context-id github --persist\n\n# Keep-alive session for long research (survives disconnections)\npython3 {baseDir}/scripts/browserbase_manager.py create-session --context-id github --persist --keep-alive --timeout 3600\n\n# Full options\npython3 {baseDir}/scripts/browserbase_manager.py create-session \\\n  --context-id github \\\n  --persist \\\n  --keep-alive \\\n  --timeout 3600 \\\n  --region us-west-2 \\\n  --proxy \\\n  --block-ads \\\n  --viewport-width 1280 \\\n  --viewport-height 720\n\nList all sessions:\n\npython3 {baseDir}/scripts/browserbase_manager.py list-sessions\npython3 {baseDir}/scripts/browserbase_manager.py list-sessions --status RUNNING\n\nGet session details:\n\npython3 {baseDir}/scripts/browserbase_manager.py get-session --session-id <id>\n\nTerminate a session:\n\npython3 {baseDir}/scripts/browserbase_manager.py terminate-session --session-id <id>"
      },
      {
        "title": "Browser Automation",
        "body": "Navigate to a URL:\n\n# Navigate and get page title\npython3 {baseDir}/scripts/browserbase_manager.py navigate --session-id <id> --url \"https://example.com\"\n\n# Navigate and extract text\npython3 {baseDir}/scripts/browserbase_manager.py navigate --session-id <id> --url \"https://example.com\" --extract-text\n\n# Navigate and save screenshot\npython3 {baseDir}/scripts/browserbase_manager.py navigate --session-id <id> --url \"https://example.com\" --screenshot /tmp/page.png\n\n# Navigate and take full-page screenshot\npython3 {baseDir}/scripts/browserbase_manager.py navigate --session-id <id> --url \"https://example.com\" --screenshot /tmp/full.png --full-page\n\nTake a screenshot of the current page (without navigating):\n\npython3 {baseDir}/scripts/browserbase_manager.py screenshot --session-id <id> --output /tmp/current.png\npython3 {baseDir}/scripts/browserbase_manager.py screenshot --session-id <id> --output /tmp/full.png --full-page\n\nExecute JavaScript:\n\npython3 {baseDir}/scripts/browserbase_manager.py execute-js --session-id <id> --code \"document.title\"\n\nGet cookies:\n\npython3 {baseDir}/scripts/browserbase_manager.py get-cookies --session-id <id>"
      },
      {
        "title": "Recordings, Logs & Debug",
        "body": "Download a session recording video (session must be terminated first):\n\npython3 {baseDir}/scripts/browserbase_manager.py get-recording --session-id <id> --output /tmp/session.webm\n\nGet session logs:\n\npython3 {baseDir}/scripts/browserbase_manager.py get-logs --session-id <id>\n\nGet the live debug URL (for visual inspection of a running session):\n\npython3 {baseDir}/scripts/browserbase_manager.py live-url --session-id <id>"
      },
      {
        "title": "Workflow 1: Multi-session research with persistent login",
        "body": "# 1. One-time: create a named context for the site\npython3 {baseDir}/scripts/browserbase_manager.py create-context --name myapp\n\n# 2. Start a research session (captchas auto-solved, recording on)\npython3 {baseDir}/scripts/browserbase_manager.py create-session --context-id myapp --persist --keep-alive --timeout 3600\n\n# 3. Navigate to login — captchas solved automatically\npython3 {baseDir}/scripts/browserbase_manager.py navigate --session-id <id> --url \"https://myapp.com/login\"\n# Use execute-js to fill forms and submit\n\n# 4. Do research, take screenshots\npython3 {baseDir}/scripts/browserbase_manager.py navigate --session-id <id> --url \"https://myapp.com/dashboard\" --extract-text\npython3 {baseDir}/scripts/browserbase_manager.py screenshot --session-id <id> --output /tmp/dashboard.png\n\n# 5. Terminate (cookies saved to context)\npython3 {baseDir}/scripts/browserbase_manager.py terminate-session --session-id <id>\n\n# 6. Download recording to share\npython3 {baseDir}/scripts/browserbase_manager.py get-recording --session-id <id> --output /tmp/research.webm\n\n# 7. Next day: new session, already logged in!\npython3 {baseDir}/scripts/browserbase_manager.py create-session --context-id myapp --persist --keep-alive --timeout 3600"
      },
      {
        "title": "Workflow 2: Screenshot documentation",
        "body": "python3 {baseDir}/scripts/browserbase_manager.py create-session\npython3 {baseDir}/scripts/browserbase_manager.py navigate --session-id <id> --url \"https://docs.example.com\" --screenshot /tmp/docs_home.png\npython3 {baseDir}/scripts/browserbase_manager.py navigate --session-id <id> --url \"https://docs.example.com/api\" --screenshot /tmp/docs_api.png --full-page\npython3 {baseDir}/scripts/browserbase_manager.py terminate-session --session-id <id>"
      },
      {
        "title": "Workflow 3: Record and share a walkthrough",
        "body": "# Session recording is ON by default\npython3 {baseDir}/scripts/browserbase_manager.py create-session --context-id myapp --persist\n# ... do your walkthrough (navigate, click, etc.) ...\npython3 {baseDir}/scripts/browserbase_manager.py terminate-session --session-id <id>\n# Download the video\npython3 {baseDir}/scripts/browserbase_manager.py get-recording --session-id <id> --output /tmp/walkthrough.webm"
      },
      {
        "title": "Important Notes",
        "body": "Captcha solving is ON by default. Browserbase handles CAPTCHAs automatically during login flows and page loads. Use --no-solve-captchas to disable.\nRecording is ON by default. Every session is recorded. Download with get-recording after termination. Use --no-record to disable.\nConnection timeout: 5 minutes to connect after creation before auto-termination.\nKeep-alive sessions survive disconnections and must be explicitly terminated.\nContext persistence: Wait a few seconds after terminate-session --persist before creating a new session with the same context.\nNamed contexts: Use --name with create-context to save friendly names (e.g. github, slack). Use the name anywhere a context ID is expected.\nOne context per site: Use separate contexts for different authenticated sites.\nAvoid concurrent sessions on the same context.\nRegions: us-west-2 (default), us-east-1, eu-central-1, ap-southeast-1.\nSession timeout: 60–21600 seconds (max 6 hours)."
      },
      {
        "title": "Error Handling",
        "body": "All commands return JSON output. On error, the output includes an \"error\" key. Common errors:\n\nAPIConnectionError: Browserbase API unreachable\nRateLimitError: Too many concurrent sessions for your plan\nAPIStatusError: Invalid parameters or authentication failure\nMissing env vars: Set BROWSERBASE_API_KEY and BROWSERBASE_PROJECT_ID"
      },
      {
        "title": "Reference",
        "body": "For full API details, read {baseDir}/references/api-quick-ref.md."
      }
    ],
    "body": "Browserbase Sessions Skill\n\nManage persistent cloud browser sessions via Browserbase. This skill creates browser sessions that preserve authentication (cookies, local storage) across interactions, automatically solve CAPTCHAs, and record sessions for later review.\n\nFirst-Time Setup\nStep 1 — Get your Browserbase credentials\nSign up at browserbase.com if you haven't already.\nGo to Settings → API Keys and copy your API key (starts with bb_live_).\nGo to Settings → Project and copy your Project ID (a UUID).\nStep 2 — Install dependencies\ncd {baseDir}/scripts && pip install -r requirements.txt\nplaywright install chromium\n\n\nOr with uv:\n\ncd {baseDir}/scripts && uv pip install -r requirements.txt\nuv run playwright install chromium\n\nStep 3 — Set environment variables\nexport BROWSERBASE_API_KEY=\"bb_live_your_key_here\"\nexport BROWSERBASE_PROJECT_ID=\"your-project-uuid-here\"\n\n\nOr configure via OpenClaw's skills.entries.browserbase-sessions.env in ~/.openclaw/openclaw.json.\n\nStep 4 — Run the setup test\n\nThis validates everything end-to-end (credentials, SDK, Playwright, API connection, and a live smoke test):\n\npython3 {baseDir}/scripts/browserbase_manager.py setup\n\n\nYou should see \"status\": \"success\" with all steps passing. If any step fails, the error message tells you exactly what to fix.\n\nDefaults\n\nEvery session is created with these defaults to support research workflows:\n\nCaptcha solving: ON — Browserbase automatically solves CAPTCHAs so login flows and protected pages work without manual intervention. Disable with --no-solve-captchas.\nSession recording: ON — Every session is recorded as a video you can download later for review or sharing. Disable with --no-record.\nAuth persistence — Use contexts with --persist to stay logged in across sessions.\nAvailable Commands\n\nAll commands are run via the manager script:\n\npython3 {baseDir}/scripts/browserbase_manager.py <command> [options]\n\nSetup & Validation\n\nRun the full setup test:\n\npython3 {baseDir}/scripts/browserbase_manager.py setup\n\nContext Management (for authentication persistence)\n\nCreate a named context to store login state:\n\npython3 {baseDir}/scripts/browserbase_manager.py create-context --name github\n\n\nList all saved contexts:\n\npython3 {baseDir}/scripts/browserbase_manager.py list-contexts\n\n\nDelete a context (by name or ID):\n\npython3 {baseDir}/scripts/browserbase_manager.py delete-context --context-id github\n\nSession Lifecycle\n\nCreate a new session (captcha solving and recording enabled by default):\n\n# Basic session\npython3 {baseDir}/scripts/browserbase_manager.py create-session\n\n# Session with saved context (persist=true saves cookies on close)\npython3 {baseDir}/scripts/browserbase_manager.py create-session --context-id github --persist\n\n# Keep-alive session for long research (survives disconnections)\npython3 {baseDir}/scripts/browserbase_manager.py create-session --context-id github --persist --keep-alive --timeout 3600\n\n# Full options\npython3 {baseDir}/scripts/browserbase_manager.py create-session \\\n  --context-id github \\\n  --persist \\\n  --keep-alive \\\n  --timeout 3600 \\\n  --region us-west-2 \\\n  --proxy \\\n  --block-ads \\\n  --viewport-width 1280 \\\n  --viewport-height 720\n\n\nList all sessions:\n\npython3 {baseDir}/scripts/browserbase_manager.py list-sessions\npython3 {baseDir}/scripts/browserbase_manager.py list-sessions --status RUNNING\n\n\nGet session details:\n\npython3 {baseDir}/scripts/browserbase_manager.py get-session --session-id <id>\n\n\nTerminate a session:\n\npython3 {baseDir}/scripts/browserbase_manager.py terminate-session --session-id <id>\n\nBrowser Automation\n\nNavigate to a URL:\n\n# Navigate and get page title\npython3 {baseDir}/scripts/browserbase_manager.py navigate --session-id <id> --url \"https://example.com\"\n\n# Navigate and extract text\npython3 {baseDir}/scripts/browserbase_manager.py navigate --session-id <id> --url \"https://example.com\" --extract-text\n\n# Navigate and save screenshot\npython3 {baseDir}/scripts/browserbase_manager.py navigate --session-id <id> --url \"https://example.com\" --screenshot /tmp/page.png\n\n# Navigate and take full-page screenshot\npython3 {baseDir}/scripts/browserbase_manager.py navigate --session-id <id> --url \"https://example.com\" --screenshot /tmp/full.png --full-page\n\n\nTake a screenshot of the current page (without navigating):\n\npython3 {baseDir}/scripts/browserbase_manager.py screenshot --session-id <id> --output /tmp/current.png\npython3 {baseDir}/scripts/browserbase_manager.py screenshot --session-id <id> --output /tmp/full.png --full-page\n\n\nExecute JavaScript:\n\npython3 {baseDir}/scripts/browserbase_manager.py execute-js --session-id <id> --code \"document.title\"\n\n\nGet cookies:\n\npython3 {baseDir}/scripts/browserbase_manager.py get-cookies --session-id <id>\n\nRecordings, Logs & Debug\n\nDownload a session recording video (session must be terminated first):\n\npython3 {baseDir}/scripts/browserbase_manager.py get-recording --session-id <id> --output /tmp/session.webm\n\n\nGet session logs:\n\npython3 {baseDir}/scripts/browserbase_manager.py get-logs --session-id <id>\n\n\nGet the live debug URL (for visual inspection of a running session):\n\npython3 {baseDir}/scripts/browserbase_manager.py live-url --session-id <id>\n\nCommon Workflows\nWorkflow 1: Multi-session research with persistent login\n# 1. One-time: create a named context for the site\npython3 {baseDir}/scripts/browserbase_manager.py create-context --name myapp\n\n# 2. Start a research session (captchas auto-solved, recording on)\npython3 {baseDir}/scripts/browserbase_manager.py create-session --context-id myapp --persist --keep-alive --timeout 3600\n\n# 3. Navigate to login — captchas solved automatically\npython3 {baseDir}/scripts/browserbase_manager.py navigate --session-id <id> --url \"https://myapp.com/login\"\n# Use execute-js to fill forms and submit\n\n# 4. Do research, take screenshots\npython3 {baseDir}/scripts/browserbase_manager.py navigate --session-id <id> --url \"https://myapp.com/dashboard\" --extract-text\npython3 {baseDir}/scripts/browserbase_manager.py screenshot --session-id <id> --output /tmp/dashboard.png\n\n# 5. Terminate (cookies saved to context)\npython3 {baseDir}/scripts/browserbase_manager.py terminate-session --session-id <id>\n\n# 6. Download recording to share\npython3 {baseDir}/scripts/browserbase_manager.py get-recording --session-id <id> --output /tmp/research.webm\n\n# 7. Next day: new session, already logged in!\npython3 {baseDir}/scripts/browserbase_manager.py create-session --context-id myapp --persist --keep-alive --timeout 3600\n\nWorkflow 2: Screenshot documentation\npython3 {baseDir}/scripts/browserbase_manager.py create-session\npython3 {baseDir}/scripts/browserbase_manager.py navigate --session-id <id> --url \"https://docs.example.com\" --screenshot /tmp/docs_home.png\npython3 {baseDir}/scripts/browserbase_manager.py navigate --session-id <id> --url \"https://docs.example.com/api\" --screenshot /tmp/docs_api.png --full-page\npython3 {baseDir}/scripts/browserbase_manager.py terminate-session --session-id <id>\n\nWorkflow 3: Record and share a walkthrough\n# Session recording is ON by default\npython3 {baseDir}/scripts/browserbase_manager.py create-session --context-id myapp --persist\n# ... do your walkthrough (navigate, click, etc.) ...\npython3 {baseDir}/scripts/browserbase_manager.py terminate-session --session-id <id>\n# Download the video\npython3 {baseDir}/scripts/browserbase_manager.py get-recording --session-id <id> --output /tmp/walkthrough.webm\n\nImportant Notes\nCaptcha solving is ON by default. Browserbase handles CAPTCHAs automatically during login flows and page loads. Use --no-solve-captchas to disable.\nRecording is ON by default. Every session is recorded. Download with get-recording after termination. Use --no-record to disable.\nConnection timeout: 5 minutes to connect after creation before auto-termination.\nKeep-alive sessions survive disconnections and must be explicitly terminated.\nContext persistence: Wait a few seconds after terminate-session --persist before creating a new session with the same context.\nNamed contexts: Use --name with create-context to save friendly names (e.g. github, slack). Use the name anywhere a context ID is expected.\nOne context per site: Use separate contexts for different authenticated sites.\nAvoid concurrent sessions on the same context.\nRegions: us-west-2 (default), us-east-1, eu-central-1, ap-southeast-1.\nSession timeout: 60–21600 seconds (max 6 hours).\nError Handling\n\nAll commands return JSON output. On error, the output includes an \"error\" key. Common errors:\n\nAPIConnectionError: Browserbase API unreachable\nRateLimitError: Too many concurrent sessions for your plan\nAPIStatusError: Invalid parameters or authentication failure\nMissing env vars: Set BROWSERBASE_API_KEY and BROWSERBASE_PROJECT_ID\nReference\n\nFor full API details, read {baseDir}/references/api-quick-ref.md."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/JamesFincher/browserbase",
    "publisherUrl": "https://clawhub.ai/JamesFincher/browserbase",
    "owner": "JamesFincher",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/browserbase",
    "downloadUrl": "https://openagent3.xyz/downloads/browserbase",
    "agentUrl": "https://openagent3.xyz/skills/browserbase/agent",
    "manifestUrl": "https://openagent3.xyz/skills/browserbase/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/browserbase/agent.md"
  }
}