スキル browser-use
🌐

browser-use

低リスク ⚙️ 外部コマンド🌐 ネットワークアクセス📁 ファイルシステムへのアクセス

ブラウザ操作と Web タスクを自動化

こちらからも入手できます: 92Bilal26,92Bilal26,AbdullahMalik17

手動の Web テストとデータ抽出は時間がかかり、エラーが発生しやすいものです。Browser-use は、信頼性の高い反復可能な Web 操作を実現する 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
仕様準拠

作れるもの

Web 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」を実行して、利用可能な要素とそのインデックスを確認する
  • 機密データの露出を最小限に抑えるために、プロファイル全体の同期ではなくドメイン固有の Cookie 同期を使用する
  • タスク完了後はブラウザセッションとクラウドセッションを閉じてリソースを解放する

回避

  • 明示的なユーザーの同意なしにプロファイル全体の Cookie 同期を使用しない - 常にドメインを指定する
  • タスク停止後にセッションを再利用しない - 代わりに新しいセッションを作成する
  • 監視なしにクラウドエージェントタスクを実行しない - 定期的にステータスを確認し、停止したタスクは停止する

よくある質問

browser-use とは何か、どのようにインストールしますか?
Browser-use はブラウザ自動化のための CLI ツールです。「browser-use doctor」を実行してインストール状態を確認し、セットアップ手順を表示します。
既存のブラウザログインセッションでこのスキルを使用するにはどうすればよいですか?
ローカルの Chrome プロファイルを使用するには「--browser real --profile ProfileName」を使用するか、「browser-use profile sync --from ProfileName --domain example.com」を使用して Cookie をクラウドプロファイルに同期します。
chromium、real、remote ブラウザモードの違いは何ですか?
Chromium は高速でデフォルトでヘッドレスです。Real は既存のログイン情報を持つローカルの Chrome を使用します。Remote はプロキシサポートと AI エージェント機能を備え、クラウドで実行されます。
自律型 AI エージェントタスクを実行するにはどうすればよいですか?
「browser-use -b remote run task description」を実行して AI エージェントタスクを起動します。「browser-use task status task-id」でステータスをポーリングし、「browser-use task stop task-id」で停止します。
ローカル開発サーバーをクラウドブラウザに公開できますか?
はい、「browser-use tunnel port」を使用して Cloudflare トンネル URL を作成し、その URL を「--browser remote」で開きます。
ブラウザセッションとリソースをクリーンアップするにはどうすればよいですか?
ローカルセッションには「browser-use close」を、クラウドセッションには「browser-use session stop --all」を、トンネルには「browser-use tunnel stop --all」を実行します。

開発者の詳細

作成者

browser-use

ライセンス

MIT

参照

main

ファイル構成

📄 SKILL.md