← Back to Skills Marketplace
34145
Downloads
34
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install agent-memory
Description
Persistent memory for AI agents to store facts, learn from actions, recall information, and track entities across sessions.
Usage Guidance
Install only if you want an agent to keep local cross-session memory. Do not store API keys, passwords, financial details, regulated data, or confidential business information unless you have an explicit policy for doing so. Periodically inspect, export, or delete the database, and use a separate custom database path for different users or projects.
Capability Analysis
Type: OpenClaw Skill
Name: agent-memory
Version: 1.0.0
The OpenClaw AgentMemory skill bundle is a self-contained, SQLite-based persistent memory system for AI agents. All code and documentation are aligned with its stated purpose of storing facts, lessons, and entities. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the analyzing agent. The skill uses standard Python libraries, manages its database in a user-specific directory (`~/.agent-memory/memory.db`), and explicitly states 'No external dependencies' in `requirements.txt`, indicating a low supply chain risk.
Capability Assessment
Purpose & Capability
The capability matches the stated purpose: persistent facts, lessons, entity tracking, recall, export, and deletion/cleanup. Stored content may include personal preferences or relationship context, so users should manage what is saved.
Instruction Scope
The skill suggests adding a session-start/session-end memory protocol to agent instructions. That can influence future sessions through saved memories, but it is disclosed and directly tied to the memory function.
Install Mechanism
Artifacts show normal installation guidance, no install hook, no external dependencies, and no obfuscated setup behavior. requirements.txt states it uses the Python standard library.
Credentials
The default storage path is documented as ~/.agent-memory/memory.db, with custom-path and in-memory options. The code uses local SQLite only and does not show network transmission, credential harvesting, or broad local file indexing.
Persistence & Privilege
Persistence is the central feature and is implemented as a local database created under the user's home directory by default. There is no evidence of background daemons, privilege escalation, or hidden persistence beyond the documented database.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install agent-memory - After installation, invoke the skill by name or use
/agent-memory - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release - SQLite-backed persistent memory for AI agents
Metadata
Frequently Asked Questions
What is Agent Memory?
Persistent memory for AI agents to store facts, learn from actions, recall information, and track entities across sessions. It is an AI Agent Skill for Claude Code / OpenClaw, with 34145 downloads so far.
How do I install Agent Memory?
Run "/install agent-memory" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Agent Memory free?
Yes, Agent Memory is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Agent Memory support?
Agent Memory is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Agent Memory?
It is built and maintained by Dennis (@dennis-da-menace); the current version is v1.0.0.
More Skills