← Back to Skills Marketplace
vedantsingh60

Persistent Mind

by vs · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
570
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install persisent-mind
Description
Provides persistent, searchable, context-aware memory storage for AI agents to retain user preferences, corrections, and project context across sessions.
Usage Guidance
This skill appears to be what it says: a local persistent memory manager that stores data under .persistentmind/ and does not request credentials or network access. Before installing or using it: 1) Audit the included source (persistentmind.py) yourself or have someone you trust review it; while the imports shown are standard-library only, a full review ensures there are no hidden network calls or dynamic imports. 2) Do not store secrets (API keys, passwords, private tokens) in memories unless you accept the risk; exported JSON (export_memories) and imports are plaintext and can leak secrets. 3) Protect the storage directory: exclude .persistentmind/ from version control, set restrictive filesystem permissions (e.g., chmod 700), and consider encrypting sensitive items before storing. 4) When using team sharing, verify recipients and scrub any sensitive content first. 5) If you need secret retention, prefer a dedicated secret manager with access controls rather than this general-purpose memory. If you want more assurance, ask the publisher for a signed release or run static/dynamic analysis to confirm there are no outbound network calls and that export/import functions sanitize inputs.
Capability Analysis
Type: OpenClaw Skill Name: persisent-mind Version: 1.0.0 The OpenClaw AgentSkills skill bundle 'PersistentMind' is classified as benign. All files (SKILL.md, persistentmind.py, manifest.yaml, LICENSE.md, README.md) consistently describe and implement a local-only, zero-dependency memory system for AI agents. The Python code (`persistentmind.py`) strictly adheres to its stated privacy and security claims: all data is stored locally within a `.persistentmind/` directory, there are no external network calls, no sensitive environment variables are read, and no dangerous system commands are executed. The `SKILL.md` and `README.md` clearly explain the skill's functionality, including how it injects context into prompts, which is a feature for the agent's benefit, not a prompt-injection attack against it. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation.
Capability Assessment
Purpose & Capability
Name/description (persistent searchable memory) align with code and manifest: the implementation stores memories locally in JSON, provides search, context injection, export/import, deduplication, and no declared external integrations. Required env vars/credentials are none, which matches the claimed local-only operation.
Instruction Scope
SKILL.md and the API surface stay within the memory-manager scope (remember, recall, get_context, export/import, consolidate). They do not instruct reading arbitrary system files or env vars. However examples explicitly show storing things like "The Stripe API key is in .env as STRIPE_SECRET_KEY" and the skill supports export/import and team sharing — meaning sensitive items placed into memories could be accidentally preserved or shared. The instructions do not direct network exfiltration, but they grant broad discretion to store arbitrary content.
Install Mechanism
No install spec — registry indicates source included and runtime is local Python. The package is pure Python, zero external dependencies, and the code is included in the bundle; nothing in the manifest or SKILL.md pulls binaries or remote archives.
Credentials
The skill requests no environment variables or credentials, which is proportionate to its stated purpose. That said, because it lets users store arbitrary text and export it, the real risk is user-supplied secrets ending up in local storage or shared exports — the skill itself does not require access to secrets.
Persistence & Privilege
The skill is not marked always:true and uses a standard local storage path (default .persistentmind/). It does persist data across sessions as intended. There is no evidence it touches or modifies other skills' configs or requests elevated system privileges. The normal autonomous invocation flag is enabled by default but is not combined with unusual privileges here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install persisent-mind
  3. After installation, invoke the skill by name or use /persisent-mind
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial Commit
Metadata
Slug persisent-mind
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Persistent Mind?

Provides persistent, searchable, context-aware memory storage for AI agents to retain user preferences, corrections, and project context across sessions. It is an AI Agent Skill for Claude Code / OpenClaw, with 570 downloads so far.

How do I install Persistent Mind?

Run "/install persisent-mind" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Persistent Mind free?

Yes, Persistent Mind is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Persistent Mind support?

Persistent Mind is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Persistent Mind?

It is built and maintained by vs (@vedantsingh60); the current version is v1.0.0.

💬 Comments