← 返回 Skills 市场
cliftonwknox

elite-human-memory

作者 cliftonwknox · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
337
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install elite-human-memory
功能描述
Implements a layered, selective long-term memory system that records, retrieves, and updates contextual information with human-like imperfection and maintena...
使用说明 (SKILL.md)

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: \x3Cpath#line> when it adds clarity.

Weekly Maintenance

During a quiet moment or heartbeat:

  • Review recent daily files
  • Extract and promote durable items to MEMORY.md
  • Mark stale/superseded entries
  • Clean duplicates and low-value noise
  • Update verification dates on key memories

Behavioral Triggers

Auto-read memory:

  • Questions about past context, decisions, preferences, or history

Auto-write memory:

  • Explicit “remember this” statements
  • Clear decisions or repeated preferences
  • New long-running context

Created by Clifton Knox and Lovecraft. This skill is now active. Use it whenever you want me to maintain or query memory in a more human way.

安全使用建议
This skill is coherent and implements a local file-based memory workflow. Before installing, confirm where the agent will store memory/YYYY-MM-DD.md and MEMORY.md (workspace path, backups), and whether those files will contain sensitive personal data you don't want persisted. Ensure appropriate filesystem access controls and backups/encryption if needed. Also verify your agent platform provides the referenced helpers (memory_search, memory_get) or that you want the agent to manage these files directly; otherwise the skill's retrieval steps may fail.
功能分析
Type: OpenClaw Skill Name: elite-human-memory Version: 1.0.0 The skill implements a structured, human-like long-term memory system for the OpenClaw agent by managing local markdown files (memory/YYYY-MM-DD.md and MEMORY.md). The instructions in SKILL.md and the templates in memory-templates.md are focused entirely on organizing, retrieving, and maintaining user-related context and preferences without any evidence of malicious intent, data exfiltration, or unauthorized system access.
能力评估
Purpose & Capability
The name/description match the runtime instructions: the skill documents when to write to memory/YYYY-MM-DD.md and MEMORY.md and how to promote/retrieve entries. Nothing requested (no env vars, no binaries) is unrelated to a local file-based memory system.
Instruction Scope
SKILL.md stays within the stated purpose: capture, promote, and retrieve memories; it references memory_search and memory_get as retrieval steps and describes reading/writing daily/long-term markdown files. It does not instruct the agent to exfiltrate data, access unrelated system paths, or reach out to external endpoints.
Install Mechanism
No install spec and no code files are present (instruction-only), so nothing is written to disk by an installer. This is the lowest-risk install profile and matches the described behavior.
Credentials
The skill requests no environment variables, credentials, or config paths. The described use of channel labels (e.g., webchat, whatsapp) is metadata only and does not require external tokens from the skill itself.
Persistence & Privilege
always is false and the skill does not request elevated platform privileges. It assumes the agent can autonomously invoke memory workflows when triggered, which is normal for skills of this type.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install elite-human-memory
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /elite-human-memory 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
humanized the skill and made its memory more human and added contextual metadata for memories.
元数据
Slug elite-human-memory
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 0
历史版本数 1
常见问题

elite-human-memory 是什么?

Implements a layered, selective long-term memory system that records, retrieves, and updates contextual information with human-like imperfection and maintena... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 337 次。

如何安装 elite-human-memory?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install elite-human-memory」即可一键安装,无需额外配置。

elite-human-memory 是免费的吗?

是的,elite-human-memory 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

elite-human-memory 支持哪些平台?

elite-human-memory 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 elite-human-memory?

由 cliftonwknox(@cliftonwknox)开发并维护,当前版本 v1.0.0。

💬 留言讨论