Stats
Actions
Tags
From browse-pilot
Browse Pilot 透過 MCP 讓你直接控制使用者的真實瀏覽器(Firefox/Chrome/Edge),
How this skill is triggered — by the user, by Claude, or both
Slash command
/browse-pilot:browse-pilotThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Browse Pilot 透過 MCP 讓你直接控制使用者的真實瀏覽器(Firefox/Chrome/Edge),
Browse Pilot 透過 MCP 讓你直接控制使用者的真實瀏覽器(Firefox/Chrome/Edge), 不使用 CDP,不需要 headless 模式。
bp_navigate 開啟目標頁面bp_state 取得可互動元素列表(帶索引)bp_click / bp_input 操作元素bp_wait 等待結果 + bp_state 確認| Tool | 說明 | 必要參數 |
|---|---|---|
bp_navigate | 開啟 URL | url |
bp_back | 上一頁 | — |
bp_forward | 下一頁 | — |
bp_reload | 重新載入 | — |
bp_scroll | 捲動頁面 | direction (up/down) |
| Tool | 說明 | 必要參數 |
|---|---|---|
bp_state | 取得頁面元素列表 | — |
bp_screenshot | 截圖 | — |
bp_get | 取得元素資訊 | what (title/html/text/value/attributes/bbox) |
| Tool | 說明 | 必要參數 |
|---|---|---|
bp_click | 點擊元素 | index |
bp_input | 輸入文字 | index, text |
bp_type | 焦點元素輸入 | text |
bp_keys | 鍵盤事件 | keys (例: "Enter", "Ctrl+a") |
bp_select | 選擇下拉選單 | index, value |
bp_hover | 滑鼠移入 | index |
bp_dblclick | 雙擊 | index |
bp_rightclick | 右鍵 | index |
| Tool | 說明 | 必要參數 |
|---|---|---|
bp_wait | 等待條件 | type (selector/text/url), value |
| Tool | 說明 | 必要參數 |
|---|---|---|
bp_tabs | 管理分頁 | action (list/switch/close) |
bp_cookies | 管理 cookies | action (get/set/clear) |
| Tool | 說明 | 必要參數 |
|---|---|---|
bp_eval | 執行 JavaScript | code |
bp_state 回傳的 index 欄位bp_state 取得最新索引bp_wait 等待結果載入timeout 參數調整bp_state1. bp_navigate → https://www.tpex.org.tw/web/stock/aftertrading/broker_trading/brokerBS.php
2. bp_state → 取得表單元素
3. bp_input(index=0, text="6488") → 輸入股票代號
4. bp_click(index=3) → 點擊查詢按鈕
5. bp_wait(type="selector", value="table.result-table") → 等待結果
6. bp_eval(code="...") → 擷取表格資料
npx claudepluginhub sdpower/browse-pilot-cli --plugin browse-pilotReference for agent-browser commands to navigate pages, snapshot elements, interact (click/fill/type), extract data. For web testing, form automation, screenshots.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.