Openclaw Skills for building a private, local long-term memory system that categorizes, indexes, and searches AI agent memory without external services.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install memory-free
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install memory-free using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Memory Manager Free is an Openclaw Skills package designed to give AI agents a simple, structured long-term memory layer on the local filesystem. It organizes memory into three preset categories—projects, people, and knowledge—then keeps category indexes in sync so agents can write, retrieve, and search information efficiently.
This skill is optimized for lightweight memory capture in developer workflows, allowing agents to record project context, contact details, and domain notes immediately as they appear. Because it operates entirely in the user home directory and does not send network requests, Openclaw Skills users get privacy-first memory management with predictable file-based storage.
./memory/<category>/.INDEX.md file so the category listing stays current../memory/ with grep -r or reads the category index directly.mkdir -p ./memory/projects ./memory/people ./memory/knowledge
touch ./memory/projects/INDEX.md ./memory/people/INDEX.md ./memory/knowledge/INDEX.md
INDEX.md is updated after every entry.grep -r "keyword" ./memory/
The skill uses a flat, filesystem-based memory schema under ./memory/ with three fixed top-level categories.
| Entity | Path | Purpose | Format |
|---|---|---|---|
| Projects | ./memory/projects/ |
Project background, progress, to-dos | Markdown files (.md) |
| People | ./memory/people/ |
Contacts, interactions, relationship context | Markdown files (.md) |
| Knowledge | ./memory/knowledge/ |
Learning notes, domain references, reusable insights | Markdown files (.md) |
| Category index | ./memory/<category>/INDEX.md |
Auto-maintained directory of entries | Markdown index |
Metadata and taxonomy rules:
projects, people, and knowledge.INDEX.md immediately.Typical entry metadata includes:
grep -r for fast recall across the memory tree.Loading
Openclaw Skills for moltbook-filter-free help you scan, detect, and remove community-feed spam at the client side with configurable rules and JSON feed filtering.

Openclaw Skills for news aggregation, filtering, deduplication, and structured summarization across domestic and international tech, military, and social news.

Openclaw Skills for PowerPoint creation, editing, template-based generation, and content/visual QA in a lightweight free AI skill.

skill-vetter-free is a security-first vetting skill for AI agents that checks source credibility and red flags before installation.

Openclaw Skills memory-compress-free turns long daily agent logs into compact, structured memory summaries with local Node.js processing.

Openclaw Skills for generating clean, portable Markdown that stays consistent across platforms and editors.








































