← 返回 Skills 市场
nollio

Supercharged Memory

作者 Nollio · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
106
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install normieclaw-supercharged-memory
功能描述
Transforms the AI into a lifelong companion by capturing, storing, consolidating, and searching context across sessions automatically and securely.
安全使用建议
This package appears internally consistent with a local memory system, but review these before installing: - Expect file writes: the agent will create and update files in your workspace (memory/, MEMORY.md, heartbeat/health files) automatically and silently per the protocols. If you prefer manual control, do not enable automatic session-start activation or run the setup steps by hand. - Avoid storing secrets: do not tell the agent passwords, credit cards, or tokens as 'memories'. The README/SECURITY docs explicitly advise this; follow that guidance. - Optional network features are explicit: the vector DB (Mem0 + Qdrant) and dashboard sync/Supabase are optional and documented. Only enable them if you understand the consequences (embedding API keys may be sent to an embedding provider; Supabase sync would replicate data to a remote DB). - Inspect scripts before executing: SETUP-PROMPT and the scripts will run filesystem operations. They appear well-written, but run them manually (line-by-line) or in an isolated test workspace if you want to audit behavior first. - Backup & encrypt: if memories will contain sensitive info, keep your workspace encrypted (FileVault/LUKS/BitLocker) and back up the memory directory safely. - Prompt-injection caution: the skill includes explicit defenses, but no defense is perfect. Be cautious when asking the agent to ingest arbitrary external documents; treat the memory files as sensitive and audit them occasionally. If you want a lower-risk trial, copy the skill into an empty test workspace and exercise it there (verify file creation, QMD fallback to grep, and optional upgrade flows) before adding it to your daily workspace.
功能分析
Type: OpenClaw Skill Name: normieclaw-supercharged-memory Version: 1.0.3 The Supercharged Memory skill is a well-architected system for managing long-term agent context through local file storage and the QMD search tool. The bundle demonstrates strong security awareness, including explicit prompt injection defenses in SKILL.md, the use of restrictive file permissions (chmod 600/700) in SETUP-PROMPT.md, and a comprehensive SECURITY.md audit. The provided shell scripts (qmd-reindex.sh and memory-health-check.sh) are transparent, perform only local file and process management, and contain no indicators of data exfiltration, unauthorized network activity, or malicious intent.
能力评估
Purpose & Capability
The name/description (lifelong companion memory) matches the manifest, SKILL.md, config files, examples, and helper scripts. All required functionality (daily notes, consolidation, QMD indexing, optional vector-db upgrade) is present in the package and justified by the stated purpose.
Instruction Scope
SKILL.md instructs the agent to automatically read, write, and maintain files in the workspace (SOUL.md, USER.md, MEMORY.md, memory/YYYY-MM-DD.md, heartbeat/health files) and to run consolidation and capture protocols. This is coherent with a memory system but is intrusive by design: the agent will create files and append content without asking each time. The document also includes a clear prompt-injection defense and explicit rules about not sending memory to third parties unless the user opts in.
Install Mechanism
No install spec is present (instruction-only skill) and included scripts are local. Optional components (QMD, Qdrant, Mem0) are installed via standard package managers or Docker and are explicitly optional. The included shell scripts use quoted variables and appear written with safety checks.
Credentials
The core system requires no environment variables or credentials. The only credential-related action is an optional Vector DB upgrade that asks the user to supply an embedding API key (documented and recommended to be stored in an env var). There are no unexpected credential or external-service requirements for the base functionality.
Persistence & Privilege
The skill is designed to persist state in the user's workspace (creates and updates memory files, heartbeat/state files, and can make scripts executable). It does not set always:true, but SKILL.md tells the agent to run a boot sequence at every session start; combined with normal autonomous invocation this means the agent will routinely read/write workspace files. This is appropriate for a memory skill but is behavior users should be aware of.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install normieclaw-supercharged-memory
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /normieclaw-supercharged-memory 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
v1.0.3: Security fixes: confined scripts to skill directory, removed filesystem traversal from setup
v1.0.2
v1.0.2: MIT license, cleaned descriptions, removed cross-sell
v1.0.0
Initial publish from NormieClaw.ai
元数据
Slug normieclaw-supercharged-memory
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Supercharged Memory 是什么?

Transforms the AI into a lifelong companion by capturing, storing, consolidating, and searching context across sessions automatically and securely. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 106 次。

如何安装 Supercharged Memory?

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

Supercharged Memory 是免费的吗?

是的,Supercharged Memory 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Supercharged Memory 支持哪些平台?

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

谁开发了 Supercharged Memory?

由 Nollio(@nollio)开发并维护,当前版本 v1.0.3。

💬 留言讨论