스킬 browser-use
🌐

browser-use

낮은 위험 ⚙️ 외부 명령어🌐 네트워크 접근📁 파일 시스템 액세스

브라우저 상호작용 및 웹 작업 자동화

또한 다음에서 사용할 수 있습니다: AbdullahMalik17,92Bilal26,92Bilal26

수동 웹 테스트 및 데이터 추출은 시간이 많이 들고 오류가 발생하기 쉽습니다. Browser-use는 안정적이고 반복 가능한 웹 상호작용을 위한 AI 기반 브라우저 자동화를 제공합니다.

지원: Claude Codex Code(CC)
⚠️ 67 나쁨
1

스킬 ZIP 다운로드

2

Claude에서 업로드

설정 → 기능 → 스킬 → 스킬 업로드로 이동

3

토글을 켜고 사용 시작

테스트해 보기

"browser-use" 사용 중입니다. browser-use state on a search results page

예상 결과:

URL, 제목, '1. 검색 결과: 기사 제목', '2. 다음 페이지 버튼'과 같은 클릭 가능한 요소의 번호 목록을 보여주는 페이지 상태

"browser-use" 사용 중입니다. browser-use screenshot with save path

예상 결과:

지정된 파일 경로에 스크린샷 저장 확인 메시지 및 base64 미리보기와 함께

보안 감사

낮은 위험
v2 • 3/19/2026

Static analysis flagged 163 patterns in SKILL.md documentation file. All findings are false positives: backtick patterns are markdown code blocks documenting CLI usage, URLs are example/documentation links, and file paths reference user-controlled locations for legitimate browser profile and cookie management. The skill provides browser automation via the browser-use CLI with no malicious intent detected.

1
스캔된 파일
547
분석된 줄 수
6
발견 사항
2
총 감사 수
중간 위험 문제 (1)
Cookie Export/Import Capability
The skill supports exporting cookies to files and importing them, which could expose session tokens if misused. This is legitimate browser profile syncing functionality but should be documented.
낮은 위험 문제 (2)
External Command Documentation
SKILL.md contains extensive documentation of browser-use CLI commands. All instances are markdown code blocks for documentation purposes, not actual code execution.
Hardcoded URLs in Documentation
Multiple example URLs present in SKILL.md including github.com, example.com. These are documentation links and example values, not hardcoded endpoints for data exfiltration.

위험 요인

⚙️ 외부 명령어 (2)
🌐 네트워크 접근 (2)
📁 파일 시스템 액세스 (2)
감사자: claude 감사 이력 보기 →

품질 점수

38
아키텍처
100
유지보수성
87
콘텐츠
27
커뮤니티
81
보안
87
사양 준수

만들 수 있는 것

웹 QA 테스트

엔드투엔드 테스트 워크플로 자동화: 스테이징 사이트로 이동, 요소 확인, 폼 작성, 제출, 스크린샷으로 결과 검증.

인증 데이터 추출

브라우저 프로필을 동기화하여 인증된 사이트에 접근하고, 대시보드나 보고서에서 데이터를 추출하며, 수동 로그인 없이 결과를 내보냅니다.

자율적 연구 에이전트

여러 사이트에서 주제를 연구하기 위해 클라우드 브라우저 에이전트를 배포하고, 발견 사항을 요약하며, 병렬 연구 작업을 실행합니다.

이 프롬프트를 사용해 보세요

기본 페이지 탐색
Open https://example.com and show me the available clickable elements.
폼 작성 워크플로
Navigate to the login page, check the available elements, input username into field 3 and password into field 5, then click the submit button.
스크린샷 및 데이터 추출
Take a screenshot of the current page, get the page title, extract all text from element 12, and execute JavaScript to get the current URL.
클라우드 에이전트 연구 작업
Run an autonomous agent task: Search for the latest AI news on three major tech sites and summarize the top 5 stories with links.

모범 사례

  • 상호작용하기 전에 항상 'browser-use state'를 먼저 실행하여 사용 가능한 요소와 해당 인덱스 확인
  • 민감한 데이터 노출을 최소화하기 위해 전체 프로필 동기화 대신 도메인별 쿠키 동기화 사용
  • 작업 완료 후 리소스를 확보하기 위해 브라우저 세션을 닫고 클라우드 세션 중지

피하기

  • 명시적인 사용자 동의 없이 전체 쿠키 프로필 동기화 사용 금지 - 항상 도메인 지정
  • 작업 중지 후 세션 재사용 금지 - 대신 새 세션 생성
  • 모니터링 없이 클라우드 에이전트 작업 실행 금지 - 주기적으로 상태 확인 및 중단된 작업 중지

자주 묻는 질문

browser-use란 무엇이며 어떻게 설치합니까?
Browser-use는 브라우저 자동화를 위한 CLI 도구입니다. 'browser-use doctor'를 실행하여 설치 상태를 확인하고 설정 지침을 확인하세요.
기존 브라우저 로그인 세션과 함께 이 스킬을 사용하려면 어떻게 해야 합니까?
로컬 Chrome 프로필의 경우 '--browser real --profile ProfileName'을 사용하고, 'browser-use profile sync --from ProfileName --domain example.com'을 사용하여 쿠키를 클라우드 프로필에 동기화하세요.
chromium, real, remote 브라우저 모드 간의 차이점은 무엇입니까?
Chromium은 기본적으로 빠르고 헤드리스입니다. Real은 기존 로그인이 있는 로컬 Chrome을 사용합니다. Remote는 프록시 지원 및 AI 에이전트 기능과 함께 클라우드에서 실행됩니다.
자율적 AI 에이전트 작업은 어떻게 실행합니까?
AI 에이전트 작업을 시작하려면 'browser-use -b remote run task description'을 사용하세요. 'browser-use task status task-id'로 상태를 폴링하고 'browser-use task stop task-id'로 중지하세요.
로컬 개발 서버를 클라우드 브라우저에 노출할 수 있습니까?
네, 'browser-use tunnel port'를 사용하여 Cloudflare 터널 URL을 생성한 다음 '--browser remote'로 해당 URL을 여세요.
브라우저 세션과 리소스를 정리하려면 어떻게 해야 합니까?
로컬 세션은 'browser-use close', 클라우드 세션은 'browser-use session stop --all', 터널은 'browser-use tunnel stop --all'을 실행하세요.

개발자 세부 정보

작성자

browser-use

라이선스

MIT

참조

main

파일 구조

📄 SKILL.md