← 返回 Skills 市场
Memory Bridge
作者
qwertyu7894
· GitHub ↗
· v1.0.0
· MIT-0
87
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install memory-bridge
功能描述
Enables AI to retain and access previous session context across restarts by automatically saving and loading user identity, tasks, and preferences from memor...
安全使用建议
What to consider before installing:
- The skill will create and persist files under ~/.openclaw/workspace and will automatically read MEMORY.md on new sessions. That means conversation snippets and preferences may be written to disk (WAL / working-buffer), so review those files and templates for anything sensitive before enabling.
- The registry metadata did not declare required config paths, but the instructions expect full read/write access to ~/.openclaw/workspace — treat that as an undeclared permission. If you store secrets or sensitive data in chats, they could be persisted.
- The SKILL docs show inconsistent install names ('memory-system' vs 'memory-bridge'); verify exactly what the 'clawhub install' command will fetch and inspect that package/source before running it.
- Because this is an instruction-only bundle with no packaged code shown, inspect the actual package that clawhub would install (or run the install in an isolated environment) to confirm there is no additional behavior (network callbacks, telemetry, or code that reads other paths).
- If you proceed: (1) test in a sandbox/VM or throwaway account; (2) inspect the created files and their permissions; (3) ensure the memory folder is not auto-synced to cloud backups if you have sensitive info; (4) know how to delete/clear memory (delete MEMORY.md and memory/ .learnings/) if you want to revoke persistence; (5) consider requiring encryption for persisted files if storing sensitive content.
Given the metadata/instruction inconsistencies and the fact that filesystem persistence was not declared explicitly, treat this as suspicious until you verify the actual package source and its install-time behavior.
能力评估
Purpose & Capability
The skill's stated goal is persistent memory across restarts and the instructions show exactly that: create a small index (MEMORY.md) and other memory files under ~/.openclaw/workspace and read them on new sessions. No unrelated credentials or binaries are requested.
Instruction Scope
Instructions tell the agent to create/inspect ~/.openclaw/workspace, copy templates, and read/write memory files (MEMORY.md, memory/, .learnings/). This is consistent with the stated purpose but implies the agent will persist conversation content to disk (including a WAL and working-buffer that may store conversation excerpts when context usage is high). Also there is a minor internal inconsistency in the docs: one place shows 'clawhub install memory-system' and another 'clawhub install memory-bridge'.
Install Mechanism
This is an instruction-only skill (no install spec or code bundled), which is lower risk. However the documentation references installing via 'clawhub' with inconsistent package names. Because there's no packaged install spec here, actual installation behavior (what 'clawhub' will install) is unknown and should be verified before running.
Credentials
The skill metadata declares no required config paths or env vars, yet the runtime instructions explicitly create and read files under ~/.openclaw/workspace. That filesystem access is not declared in the registry metadata; persistent reading/writing of user files (including potentially sensitive conversation content) is a material permission that should be declared and considered before install.
Persistence & Privilege
always:false (not force-included) and autonomous invocation is allowed (default). The skill creates persistent files the agent will read across sessions (MEMORY.md auto-loaded on wake). This gives ongoing access to persisted data but is expected for a memory skill; still, the combination of persistence + autonomous invocation increases blast radius if the implementation is malicious or buggy.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install memory-bridge - 安装完成后,直接呼叫该 Skill 的名称或使用
/memory-bridge触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the memory-bridge skill.
- Enables persistent memory for AI: remembers user identity, ongoing tasks, and conversation context across new sessions and window restarts.
- Offers auto-initialization and manual activation via trigger phrases (e.g., "初始化记忆", "开启记忆").
- Introduces efficient memory structure: MEMORY.md (short index, auto-loaded), with supporting task and learning files loaded on demand.
- Ensures previous user-specific settings and tools are not altered.
元数据
常见问题
Memory Bridge 是什么?
Enables AI to retain and access previous session context across restarts by automatically saving and loading user identity, tasks, and preferences from memor... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 87 次。
如何安装 Memory Bridge?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install memory-bridge」即可一键安装,无需额外配置。
Memory Bridge 是免费的吗?
是的,Memory Bridge 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Memory Bridge 支持哪些平台?
Memory Bridge 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Memory Bridge?
由 qwertyu7894(@qwertyu7894)开发并维护,当前版本 v1.0.0。
推荐 Skills