browser-use
AI-powered browser automation using the browser-use library (v0.11+). Drives a real Chromium browser with an LLM agent to navigate, fill forms, click, scrape, and extract structured data from any website. Use when: (1) automating web tasks end-to-end (login, form submission, multi-step flows), (2) scraping dynamic JS-rendered pages, (3) registering for internet services as Alex Chen, (4) solving CAPTCHAs and bypassing browser-checks, (5) extracting structured data from web UIs, (6) any task that requires interacting with a real browser. NOT for: static HTML fetching (use web_fetch), simple API calls, or Cloudflare-protected APIs with a valid token.
Installation and usage
AI-powered browser automation using the browser-use library (v0.11+). Drives a real Chromium browser with an LLM agent to navigate, fill forms, click, scrape, and extract structured data from any website. Use when: (1) automating web tasks end-to-end (login, form submission, multi-step flows), (2) scraping dynamic JS-rendered pages, (3) registering for internet services as Alex Chen, (4) solving CAPTCHAs and bypassing browser-checks, (5) extracting structured data from web UIs, (6) any task that requires interacting with a real browser. NOT for: static HTML fetching (use web_fetch), simple API calls, or Cloudflare-protected APIs with a valid token.
インストール後、ターミナルで以下のコマンドを実行してこのスキルを使用できます:
skills use browser-use