跳轉到主要內容

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 skills

檢查本機 Skills,並從 ClawHub 安裝/更新 Skills。 相關:

命令

openclaw skills search "calendar"
openclaw skills search --limit 20 --json
openclaw skills install <slug>
openclaw skills install <slug> --version <version>
openclaw skills install <slug> --force
openclaw skills install <slug> --agent <id>
openclaw skills update <slug>
openclaw skills update --all
openclaw skills update --all --agent <id>
openclaw skills list
openclaw skills list --eligible
openclaw skills list --json
openclaw skills list --verbose
openclaw skills list --agent <id>
openclaw skills info <name>
openclaw skills info <name> --json
openclaw skills info <name> --agent <id>
openclaw skills check
openclaw skills check --json
openclaw skills check --agent <id>
search/install/update 會直接使用 ClawHub,並安裝到作用中的 工作區 skills/ 目錄。list/info/check 仍會檢查目前工作區與設定可見的本機 Skills。由工作區支援的命令會先從 --agent <id> 解析目標工作區,接著在目前工作 目錄位於已設定的代理工作區內時使用該目錄,最後才使用預設 代理。 這個 CLI install 命令會從 ClawHub 下載 Skills 資料夾。由 Gateway 支援、 在入門設定或 Skills 設定中觸發的 Skills 依賴項安裝,則會改用獨立的 skills.install 請求路徑。 注意事項:
  • search [query...] 接受選用查詢;省略時會瀏覽預設的 ClawHub 搜尋動態。
  • search --limit <n> 會限制傳回的結果數量。
  • install --force 會覆寫同一 slug 的現有工作區 Skills 資料夾。
  • --agent <id> 會指定一個已設定的代理工作區,並覆寫目前 工作目錄的推斷結果。
  • update --all 只會更新作用中工作區內追蹤的 ClawHub 安裝項目。
  • 未提供子命令時,list 是預設動作。
  • listinfocheck 會將其轉譯後的輸出寫入 stdout。搭配 --json 時,這表示可供機器讀取的承載內容會保留在 stdout,供管線 與指令碼使用。

相關