← Back to Skills Marketplace
Memory Bridge
by
qwertyu7894
· GitHub ↗
· v1.0.0
· MIT-0
87
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install memory-bridge
Description
Enables AI to retain and access previous session context across restarts by automatically saving and loading user identity, tasks, and preferences from memor...
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install memory-bridge - After installation, invoke the skill by name or use
/memory-bridge - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 87 downloads so far.
How do I install Memory Bridge?
Run "/install memory-bridge" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Memory Bridge free?
Yes, Memory Bridge is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Memory Bridge support?
Memory Bridge is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Memory Bridge?
It is built and maintained by qwertyu7894 (@qwertyu7894); the current version is v1.0.0.
More Skills