forked from Selig/openclaw-skill
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.
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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": []
|
||||
}
|
||||
Reference in New Issue
Block a user