{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-memory-docs",
    "name": "OpenClaw Memory (Docs)",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/homeofe/openclaw-memory-docs",
    "canonicalUrl": "https://clawhub.ai/homeofe/openclaw-memory-docs",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/openclaw-memory-docs",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-memory-docs",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "index.ts",
      "openclaw.plugin.json",
      "package-lock.json",
      "package.json"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/openclaw-memory-docs"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/openclaw-memory-docs",
    "agentPageUrl": "https://openagent3.xyz/skills/openclaw-memory-docs/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-memory-docs/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-memory-docs/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "openclaw-memory-docs",
        "body": "This is an OpenClaw Gateway plugin (not an agent skill) that provides a conservative, audit-friendly memory store.\n\nIt is designed for project documentation and long-lived notes where you care about:\n\nexplicit control over what gets stored\nno accidental storage of secrets\ndeterministic, local-first behavior\ntag and project metadata for organization"
      },
      {
        "title": "What it does",
        "body": "Adds commands: /remember-doc, /search-docs, /list-docs, /forget-doc, /export-docs, /import-docs\nAdds a search tool: docs_memory_search\nStores entries in a local JSONL file (one record per line)\nUses a deterministic local embedder to enable semantic-ish search without external services\nOptional redaction for common secret formats (API keys, tokens, private key blocks)\nSupports tag and project metadata for filtering and organization"
      },
      {
        "title": "ClawHub",
        "body": "clawhub install openclaw-memory-docs"
      },
      {
        "title": "Dev",
        "body": "openclaw plugins install -l ~/.openclaw/workspace/openclaw-memory-docs\nopenclaw gateway restart"
      },
      {
        "title": "/remember-doc - Save a documentation memory",
        "body": "/remember-doc [--tags t1,t2] [--project name] <text>\n\nStores a note as a documentation memory item. Secrets are automatically redacted if redactSecrets is enabled (default: true).\n\n--tags t1,t2 - Comma-separated tags, merged with defaultTags from config\n--project name - Associate this item with a project\n\nExamples:\n\n/remember-doc Dubai: decide A vs B, then collect facts, then prepare a tax advisor briefing.\n/remember-doc --tags legal,tax --project dubai Tax advisor meeting scheduled for March.\n/remember-doc --tags=api --project=backend The /users endpoint requires Bearer auth."
      },
      {
        "title": "/search-docs - Search documentation memories",
        "body": "/search-docs [--tags t1,t2] [--project name] <query> [limit]\n\nSearches stored memories using semantic similarity. Returns scored results showing IDs, tags, and project badges.\n\nquery - Search text (required)\nlimit - Max results, 1-20 (default: 5)\n--tags t1,t2 - Filter to items matching these tags\n--project name - Filter to items with this project\n\nExamples:\n\n/search-docs Dubai plan\n/search-docs --project=dubai tax advisor 10\n/search-docs --tags=api,backend endpoint auth"
      },
      {
        "title": "/list-docs - List recent documentation memories",
        "body": "/list-docs [--tags t1,t2] [--project name] [limit]\n\nLists the most recent documentation memory items with IDs, dates, tags, and project badges.\n\nlimit - Max items, 1-50 (default: 10)\n--tags t1,t2 - Filter to items matching these tags\n--project name - Filter to items with this project\n\nExamples:\n\n/list-docs\n/list-docs 20\n/list-docs --project=dubai\n/list-docs --tags=legal --project=dubai 5"
      },
      {
        "title": "/forget-doc - Delete a documentation memory",
        "body": "/forget-doc <id>\n\nDeletes a memory item by its full ID (shown by /list-docs). Requires auth."
      },
      {
        "title": "/export-docs - Export as markdown files",
        "body": "/export-docs [--tags t1,t2] [--project name] [path]\n\nExports documentation memories as individual markdown files for git-first workflows. Each file has YAML frontmatter (id, kind, createdAt, tags, project) and the memory text as body.\n\npath - Target directory (default: exportPath config or ~/.openclaw/workspace/memory/docs-export)\n--tags t1,t2 - Export only items matching these tags\n--project name - Export only items with this project\n\nFile naming: YYYY-MM-DD_<shortid>.md\n\nExamples:\n\n/export-docs\n/export-docs ~/docs/memories\n/export-docs --project=dubai\n/export-docs --tags=api --project=backend ~/exports"
      },
      {
        "title": "/import-docs - Import from markdown files",
        "body": "/import-docs [path]\n\nImports documentation memories from a directory of exported markdown files. Each .md file must have YAML frontmatter with id, kind, and createdAt fields (the format produced by /export-docs). Requires auth.\n\nDuplicate items (matching by ID) and invalid files are skipped automatically.\n\npath - Source directory (default: exportPath config or ~/.openclaw/workspace/memory/docs-export)\n\nExamples:\n\n/import-docs\n/import-docs ~/docs/memories\n/import-docs /path/to/exported/docs"
      },
      {
        "title": "Tool: docs_memory_search",
        "body": "Available to agents and automations as a tool call. Searches documentation memories by query with optional tag and project filtering.\n\nInput schema:\n\n{\n  \"query\": \"Dubai plan A vs B\",\n  \"limit\": 5,\n  \"tags\": [\"legal\"],\n  \"project\": \"dubai\"\n}\n\nParameterTypeRequiredDescriptionquerystringyesSearch query textlimitnumbernoMax results, 1-20 (default: 5)tagsstring[]noFilter results to items matching all given tagsprojectstringnoFilter results to items with this project name\n\nReturns a hits array with score, id, createdAt, tags, project, and text for each match."
      },
      {
        "title": "Configuration",
        "body": "{\n  \"plugins\": {\n    \"entries\": {\n      \"openclaw-memory-docs\": {\n        \"enabled\": true,\n        \"config\": {\n          \"storePath\": \"~/.openclaw/workspace/memory/docs-memory.jsonl\",\n          \"dims\": 256,\n          \"redactSecrets\": true,\n          \"defaultTags\": [\"docs\"],\n          \"maxItems\": 5000,\n          \"exportPath\": \"~/.openclaw/workspace/memory/docs-export\"\n        }\n      }\n    }\n  }\n}\n\nOptionTypeDefaultDescriptionenabledbooleantrueEnable or disable the pluginstorePathstring~/.openclaw/...docs-memory.jsonlPath to the JSONL storage filedimsnumber256Embedding dimensions (32-2048)redactSecretsbooleantrueRedact detected secrets before storagedefaultTagsstring[][\"docs\"]Tags automatically added to every saved itemmaxItemsnumber5000Maximum items in the store (100-100000)exportPathstring~/.openclaw/...docs-exportDefault directory for /export-docs and /import-docs"
      },
      {
        "title": "Notes",
        "body": "This plugin intentionally does not auto-capture messages.\nIf you want automatic capture, use openclaw-memory-brain.\nExport/import uses a git-friendly format: one markdown file per memory item, with deterministic filenames (YYYY-MM-DD_<shortid>.md). Frontmatter contains all metadata, making diffs clean and merge-friendly."
      }
    ],
    "body": "openclaw-memory-docs\n\nThis is an OpenClaw Gateway plugin (not an agent skill) that provides a conservative, audit-friendly memory store.\n\nIt is designed for project documentation and long-lived notes where you care about:\n\nexplicit control over what gets stored\nno accidental storage of secrets\ndeterministic, local-first behavior\ntag and project metadata for organization\nWhat it does\nAdds commands: /remember-doc, /search-docs, /list-docs, /forget-doc, /export-docs, /import-docs\nAdds a search tool: docs_memory_search\nStores entries in a local JSONL file (one record per line)\nUses a deterministic local embedder to enable semantic-ish search without external services\nOptional redaction for common secret formats (API keys, tokens, private key blocks)\nSupports tag and project metadata for filtering and organization\nInstall\nClawHub\nclawhub install openclaw-memory-docs\n\nDev\nopenclaw plugins install -l ~/.openclaw/workspace/openclaw-memory-docs\nopenclaw gateway restart\n\nCommands\n/remember-doc - Save a documentation memory\n/remember-doc [--tags t1,t2] [--project name] <text>\n\n\nStores a note as a documentation memory item. Secrets are automatically redacted if redactSecrets is enabled (default: true).\n\n--tags t1,t2 - Comma-separated tags, merged with defaultTags from config\n--project name - Associate this item with a project\n\nExamples:\n\n/remember-doc Dubai: decide A vs B, then collect facts, then prepare a tax advisor briefing.\n/remember-doc --tags legal,tax --project dubai Tax advisor meeting scheduled for March.\n/remember-doc --tags=api --project=backend The /users endpoint requires Bearer auth.\n\n/search-docs - Search documentation memories\n/search-docs [--tags t1,t2] [--project name] <query> [limit]\n\n\nSearches stored memories using semantic similarity. Returns scored results showing IDs, tags, and project badges.\n\nquery - Search text (required)\nlimit - Max results, 1-20 (default: 5)\n--tags t1,t2 - Filter to items matching these tags\n--project name - Filter to items with this project\n\nExamples:\n\n/search-docs Dubai plan\n/search-docs --project=dubai tax advisor 10\n/search-docs --tags=api,backend endpoint auth\n\n/list-docs - List recent documentation memories\n/list-docs [--tags t1,t2] [--project name] [limit]\n\n\nLists the most recent documentation memory items with IDs, dates, tags, and project badges.\n\nlimit - Max items, 1-50 (default: 10)\n--tags t1,t2 - Filter to items matching these tags\n--project name - Filter to items with this project\n\nExamples:\n\n/list-docs\n/list-docs 20\n/list-docs --project=dubai\n/list-docs --tags=legal --project=dubai 5\n\n/forget-doc - Delete a documentation memory\n/forget-doc <id>\n\n\nDeletes a memory item by its full ID (shown by /list-docs). Requires auth.\n\n/export-docs - Export as markdown files\n/export-docs [--tags t1,t2] [--project name] [path]\n\n\nExports documentation memories as individual markdown files for git-first workflows. Each file has YAML frontmatter (id, kind, createdAt, tags, project) and the memory text as body.\n\npath - Target directory (default: exportPath config or ~/.openclaw/workspace/memory/docs-export)\n--tags t1,t2 - Export only items matching these tags\n--project name - Export only items with this project\n\nFile naming: YYYY-MM-DD_<shortid>.md\n\nExamples:\n\n/export-docs\n/export-docs ~/docs/memories\n/export-docs --project=dubai\n/export-docs --tags=api --project=backend ~/exports\n\n/import-docs - Import from markdown files\n/import-docs [path]\n\n\nImports documentation memories from a directory of exported markdown files. Each .md file must have YAML frontmatter with id, kind, and createdAt fields (the format produced by /export-docs). Requires auth.\n\nDuplicate items (matching by ID) and invalid files are skipped automatically.\n\npath - Source directory (default: exportPath config or ~/.openclaw/workspace/memory/docs-export)\n\nExamples:\n\n/import-docs\n/import-docs ~/docs/memories\n/import-docs /path/to/exported/docs\n\nTool: docs_memory_search\n\nAvailable to agents and automations as a tool call. Searches documentation memories by query with optional tag and project filtering.\n\nInput schema:\n\n{\n  \"query\": \"Dubai plan A vs B\",\n  \"limit\": 5,\n  \"tags\": [\"legal\"],\n  \"project\": \"dubai\"\n}\n\nParameter\tType\tRequired\tDescription\nquery\tstring\tyes\tSearch query text\nlimit\tnumber\tno\tMax results, 1-20 (default: 5)\ntags\tstring[]\tno\tFilter results to items matching all given tags\nproject\tstring\tno\tFilter results to items with this project name\n\nReturns a hits array with score, id, createdAt, tags, project, and text for each match.\n\nConfiguration\n{\n  \"plugins\": {\n    \"entries\": {\n      \"openclaw-memory-docs\": {\n        \"enabled\": true,\n        \"config\": {\n          \"storePath\": \"~/.openclaw/workspace/memory/docs-memory.jsonl\",\n          \"dims\": 256,\n          \"redactSecrets\": true,\n          \"defaultTags\": [\"docs\"],\n          \"maxItems\": 5000,\n          \"exportPath\": \"~/.openclaw/workspace/memory/docs-export\"\n        }\n      }\n    }\n  }\n}\n\nOption\tType\tDefault\tDescription\nenabled\tboolean\ttrue\tEnable or disable the plugin\nstorePath\tstring\t~/.openclaw/...docs-memory.jsonl\tPath to the JSONL storage file\ndims\tnumber\t256\tEmbedding dimensions (32-2048)\nredactSecrets\tboolean\ttrue\tRedact detected secrets before storage\ndefaultTags\tstring[]\t[\"docs\"]\tTags automatically added to every saved item\nmaxItems\tnumber\t5000\tMaximum items in the store (100-100000)\nexportPath\tstring\t~/.openclaw/...docs-export\tDefault directory for /export-docs and /import-docs\nNotes\nThis plugin intentionally does not auto-capture messages.\nIf you want automatic capture, use openclaw-memory-brain.\nExport/import uses a git-friendly format: one markdown file per memory item, with deterministic filenames (YYYY-MM-DD_<shortid>.md). Frontmatter contains all metadata, making diffs clean and merge-friendly."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/homeofe/openclaw-memory-docs",
    "publisherUrl": "https://clawhub.ai/homeofe/openclaw-memory-docs",
    "owner": "homeofe",
    "version": "0.2.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-memory-docs",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-memory-docs",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-memory-docs/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-memory-docs/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-memory-docs/agent.md"
  }
}