← 返回 Skills 市场
vedantsingh60

Persistent Mind

作者 vs · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
570
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install persisent-mind
功能描述
Provides persistent, searchable, context-aware memory storage for AI agents to retain user preferences, corrections, and project context across sessions.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install persisent-mind
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /persisent-mind 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial Commit
元数据
Slug persisent-mind
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Persistent Mind 是什么?

Provides persistent, searchable, context-aware memory storage for AI agents to retain user preferences, corrections, and project context across sessions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 570 次。

如何安装 Persistent Mind?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install persisent-mind」即可一键安装,无需额外配置。

Persistent Mind 是免费的吗?

是的,Persistent Mind 完全免费(开源免费),可自由下载、安装和使用。

Persistent Mind 支持哪些平台?

Persistent Mind 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Persistent Mind?

由 vs(@vedantsingh60)开发并维护,当前版本 v1.0.0。

💬 留言讨论