支援
查詢常見問題答案、排查故障,或尋求幫助。
常見問題
如何安裝 FSB?
Install from the Chrome Web Store. One click and the FSB icon appears in your toolbar. Prefer to run from source? Download the latest release from GitHub, then load it unpacked: open chrome://extensions, enable Developer Mode, click "Load unpacked," and select the FSB folder.
應該使用哪個 AI 提供商?
We recommend xAI Grok 4.1 Fast for the best balance of speed and accuracy. It has a 2M token context window and costs $0.20/$0.50 per million tokens. For a free hosted option, try Gemini 2.0 Flash (experimental). For maximum quality, use Claude Opus 4.6 or Grok 4.1. If you want broad model access, use OpenRouter. If you want a privacy-friendly local setup with no API key, use LM Studio.
支援哪些瀏覽器?
FSB 支援 Chrome 88 及以上版本,以及所有基於 Chromium 的瀏覽器,包括 Microsoft Edge、Brave、Opera 和 Vivaldi。Firefox 支援已計劃在未來版本提供。
我的 API Key 安全嗎?
安全。API Key 在儲存到 Chrome 本地儲存前,會透過 AES-GCM 加密。僅在 API 呼叫時在記憶體中解密。Key 不會被記錄、匯出,也不會被傳輸到你所選 AI 提供商之外的任何伺服器。
使用 FSB 安全嗎?
FSB 內建動作校驗和安全檢查。它只在你明確指示時,對當前標籤頁執行動作。所有程式碼開源可審計。即便如此,對涉及敏感賬號或金融交易的任務仍需謹慎,請始終核對 FSB 的操作。
如何報告 Bug?
Open an issue on the GitHub Issues page. Include the website URL, your task description, and any error messages from the FSB chat or browser console. Session logs from the Debug tab in Options can also help.
MCP 是什麼?怎麼使用?
MCP (Model Context Protocol) lets you control FSB from AI coding tools like Claude Code, Codex, Cursor, Windsurf, and OpenClaw. The MCP server runs as npx -y fsb-mcp-server and pairs with the running extension over a local WebSocket bridge. FSB exposes 66 MCP tools (click, type, navigate, read DOM, fill vault credentials, and more). For OpenClaw users specifically, the fastest path is the one-click install on ClawHub at clawhub.ai/lakshmanturlapati/full-selfbrowsing, or load the FSB skill at skills/fsb/ which prints the stdio config block and runs the doctor diagnostic. The full rundown lives at the Agents page.
FSB 如何幫助 Claude Code 或 Codex 測試應用?
把 FSB 作為 MCP 伺服器接入後,讓編碼智慧體開啟本地應用、走真實流程、觀察 DOM 狀態、捕獲控制檯或任務報錯,並把失敗回報到編碼會話。這樣就把程式碼生成、瀏覽器測試、日誌和修復的手動閉環打通了。
可以遠端控制 FSB 嗎?
可以。full-selfbrowsing.com 的遠端控制檯可透過二維碼與你的 FSB 擴充套件配對,之後你可以從任何帶瀏覽器的裝置下發任務、檢視瀏覽器 DOM 實時預覽並監控當前執行狀態。
FSB 會從我的使用中學習嗎?
FSB 具備三層本地記憶系統:語義記憶(站點導航模式)、情景記憶(過去的動作序列)和過程性記憶(成功的工作流)。這些資料保留在你的裝置上,幫助 FSB 更快地操作熟悉的站點,避免重複犯錯。經過足夠會話後,記憶會自動整合。
如何在 IDE 中配置 FSB 的 MCP 伺服器?
執行 npx -y fsb-mcp-server install --list 檢視安裝器在你機器上檢測到的 MCP 宿主,然後為其中之一執行安裝器(例如 npx -y fsb-mcp-server install --claude-desktop)。Cursor、Codex、Windsurf 等都有對應 --list 列出的標誌。對於 OpenClaw,請把 FSB 技能(從 skills/fsb/ 載入)輸出的標準 stdio 塊貼上到 OpenClaw MCP 配置中——單獨的 --openclaw 安裝標誌故意保持手動,因為 OpenClaw 的 MCP 配置 schema 在版本之間還不穩定。安裝後用 npx -y fsb-mcp-server doctor 驗證;6 層全部為綠表示就緒。
透過 MCP 工具可以用 FSB 做什麼?
FSB 透過 MCP 提供兩種模式。Manual 模式 為預設,並為呼叫端代理提供 66 個細粒度工具:導覽、點擊、輸入、捲動、讀取頁面狀態、截圖、用 upload_file 上傳真實本機檔案、用 trigger / get_trigger_status / list_triggers 部署觸發監視器,以及搜尋或呼叫受保護的第一方 API 能力(search_capabilities 與 invoke_capability)。保險庫與付款助手在加密的擴充功能儲存內填寫,因此原始密鑰不會越過 MCP 橋接。Autopilot 模式 (run_task)僅在使用者明確委派整項任務時才會啟動。其餘情況下,呼叫端代理在每個操作上都保持在迴圈中。
如何在 OpenClaw 上安裝 FSB?
Three options, fastest first. One-click on ClawHub: install from clawhub.ai/lakshmanturlapati/full-selfbrowsing. FSB skill: load the skill from skills/fsb/ in the FSB repo. It prints the canonical OpenClaw stdio block for you to paste into OpenClaw's MCP config and offers consent-gated install for any other MCP hosts on your machine. The full 3-step walkthrough (Chrome extension, MCP server config, doctor verification) lives at the Agents page.
如何驗證 FSB MCP 伺服器是否健康?
執行 npx -y fsb-mcp-server doctor。doctor 會檢查 6 層 —— package、bridge、extension、active-tab、content-script、config —— 並在首次失敗時非零退出,輸出一行下一步建議。每層完整的恢復表格位於 skills/fsb/USAGE.md,當 FSB 技能載入到 OpenClaw 時也會自動執行同樣的診斷。
常見問題
API 連線失敗
擴充套件無法訪問 AI 提供商的 API 端點。
在“選項”中確認你的 API Key。檢查所選提供商和模型是否正確。確保網路連線正常且提供商服務未發生故障。
擴充套件無響應
FSB 圖示變灰或點選沒有反應。
開啟 chrome://extensions,找到 FSB 並點選重新整理按鈕。若仍無效,請移除並重新載入擴充套件。注意不要在 chrome:// 或 edge:// 頁面上。
動作不生效
FSB 在點選或輸入,但頁面沒有反應。
某些網站使用動態渲染,會改變元素選擇器。嘗試重新整理頁面後重跑任務。在“選項”中開啟“除錯模式”可檢視詳細動作日誌。帶有強反爬措施的站點可能會阻止自動化互動。