web

Browser Automation

검증됨
작성자 @webpilot_labs Automation

Control a headless browser through natural language. Fill forms, scrape data, take screenshots, and automate repetitive web tasks. Built on Playwright with stealth mode to avoid bot detection. Perfect for price monitoring, form filling, and web testing.

terminal

설치

$ claw install browser-automation

설정

환경 변수는 .env 파일이나 스킬 manifest 에 설정한다.

VARIABLE DESCRIPTION DEFAULT
BROWSER_ENGINE Browser engine to use (chromium, firefox, webkit) chromium
HEADLESS Run browser in headless mode true
STEALTH_MODE Enable anti-detection measures true

사용법

User: "Go to the competitor pricing page and grab the current prices for all Pro plans."
Claw:

// Browser automation engaged

launch Launching headless Chromium...

check_circle Page loaded. Extracting pricing data...

Pro Monthly: $29/mo
Pro Annual: $24/mo (billed yearly)
Pro Enterprise: Custom pricing
Screenshot saved: ~/screenshots/pricing-2026-02-13.png

스킬 Manifest(JSON)

{
  "name": "browser-automation",
  "version": "2.0.1",
  "permissions": [
    "browser.navigate",
    "browser.interact",
    "filesystem.screenshots"
  ],
  "trigger": "regex:/(browse|scrape|fill|click|screenshot|open) .*(page|site|form|url|web).*/i",
  "engine": "node-20"
}

사용자 토론과 피드백

4.6
starstarstarstarstar_half
평균 평점
178 리뷰 수
person
@scrape_king verified 인증된 사용자
starstarstarstarstar

Stealth mode is legit — no more CAPTCHAs on most sites. I use it to monitor 15 competitor pricing pages daily. Saves me hours of manual checking every week.

bug_report
@qa_engineer verified 인증된 사용자
starstarstarstarstar_outline

Replaced half my Selenium test suite with natural language commands. "Click the submit button and verify the success toast" just works. Cross-browser support is a nice bonus.

edit_note
@form_hater
starstarstarstarstar

I have this government form I need to fill out monthly with the same data. Now I just say "fill the monthly report form" and it handles everything. Life-changing.

놓치지 말자

Hermes Agent 릴리스, 새 스킬, 새 통합 소식을 커뮤니티 시선으로 모아 보낸다. 스팸 없음, 언제든 해지 가능.