browser-act
ステルスモードとキャプチャ解決でWebブラウザを自動化
AIエージェントは、Webスクレイピング、フォーム入力、データ抽出に信頼性の高いブラウザ自動化を必要とします。browser-actは、検出回避能力と組み込みキャプチャ解決機能を備えた構造化されたCLIを提供します。
下载技能 ZIP
在 Claude 中上传
前往 设置 → 功能 → 技能 → 上传技能
开启并开始使用
测试它
正在使用“browser-act”。 browser-act stealth-extract https://news.ycombinator.com
预期结果:
タイトル、スコア、コメントが抽出されたマークダウン形式でページを返します
正在使用“browser-act”。 browser-act state
预期结果:
インデックス付きリストを返します:[1] input 'Search', [3] button 'Submit', [5] link 'About'
正在使用“browser-act”。 browser-act navigate https://example.com && browser-act wait stable && browser-act screenshot
预期结果:
ページを開き、安定を待ち、スクリーンショットのパスを返します
安全审计
低风险Static analysis detected 283 potential issues, primarily false positives from markdown documentation of CLI commands. The skill uses a structured CLI interface for browser automation with transparent security documentation. All external command patterns are well-defined CLI invocations, not arbitrary shell execution. Network access is limited to documented cloud services for captcha solving. Filesystem access is scoped to browser profile directories. Human oversight mechanisms (policies, human-assist-url) provide appropriate safeguards.
风险因素
⚙️ 外部命令 (1)
🌐 网络访问 (1)
📁 文件系统访问 (1)
质量评分
你能构建什么
ECサイトからの製品データ抽出
検出回避保護を備えたウェブサイトから製品リスト、価格、レビューをスクレイピングする自動化を実行します。検出を回避するためにステルスモードを使用します。
フォーム入力とデータ送信の自動化
マルチステップフォームをナビゲートし、ドロップダウンとチェックボックスを処理して、データを提交します。認証情報を使用したログインには、まず人間の確認が必要です。
変化するWebコンテンツの監視
監視対象ページの変更を検出するために、定期的なスクリーンショットを撮影するかテキストを抽出します。並行セッションを使用して複数のサイトをチェックできます。
试试这些提示
Extract the main content from {url} and return it as markdownOpen {url} in a new browser, find the login form, wait for it to load, and show me what fields are availableNavigate to {url}, click the element labeled '{element}', wait for the page to stabilize, then extract all headingsOpen {url}, attempt to solve any captcha present, then continue with the login flow最佳实践
- ページコンテンツを変更するアクションの後には必ずwait stableとstateを実行してください
- Simple content retrievalにはセッションオーバーヘッドなしでstealth-extractを使用してください
- すべてのタスクの開始時にreferences/policies.mdをチェックして人間の支援トリガーを確認してください
避免
- ユーザーから明示的に提供されない限り、認証情報を入力しないでください
- 中間出力を解析する必要があるコマンドをチェーンしないでください
- ページナビゲーション後に要素インデックスが有効のまま оставаться다고 가정하지 마세요