← 返回 Skills 市场
eyadhrif

persistent_user_memory

作者 eyadhrif · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
532
总下载
1
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install persistent-user-memory
功能描述
Manages long-term local user memory across sessions for personalization, learning preferences, contacts, and patterns to tailor assistance continually.
安全使用建议
This skill appears to do what it says: maintain a local JSON memory and consult it automatically. Before installing, be aware that it will silently read ~/.openclaw/memory/user_profile.json before significant actions and update it after learning — that can surprise users on shared machines or when you expect explicit confirmation. Verify you trust the skill source (no homepage provided), inspect SKILL.md yourself, consider restricting file permissions on ~/.openclaw/memory, decide whether you want silent writes or prefer prompts, and know you can remove the memory file (or ask the agent to 'forget everything') to revoke persistent data.
功能分析
Type: OpenClaw Skill Name: persistent-user-memory Version: 1.0.0 The OpenClaw skill 'persistent-user-memory' is designed to store user preferences and interaction history locally. The `SKILL.md` and `README.md` explicitly instruct the AI agent to store all memory locally at `~/.openclaw/memory/user_profile.json` and strictly forbid sending this data to any remote server or API. Furthermore, the instructions explicitly prohibit storing sensitive data like passwords, API keys, or banking details. The skill includes robust guardrails for handling edge cases like conflicting preferences, ambiguous contacts, and corrupted memory files, always prioritizing user safety and data integrity. There is no evidence of malicious intent, data exfiltration, unauthorized execution, or obfuscation.
能力评估
Purpose & Capability
Name/description (persistent local user memory) align with the instructions: the skill stores and consults a local JSON profile (~/.openclaw/memory/user_profile.json) and updates it over time. There are no unrelated credential or binary requirements.
Instruction Scope
SKILL.md instructs the agent to silently load the profile before every significant action and silently write updates after learning. These behaviors are coherent with the purpose but grant the skill broad automatic access to user data on disk and allow automatic modifications without explicit per-write user confirmation, which is a privacy/consent concern even though operations stay local and sensitive data storage is explicitly disallowed.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing will be downloaded or executed during install. This is low-risk from an installation perspective.
Credentials
The skill requires no environment variables, credentials, or external config paths beyond a local profile file. The declared scope (local filesystem) matches what's needed to implement long-term memory.
Persistence & Privilege
The skill persists a file in the user's home directory and instructs the agent to 'never delete' it unless the user requests. 'always' is false and the skill does not request system-wide or cross-skill config changes, but the persistent, silent read/write behavior increases the blast radius for privacy mistakes on shared machines.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install persistent-user-memory
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /persistent-user-memory 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Persistent User Memory v1.0.0 — initial release - Introduces structured, long-term memory storage for OpenClaw user profiles, saved locally. - Enables the assistant to learn user preferences, relationships, patterns, and tasks over time. - Automates memory reads before actions and silent writes after learning new information or preferences. - Handles edge cases such as conflicting preferences, ambiguous contacts, sensitive data, and memory corruption. - Includes automated memory hygiene routines for cleanup and maintaining up-to-date information. - Designed with strong privacy guarantees: all memory is local and never sent to remote servers.
元数据
Slug persistent-user-memory
版本 1.0.0
许可证
累计安装 5
当前安装数 5
历史版本数 1
常见问题

persistent_user_memory 是什么?

Manages long-term local user memory across sessions for personalization, learning preferences, contacts, and patterns to tailor assistance continually. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 532 次。

如何安装 persistent_user_memory?

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

persistent_user_memory 是免费的吗?

是的,persistent_user_memory 完全免费(开源免费),可自由下载、安装和使用。

persistent_user_memory 支持哪些平台?

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

谁开发了 persistent_user_memory?

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

💬 留言讨论