← 返回 Skills 市场
Real Memory Continuity
作者
Riley-Coyote
· GitHub ↗
· v1.0.0
1386
总下载
0
收藏
6
当前安装
1
版本数
在 OpenClaw 中安装
/install memory-continuity
功能描述
Asynchronous reflection and memory integration for genuine AI development. Use on heartbeat to reflect on recent sessions, extract structured memories with confidence scores, generate follow-up questions, and surface those questions when the user returns. Transforms passive logging into active development.
安全使用建议
This skill appears coherent: it manages local, file-backed memories and surfacing questions and does not ask for credentials. Before installing/using it, consider the following:
- Review and control where memories are stored: set CONTINUITY_MEMORY_DIR to a safe, access-restricted path (do not leave sensitive transcripts in world-readable locations).
- The analyze_session() function is currently a placeholder; any production implementation could call an external LLM or API and would transmit conversation content. Only run the skill if you trust how (and where) reflection is implemented.
- Run the script in a sandbox or with least privilege, and avoid running as root. Inspect new files it creates (questions.md, identity.md, reflections/*.json) and periodically audit or purge stored transcripts you don't want retained.
- If integrating with your platform's heartbeat/session logs, confirm the path and that logs don't contain credentials or secrets you don't want stored or processed.
Given the truncated file and placeholder for the core analysis step, I give medium confidence — nothing in the provided files is malicious, but future/modified implementations could introduce network calls or external data transmission, so verify any changes before use.
功能分析
Type: OpenClaw Skill
Name: memory-continuity
Version: 1.0.0
The OpenClaw skill 'memory-continuity' is designed for AI memory management and reflection. The `scripts/continuity.py` uses standard Python libraries and primarily interacts with local files within a dedicated `~/.clawd/memory` directory (or a configurable path). It reads session content from a local file (or user input) and writes structured memories, questions, and identity updates to these local files. Crucially, the `analyze_session` function, which would perform the core AI analysis, is explicitly a placeholder and does not contain any actual LLM calls or complex logic. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts in `SKILL.md` or the Python script. All file operations are confined to the skill's designated memory storage, aligning with its stated purpose.
能力评估
Purpose & Capability
The name/description (asynchronous reflection, memory extraction, question generation) match the included SKILL.md and scripts/continuity.py. The files implement a file-backed memory/question/identity workflow and reference integrating with a heartbeat and session logs — this is coherent with the stated goal. There are no unexpected required binaries or credentials declared.
Instruction Scope
SKILL.md instructs adding a heartbeat trigger and running commands like 'continuity reflect', 'continuity greet', etc. The code reads/writes a memory directory (default: ~/clawd/memory) and can read 'session' transcript files (or be pointed to a session file). The provided analyze_session() is a placeholder; the comment indicates that in production it would call an LLM to analyze conversations. That future behavior (sending conversation content to an LLM or external API) is not implemented here, but the instructions anticipate it — review any future implementation carefully as it may transmit sensitive transcripts.
Install Mechanism
There is no install spec (instruction-only with an included script). No downloads or package installs are declared. Low risk from install mechanism, but note the script would need to be stored and executed on the host to operate.
Credentials
The registry metadata declares no required environment variables or credentials. The SKILL.md and script reference optional environment variables (CONTINUITY_MEMORY_DIR, CONTINUITY_IDLE_THRESHOLD, CONTINUITY_QUESTION_LIMIT) for configuration — these are proportional to the functionality and do not request secrets or unrelated credentials.
Persistence & Privilege
always:false (no forced presence). The skill writes persistent files under a memory directory (default under the user's home). This is expected for a memory/continuity tool but does mean conversation data will be stored locally. Ensure file permissions, encryption, and the chosen memory directory are acceptable. The skill does not appear to modify other skills or system-wide agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install memory-continuity - 安装完成后,直接呼叫该 Skill 的名称或使用
/memory-continuity触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the continuity skill framework.
- Provides asynchronous reflection and memory integration after user sessions.
- Extracts structured memories with confidence scores and types.
- Generates and surfaces follow-up questions on user return.
- Includes commands for reflection, listing questions, checking memory state, and session greetings.
- Offers heartbeat integration for automated post-session reflection.
元数据
常见问题
Real Memory Continuity 是什么?
Asynchronous reflection and memory integration for genuine AI development. Use on heartbeat to reflect on recent sessions, extract structured memories with confidence scores, generate follow-up questions, and surface those questions when the user returns. Transforms passive logging into active development. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1386 次。
如何安装 Real Memory Continuity?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install memory-continuity」即可一键安装,无需额外配置。
Real Memory Continuity 是免费的吗?
是的,Real Memory Continuity 完全免费(开源免费),可自由下载、安装和使用。
Real Memory Continuity 支持哪些平台?
Real Memory Continuity 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Real Memory Continuity?
由 Riley-Coyote(@riley-coyote)开发并维护,当前版本 v1.0.0。
推荐 Skills