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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/homeofe/openclaw-memory-docsWhat 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
- "/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."
- "/search-docs --project alpha-grid load balancer 5"
- "/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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-homeofe-openclaw-memory-docs": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read
Related Skills
openclaw-ops-elvatis
Operational commands - dashboards, monitoring, and management for OpenClaw deployments.
openclaw-memory-core
Core utilities for OpenClaw memory plugins (redaction, local store, embeddings).
openclaw-ispconfig
Manage ISPConfig servers: automated site provisioning, domains, mailboxes, DNS, databases, SSL, backups, and more.
openclaw-cli-bridge-elvatis
Bridge local Codex, Gemini, and Claude Code CLIs into OpenClaw as vllm model providers. Includes /cli-* slash commands for instant model switching (/cli-sonnet, /cli-opus, /cli-haiku, /cli-gemini, /cli-gemini-flash, /cli-gemini3). E2BIG-safe spawn via minimal env.
openclaw-rss-feeds
RSS/Atom feed digest with optional CVE enrichment, Ghost CMS drafts, and channel notifications