ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 5/5

openclaw-memory-docs

OpenClaw plugin for documentation-grade memory: explicit capture + local searchable store with safe redaction.

Why use this skill?

Manage project documentation securely with OpenClaw Memory Docs. A local-first, audit-friendly plugin for explicit, searchable memory storage with automatic secret redaction.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/homeofe/openclaw-memory-docs
Or

What This Skill Does

The openclaw-memory-docs plugin serves as a high-integrity, local-first documentation management system for OpenClaw. Unlike volatile chat history, this skill allows users to explicitly persist information into a structured, searchable, and audit-friendly local JSONL store. It functions as an extension to the OpenClaw Gateway, providing a mechanism for long-term knowledge retention that is decoupled from cloud-based model context. Key features include deterministic semantic search, tagging, project-based scoping, and built-in secret redaction to ensure that sensitive credentials never enter the storage layer accidentally.

Installation

For standard users, installation is handled via the ClawHub CLI: clawhub install openclaw-memory-docs

For developers or those maintaining a custom branch, use the following commands within your terminal: openclaw plugins install -l ~/.openclaw/workspace/openclaw-memory-docs openclaw gateway restart

Use Cases

This skill is ideal for professionals and developers who manage complex projects requiring long-lived documentation. Use it to keep track of recurring project requirements, store snippets of technical architecture documentation, or log meeting outcomes that need to be retrieved weeks or months later. Because it supports metadata like tags and project identifiers, it is perfect for users balancing multiple active clients or separate, isolated software projects.

Example Prompts

  1. "/remember-doc --tags research,infrastructure --project alpha-grid The main entry point for the load balancer is 10.0.0.5, with SSL termination handled at the edge."
  2. "/search-docs --project alpha-grid load balancer 5"
  3. "/list-docs --tags research"

Tips & Limitations

To maximize the utility of this skill, adopt a consistent tagging nomenclature early. While the tool supports semantic search, providing descriptive content during the 'remember' phase significantly improves recall accuracy. Note that this skill stores data in a local JSONL file; ensure your backup strategy includes this file location to prevent data loss. Always verify that 'redactSecrets' is enabled in your configuration to maintain a security-first environment. Keep in mind that semantic search accuracy may vary with extremely sparse content, so aim for concise yet detailed summaries.

Metadata

Author@homeofe
Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-homeofe-openclaw-memory-docs": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#documentation#memory#knowledge-management#productivity#local-storage
Safety Score: 5/5

Flags: file-write, file-read