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