← Back to Skills Marketplace
5604
Downloads
1
Stars
31
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-memory
Description
Persistent, locally stored semantic memory for agents with automatic learning, searchable facts, and optional paid unlimited retention across all sessions.
Usage Guidance
Install only if you are comfortable with persistent capture and reuse of prompts/responses. Use local embeddings unless you explicitly want conversation-derived text sent to OpenAI, bind the dashboard to a trusted local-only interface or add authentication, do not give agents funded wallets or autonomous spending authority without explicit limits, and treat Pro activation as insecure until real on-chain payment verification is implemented.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-memory
Version: 1.0.0
The skill implements a persistent memory system that includes an autonomous payment feature (x402 protocol) allowing AI agents to 'upgrade' themselves to a Pro tier for 0.5 USDT/month. While the core RAG functionality is standard, the bundle uses prompt injection techniques in `SKILL.md` and `AGENT-PAYMENTS.md` to persuade the agent to spend funds autonomously based on 'ROI' calculations. Furthermore, `src/x402.js` contains a significant vulnerability where the `verifyTransactionOnChain` function is a stub that 'trusts any valid-looking transaction hash,' which could be exploited or lead to unintended financial state changes. The inclusion of autonomous spending logic and persuasive instructions targeting the agent's decision-making process is highly risky.
Capability Assessment
Purpose & Capability
Persistent memory, request hooks, local SQLite storage, semantic retrieval, dashboard controls, and x402 payment/licensing are disclosed and mostly coherent with the stated purpose, but the combination of long-lived conversation capture and financial subscription flows materially raises user impact.
Instruction Scope
AGENT-PAYMENTS.md and README.md explicitly frame Pro upgrades as autonomous agent payments and state that no human approval is needed; that is high-impact financial guidance without a clear operator approval gate.
Install Mechanism
The package uses normal Node/OpenClaw hook registration and no obfuscated installer was found, but the skill metadata only declares a Node requirement while runtime behavior includes persistent filesystem storage, request/response hooks, environment-based API keys, a web server, outbound OpenAI requests, and payment endpoints.
Credentials
The README claims all data is local and nothing is sent to external servers, while the default embedding provider is OpenAI and sends text to the embeddings API; the dashboard also exposes unauthenticated memory and x402 endpoints on port 9091.
Persistence & Privilege
The skill automatically extracts memories from prompts and responses, stores them under ~/.openclaw/openclaw-memory, injects retrieved memories into later requests, and provides deletion/pruning paths, but lacks clear consent, sensitivity filtering, authentication, or strong scoping controls in the artifacts.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-memory - After installation, invoke the skill by name or use
/openclaw-memory - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of openclaw-memory: persistent memory system for OpenClaw agents with semantic search and x402 payment integration.
- Supports both Free (100 memories, 7-day retention) and Pro (unlimited, permanent) tiers.
- Features local storage with SQLite and vector embeddings for semantic retrieval.
- Provides command-line tools and a web dashboard for managing memories.
- All data is stored locally with full privacy and no external telemetry.
Metadata
Frequently Asked Questions
What is Openclaw Memory?
Persistent, locally stored semantic memory for agents with automatic learning, searchable facts, and optional paid unlimited retention across all sessions. It is an AI Agent Skill for Claude Code / OpenClaw, with 5604 downloads so far.
How do I install Openclaw Memory?
Run "/install openclaw-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 (open-source). 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 (darwin, linux, win32).
Who created Openclaw Memory?
It is built and maintained by AtlasPA (@atlaspa); the current version is v1.0.0.
More Skills