> ## Documentation Index
> Fetch the complete documentation index at: https://openclaw.veiseule.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# メモリ

# `openclaw memory`

セマンティックメモリのインデックスと検索を管理します。
セマンティックメモリのインデックスと検索を管理します。
セマンティックメモリのインデックス作成と検索を管理します。\
アクティブなメモリプラグインによって提供されます（デフォルト：`memory-core`。無効化するには `plugins.slots.memory = "none"` を設定してください）。

関連項目：

* メモリの概念：[Memory](/concepts/memory)
* プラグイン：[Plugins](/tools/plugin)

## 例

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw memory status
openclaw memory status --deep
openclaw memory status --deep --index
openclaw memory status --deep --index --verbose
openclaw memory index
openclaw memory index --verbose
openclaw memory search "release checklist"
openclaw memory status --agent main
openclaw memory index --agent main --verbose
```

## オプション

共通：

* `--agent <id>`：単一のエージェントにスコープします（デフォルト：設定されているすべてのエージェント）。
* `--verbose`：プローブおよびインデックス作成中に詳細なログを出力します。

注記：

* `memory status --deep` は、ベクターおよび埋め込みの可用性をプローブします。
* `memory status --deep --index` は、ストアがダーティな場合に再インデックスを実行します。
* `memory index --verbose` は、フェーズごとの詳細（プロバイダー、モデル、ソース、バッチの活動）を出力します。
* `memory status` には、`memorySearch.extraPaths` を介して設定された追加のパスが含まれます。
