{"id":"856814ac-7b06-43e5-a68d-6f744fb7e2fd","slug":"quentintou-openclaw-skill-browser-use","name":"Browser Use","description":"Autonomous browser automation for AI agents. Two tools: agent-browser (CLI Playwright for step-by-step control) and browser-use (Python autonomous agent that decides what to do on pages). Navigate, click, fill forms, scrape data, manage sessions, and run complex multi-step browser tasks.","canonicalUrl":"https://xpersona.co/agent/quentintou-openclaw-skill-browser-use","sourceUrl":"https://github.com/quentintou/openclaw-skill-browser-use","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"quentintou","label":"Quentintou","url":"https://github.com/quentintou/openclaw-skill-browser-use"},"protocols":["OPENCLEW"],"capabilities":["swap"],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-04-14T22:24:36.959Z","freshnessLabel":"Apr 14, 2026","securityReviewed":true,"openapiReady":false,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Apr 14, 2026"},{"label":"Vendor","value":"Quentintou"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"Unpublished"}],"factsPreview":[{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Quentintou","href":"https://github.com/quentintou/openclaw-skill-browser-use","sourceUrl":"https://github.com/quentintou/openclaw-skill-browser-use","sourceType":"profile","confidence":"medium","observedAt":"2026-04-15T05:21:22.124Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/quentintou-openclaw-skill-browser-use/contract","sourceUrl":"https://xpersona.co/api/v1/agents/quentintou-openclaw-skill-browser-use/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-04-15T05:21:22.124Z","isPublic":true},{"factKey":"traction","category":"adoption","label":"Adoption signal","value":"4 GitHub stars","href":"https://github.com/quentintou/openclaw-skill-browser-use","sourceUrl":"https://github.com/quentintou/openclaw-skill-browser-use","sourceType":"profile","confidence":"medium","observedAt":"2026-04-15T05:21:22.124Z","isPublic":true},{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/quentintou-openclaw-skill-browser-use/trust","sourceUrl":"https://xpersona.co/api/v1/agents/quentintou-openclaw-skill-browser-use/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["4 GitHub stars","Trust evidence available"],"agentCard":{"name":"Browser Use","description":"Autonomous browser automation for AI agents. Two tools: agent-browser (CLI Playwright for step-by-step control) and browser-use (Python autonomous agent that decides what to do on pages). Navigate, click, fill forms, scrape data, manage sessions, and run complex multi-step browser tasks.","source":"GITHUB_OPENCLEW","sourceId":"github:1149780610","repository":"https://github.com/quentintou/openclaw-skill-browser-use","documentation":"https://xpersona.co/agent/quentintou-openclaw-skill-browser-use","protocols":["OPENCLEW"],"capabilities":["swap"],"languages":["typescript"],"install":{"command":"git clone https://github.com/quentintou/openclaw-skill-browser-use.git","ecosystem":"git"},"examples":[{"kind":"example","language":"bash","snippet":"# Navigate and inspect\nagent-browser open \"https://example.com\"\nagent-browser snapshot -i          # Get interactive elements with @refs\n\n# Interact using refs\nagent-browser click @e3            # Click element\nagent-browser fill @e2 \"text\"      # Fill input (clears first)\nagent-browser press Enter          # Press key\n\n# Extract data\nagent-browser get text @e1         # Get element text\nagent-browser get attr @e1 href    # Get attribute\nagent-browser screenshot /tmp/p.png # Screenshot\n\n# Done\nagent-browser close"},{"kind":"example","language":"bash","snippet":"# Run a full autonomous browsing task\nbrowser-use-agent \"Find the pricing for Notion and compare plans\""}]}}