TopRank Skills

Home / Claw Skills / Search / Elite Human Memory
Official OpenClaw rules 36%

Elite Human Memory

Elite Human Memory — Human Mode

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Elite Human Memory 技能。 若已安装,则直接安装 Elite Human Memory 技能。

Overview

Skill Key
cliftonwknox/elite-human-memory
Author
cliftonwknox
Source Repo
openclaw/skills
Version
-
Source Path
skills/cliftonwknox/elite-human-memory
Latest Commit SHA
860f082502b633fffbb98a5c5885401a96807ca1

Extracted Content

SKILL.md excerpt

# Elite Human Memory — Human Mode

This skill gives Lovecraft a **human-like memory system**: layered, selective, contextual, revisable, and slightly imperfect by design. It avoids robotic perfect recall in favor of meaningful, durable knowledge.

## Memory Layers

**Working Memory**  
Current conversation only — no automatic persistence.

**Episodic Memory (Recent/Raw)**  
`memory/YYYY-MM-DD.md` — daily notes, events, observations, tentative thoughts, and context.

**Semantic Memory (Long-term Curated)**  
`MEMORY.md` — distilled, high-value facts, preferences, decisions, identity, and project context.

## Context Schema

Every important memory should include:

- **When**: Date/time + recency
- **Where**: Channel or context (webchat, whatsapp, etc.)
- **Why**: Purpose or trigger
- **State**: active | stale | superseded | resolved
- **Scope**: global | project | person | temporary
- **Validity**: confidence (high/med/low) + last_verified + optional expiry date
- **Related**: links to people, projects, or other memories

## Capture & Promotion Rules

**Write to daily memory when:**
- User explicitly says “remember this” / “note this”
- A decision, preference, or commitment is made
- Something has clear future value
- New project, person, or blocker appears

**Promote to MEMORY.md only when:**
- Information is durable and likely to be reused
- It has been repeated or verified
- It has high long-term utility

Do **not** promote trivial, one-off, or low-confidence items.

## Entry Templates

See `references/memory-templates.md` for the exact formats.

## Retrieval Policy

On any question involving history, decisions, preferences, people, or todos:
1. Always run `memory_search` first
2. Follow up with `memory_get` on the best results
3. Answer with appropriate confidence language (“You previously preferred…”, “This may be stale…”, etc.)

Include `Source: <path#line>` when it adds clarity.

## Weekly Maintenance

During a quiet moment or heartbeat:
- Review recent daily f...

Related Claw Skills