Overview
- Skill Key
- fatcatmaofei/openclaw-enhanced-memory
- Author
- fatcatmaofei
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/fatcatmaofei/openclaw-enhanced-memory
- Latest Commit SHA
- 59d114c21a594764d132733f28f34d1624f4f164
An enhanced memory system for OpenClaw agents that replaces the default single-file MEMORY.md with a complete memory architecture: hierarchical directory organization by category, [category:value] tag indexing with multi-tag AND search, automatic lifecycle management (active → archive, never delete), and intelligent cross-category retrieval that auto-routes queries to the right memory module. Gives your agent structured, searchable, long-lived memory out of the box.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 enhanced-memory 技能。 若已安装,则直接安装 enhanced-memory 技能。
# Enhanced Memory A structured memory system that gives your OpenClaw agent **organized, searchable, long-lived memory** instead of a single monolithic `MEMORY.md`. ## Why? The default `MEMORY.md` approach hits a wall fast: - One file grows endlessly → slow to read, expensive on tokens - No categorization → food logs mixed with project notes mixed with relationship context - No retrieval strategy → agent re-reads everything or misses what matters - No lifecycle → old entries clutter active memory forever Tagged Memory fixes all of this. ## Core Features ### 1. Hierarchical Directory Organization Memories are stored in purpose-built directories: ``` memory/ ├── current/ # Active memories (last 6 months) ├── archived/ # Auto-archived older memories (permanent, never deleted) │ └── YYYY-MM/ # Organized by month ├── RELATION/ # One file per person (relationship context) ├── food/ # Meal and food logs ├── training/ # Exercise and workout records ├── connections.md # Global relationship graph ├── system/ # System config and logs └── misc/ # Everything else ``` ### 2. Tag-Based Indexing Tag any line in any memory file with `[category:value]` markers: ```markdown ## 2026-02-20 - Had lunch with Zhang Hao [人物:张浩东] [类型:聚餐] [地点:campus] - Discussed the new project deadline [项目:openclaw] [类型:会议] - Yoyo learned a new trick today [宠物:悠悠] [类型:milestone] ``` Tags support multi-tag AND search — find the exact memory you need: ```bash # Single tag search python3 scripts/memory_tag_search.py "人物:张浩东" # Multi-tag AND search (all tags must match) python3 scripts/memory_tag_search.py "人物:王隆哲" "类型:开票信息" # List all tags in the system python3 scripts/memory_tag_search.py --list-tags # List tags under a specific category python3 scripts/memory_tag_search.py --list-tags --category 人物 ``` ### 3. Lifecycle Management Memories age gracefully — never lost, always...
youmind-openlab
AI skill for OpenClaw & Claude Code — recommend from 10000+ Nano Banana Pro (Gemini) image prompts. Smart search by use case, content remix, sample images.
23blocks-os
AI Agent Orchestrator with Skills System - Give AI Agents superpowers: memory search, code graph queries, agent-to-agent messaging. Manage Claude, Codex or any AI Agent from one dashboard. Move Agents between computers and locations
hashgraph-online
AI agent skills for the Universal Registry - search, chat, and register 72,000+ agents across 14+ protocols. Works with Claude, Codex, Cursor, OpenClaw, and any AI assistant.
rito-w
A cross-platform skills manager for AI IDEs. Search marketplace, download locally, and install to Claude, Cursor, Windsurf, and more with one click.
besoeasy
Battle-tested skill library for AI agents. Save 98% of API costs with ready-to-use code for crypto, PDFs, search, web scraping & more. No trial-and-error, no expensive APIs.
zeropointrepo
YouTube Transcript API skills for AI agents. Get transcripts, search videos, browse channels. Works with OpenClaw, ClawdBot, Claude Code, Cursor, Windsurf.