跳轉到主要內容

Documentation Index

Fetch the complete documentation index at: https://docs.openclaw.ai/llms.txt

Use this file to discover all available pages before exploring further.

openclaw proxy

執行本機明確式除錯代理,並檢查擷取的流量。 這是用於傳輸層級調查的除錯命令。它可以啟動本機代理、在啟用擷取的情況下執行子命令、列出擷取工作階段、查詢常見流量模式、讀取擷取的 blob,以及清除本機擷取資料。

命令

openclaw proxy start [--host <host>] [--port <port>]
openclaw proxy run [--host <host>] [--port <port>] -- <cmd...>
openclaw proxy coverage
openclaw proxy sessions [--limit <count>]
openclaw proxy query --preset <name> [--session <id>]
openclaw proxy blob --id <blobId>
openclaw proxy purge

查詢預設集

openclaw proxy query --preset <name> 接受:
  • double-sends
  • retry-storms
  • cache-busting
  • ws-duplicate-frames
  • missing-ack
  • error-bursts

備註

  • start 預設為 127.0.0.1,除非已設定 --host
  • run 會啟動本機除錯代理,然後執行 -- 之後的命令。
  • 擷取內容是本機除錯資料;完成後請使用 openclaw proxy purge

相關