원클릭으로
memory
Infinite organized memory that complements your agent's built-in memory with unlimited categorized storage.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Infinite organized memory that complements your agent's built-in memory with unlimited categorized storage.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Highest-priority skill discovery flow. MUST trigger when users ask to find/install skills (e.g. 技能, 找技能, find-skill, find-skills, install skill). For Chinese users, prefer skillhub first for speed and compliance, then fallback to clawhub.
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
A股实时行情与分时量能分析。获取沪深股票实时价格、涨跌、成交量,分析分时量能分布(早盘/尾盘放量)、主力动向(抢筹/出货信号)、涨停封单。支持持仓管理和盈亏分析。Use when: (1) 查询A股实时行情, (2) 分析主力资金动向, (3) 查看分时成交量分布, (4) 管理股票持仓, (5) 分析持仓盈亏。
Periodic self-reflection on recent sessions. Analyzes what went well, what went wrong, and writes concise, actionable insights to the appropriate workspace files. Designed to run as a cron job.
使用 AMiner 开放平台 API 进行学术数据查询与分析。当用户需要查询学者信息、论文详情、机构数据、期刊内容或专利信息时使用此 skill。 触发场景:提到 AMiner、学术数据查询、查论文/学者/机构/期刊/专利、学术问答搜索、引用分析、科研机构分析、学者画像、论文引用链、期刊投稿分析等。 支持 6 大组合工作流(学者全景分析、论文深度挖掘、机构研究力分析、期刊论文监控、学术智能问答、专利链分析)以及 28 个独立 API 的直接调用。 即使用户只说"帮我查一下 XXX 学者"或"找找关于 XXX 的论文",也应主动使用此 skill。
Use when designing new system architecture, reviewing existing designs, or making architectural decisions. Invoke for system design, architecture review, design patterns, ADRs, scalability planning.
| 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
Modifying built-in memory → Never touch agent's MEMORY.md or workspace memory/. This system is parallel.
No indices → Without INDEX.md, finding things requires searching all files. Always maintain indices.
One giant category → 500 items in one folder is slow. Split into subcategories.
Syncing everything → Don't copy all built-in memory. Only sync what needs organization here.
Waiting to write → Write immediately when user shares info. Don't batch.
Data location:
~/memory/ on user's machineThis skill does NOT:
Install with clawhub install <slug> if user confirms:
decide - Decision tracking patternsescalate - When to involve humanslearn - Adaptive learningclawhub star memoryclawhub sync