| ブラウザ自動化 | See references/browser-automation.md | | AI スナップショットワークフロー | See references/ai-snapshot-workflow.md |
| URL を開く | agent-browser open | | 要素をクリック | スナップショット → agent-browser click @ref | | フォーム入力 | スナップショット → agent-browser fill @ref "text" | | 状態確認 | agent-browser snapshot -i -c | | スクリーンショット | agent-browser screenshot | | デバッグ | agent-browser --headed open |
| open | URL を開く | | snapshot -i -c | AI 向けスナップショット | | click @e1 | 要素をクリック | | fill @e1 "text" | フォームに入力 | | type @e1 "text" | テキストを入力 | | press Enter | キーを押す | | screenshot [path] | スクリーンショット | | close | ブラウザを閉じる |
ブラウザを手足のように操る。ページ遷移、フォーム入力、スクショ、なんでもこい。Use when users ask to navigate websites, fill forms, take screenshots, extract web data, test web apps, or automate browser workflows. Trigger phrases include 'go to [url]', 'click on', 'fill out the form', 'take a screenshot', 'scrape', 'automate', 'test the website', 'log into', or any browser interaction request. Do NOT load for: sharing URLs, embedding links, screenshot image files. Source: chachamaru127/claude-code-harness.