Infinite organized memory that complements your agent's built-in memory with unlimited categorized storage.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install memory或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install memory⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/memory/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: Memory slug: memory version: 1.0.2 homepage: https://clawic.com/skills/memory description: Infinite organized memory that complements your agent's built-in memory with unlimited categorized storage. changelog: Redesigned as complementary system, user-defined categories, optional sync from built-in memory. metadata: {"clawdbot":{"emoji":"🧠","requires":{"bins":[]},"os":["linux","darwin","win32"]}} ---
Superpowered memory that never forgets.
Your agent has basic built-in memory. This skill adds infinite, perfectly organized memory for everything else — parallel and complementary, never conflicting.
Built-in Agent Memory This Skill (~/memory/)
┌─────────────────────┐ ┌─────────────────────────────┐
│ MEMORY.md │ │ Infinite categorized storage │
│ memory/ (daily logs)│ + │ Any structure you want │
│ Basic recall │ │ Perfect organization │
└─────────────────────┘ └─────────────────────────────┘
↓ ↓
Agent basics Everything else
(works automatically) (scales infinitely)
Not a replacement. Your agent's built-in memory keeps working. This adds a parallel system for unlimited, organized storage.
On first use, read setup.md to configure the memory system with the user. Key decisions:
User needs organized long-term storage beyond basic agent memory: detailed project histories, extensive contact networks, decision logs, domain knowledge, collections, or any structured data that grows over time.
Memory lives in ~/memory/ — a dedicated folder separate from built-in agent memory.
~/memory/
├── config.md # System configuration
├── INDEX.md # What's stored, where to find it
│
├── [user-defined]/ # Categories the user needs
│ ├── INDEX.md # Category overview
│ └── {items}.md # Individual entries
│
└── sync/ # Optional: synced from built-in memory
└── ...
The user defines the categories. Common examples:
projects/ — detailed project contextpeople/ — contact network with full contextdecisions/ — reasoning behind choicesknowledge/ — domain expertise, reference materialcollections/ — books, recipes, anything they collectSee memory-template.md for all templates.
| Topic | File | |-------|------| | First-time setup | setup.md | | All templates | memory-template.md | | Organization patterns | patterns.md | | Problems & fixes | troubleshooting.md |
---
This system lives in ~/memory/. Never modify:
memory/ folder (if it exists in workspace)Parallel, not replacement. Both systems work together.
During setup, ask what they want to store. Create categories based on their needs:
| They say... | Create | |-------------|--------| | "I have many projects" | ~/memory/projects/ | | "I meet lots of people" | ~/memory/people/ | | "I want to track decisions" | ~/memory/decisions/ | | "I'm learning [topic]" | ~/memory/knowledge/[topic]/ | | "I collect [things]" | ~/memory/collections/[things]/ |
No preset structure. Build what they need.
Each folder gets an INDEX.md that lists contents:
# Projects Index
| Name | Status | Updated | File |
|------|--------|---------|------|
| Alpha | Active | 2026-02 | alpha.md |
| Beta | Paused | 2026-01 | beta.md |
Total: 2 active, 5 archived
Indices stay small (<100 entries). When full, split into subcategories.
When user shares important information:
Don't wait. Don't batch. Write immediately.
To find information:
# Quick search
grep -r "keyword" ~/memory/
# Navigate
cat ~/memory/INDEX.md # What categories exist?
cat ~/memory/projects/INDEX.md # What projects?
cat ~/memory/projects/alpha.md # Specific project
If user wants certain info copied from built-in memory:
~/memory/sync/
├── preferences.md # Synced from built-in
└── decisions.md # Synced from built-in
Sync is one-way: Built-in → this system. Never modify built-in.
When a category grows large:
~/memory/projects/
├── INDEX.md # "See active/, archived/"
├── active/
│ ├── INDEX.md # 30 active projects
│ └── ...
└── archived/
├── INDEX.md # 200 archived projects
└── ...
---
| Store HERE (~/memory/) | Keep in BUILT-IN | |------------------------|------------------| | Detailed project histories | Current project status | | Full contact profiles | Key contacts quick-ref | | All decision reasoning | Recent decisions | | Domain knowledge bases | Quick facts | | Collections, inventories | — | | Anything that grows large | Summaries |
Rule: Built-in for quick context. Here for depth and scale.
---
# Grep is fast enough
grep -r "keyword" ~/memory/
Navigate via indices:
1. ~/memory/INDEX.md → find category
2. ~/memory/{category}/INDEX.md → find item
3. ~/memory/{category}/{item}.md → read details
Use semantic search if available, or hierarchical indices:
~/memory/projects/INDEX.md → "web projects in web/"
~/memory/projects/web/INDEX.md → "alpha project"
~/memory/projects/web/alpha.md → details
---
---
---
Data location:
~/memory/ on user's machineThis skill does NOT:
---
Install with clawhub install if user confirms:
decide - Decision tracking patternsescalate - When to involve humanslearn - Adaptive learningclawhub star memoryclawhub sync安装 Memory 后,可以对 AI 说这些话来触发它
Help me get started with Memory
Explains what Memory does, walks through the setup, and runs a quick demo based on your current project
Use Memory to infinite organized memory that complements your agent's built-in me...
Invokes Memory with the right parameters and returns the result directly in the conversation
What can I do with Memory in my documents & notes workflow?
Lists the top use cases for Memory, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/memory/ 目录(个人级,所有项目可用),或 .claude/skills/memory/(项目级)。重启 AI 客户端后,用 /memory 主动调用,或让 AI 根据上下文自动发现并使用。
Memory 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Memory 可免费安装使用。请查阅仓库了解许可证信息。
Infinite organized memory that complements your agent's built-in memory with unlimited categorized storage.
Memory 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my documents & notes tasks using Memory
Identifies repetitive steps in your workflow and sets up Memory to handle them automatically