Files
Selig 4c966a3ad2 Initial commit: OpenClaw Skill Collection
6 custom skills (assign-task, dispatch-webhook, daily-briefing,
task-capture, qmd-brain, tts-voice) with technical documentation.
Compatible with Claude Code, OpenClaw, Codex CLI, and OpenCode.
2026-03-13 10:58:30 +08:00

19 lines
1.0 KiB
JSON
Executable File

{
"title": "`openclaw memory`",
"content": "Manage semantic memory indexing and search.\nProvided by the active memory plugin (default: `memory-core`; set `plugins.slots.memory = \"none\"` to disable).\n\n* Memory concept: [Memory](/concepts/memory)\n* Plugins: [Plugins](/plugins)\n\n* `--agent <id>`: scope to a single agent (default: all configured agents).\n* `--verbose`: emit detailed logs during probes and indexing.\n\n* `memory status --deep` probes vector + embedding availability.\n* `memory status --deep --index` runs a reindex if the store is dirty.\n* `memory index --verbose` prints per-phase details (provider, model, sources, batch activity).\n* `memory status` includes any extra paths configured via `memorySearch.extraPaths`.",
"code_samples": [],
"headings": [
{
"level": "h2",
"text": "Examples",
"id": "examples"
},
{
"level": "h2",
"text": "Options",
"id": "options"
}
],
"url": "llms-txt#`openclaw-memory`",
"links": []
}