← Back to Skills Marketplace
134
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-shared-memory
Description
Reuse, inspect, search, or append shared OpenClaw memory on the current machine. Use when a request depends on remembered local servers, deploy hosts, intern...
Usage Guidance
This skill is coherent with its description: it will read and optionally append notes under ~/.openclaw (or the directory pointed to by OPENCLAW_HOME). Before enabling or allowing autonomous use: 1) confirm you are comfortable with an agent reading your OpenClaw files and (when asked) appending content to MEMORY.md or daily notes — accidental or sensitive data could be written; 2) note there is no network activity in the code, so data is not exfiltrated by the skill itself; 3) the SKILL.md examples use 'python3' but the skill metadata does not declare required binaries—ensure python3 is available where the agent runs; and 4) if you want stronger safety, require explicit user confirmation before the agent executes append operations or run the script manually for inspection prior to granting the agent permission.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-shared-memory
Version: 1.0.0
The skill is a legitimate utility for managing local OpenClaw memory, allowing an agent to search and append to markdown files and a SQLite database located in the user's home directory (~/.openclaw). The Python script (scripts/openclaw_memory.py) follows security best practices, such as using parameterized queries to prevent SQL injection and restricted file path operations, and contains no evidence of data exfiltration, unauthorized execution, or malicious prompt injection.
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, and the included Python script are consistent: the skill searches markdown and an SQLite chunk DB under an OpenClaw home directory and can append to MEMORY.md or daily files. One minor mismatch: SKILL.md usage examples call 'python3' but the skill metadata does not list python3 as a required binary — this is an operational omission, not a functional mismatch.
Instruction Scope
Runtime instructions restrict actions to resolving the skill directory and running the bundled script which only reads/writes files under the OpenClaw root (default ~/.openclaw) and the SQLite DB at memory/main.sqlite. It does not call external endpoints or read arbitrary system-wide files. The script will append arbitrary text to memory files when instructed — this is intended behavior but means writes should be gated by user intent.
Install Mechanism
No install spec (instruction-only plus a bundled Python script). No external downloads or package installs. Risk is low; running the bundled script executes included Python code, but that code is present in the skill bundle and readable for inspection.
Credentials
The skill requests no credentials and only honors an optional OPENCLAW_HOME environment variable to locate memory files. Its filesystem access is limited to the OpenClaw directory tree under the user's home (or OPENCLAW_HOME). This is proportionate to its stated purpose.
Persistence & Privilege
always:false (no forced inclusion). The skill may be invoked autonomously by the agent (default platform behavior). It writes only to its own OpenClaw memory files and does not modify other skills or system-wide agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-shared-memory - After installation, invoke the skill by name or use
/openclaw-shared-memory - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial public release.
Metadata
Frequently Asked Questions
What is OpenClaw Memory?
Reuse, inspect, search, or append shared OpenClaw memory on the current machine. Use when a request depends on remembered local servers, deploy hosts, intern... It is an AI Agent Skill for Claude Code / OpenClaw, with 134 downloads so far.
How do I install OpenClaw Memory?
Run "/install openclaw-shared-memory" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenClaw Memory free?
Yes, OpenClaw Memory is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OpenClaw Memory support?
OpenClaw Memory is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenClaw Memory?
It is built and maintained by KAMIENDER (@kamiender); the current version is v1.0.0.
More Skills