← Back to Skills Marketplace
nollio

Supercharged Memory

by Nollio · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
106
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install normieclaw-supercharged-memory
Description
Transforms the AI into a lifelong companion by capturing, storing, consolidating, and searching context across sessions automatically and securely.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install normieclaw-supercharged-memory
  3. After installation, invoke the skill by name or use /normieclaw-supercharged-memory
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug normieclaw-supercharged-memory
Version 1.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Supercharged Memory?

Transforms the AI into a lifelong companion by capturing, storing, consolidating, and searching context across sessions automatically and securely. It is an AI Agent Skill for Claude Code / OpenClaw, with 106 downloads so far.

How do I install Supercharged Memory?

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

Is Supercharged Memory free?

Yes, Supercharged Memory is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Supercharged Memory support?

Supercharged Memory is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Supercharged Memory?

It is built and maintained by Nollio (@nollio); the current version is v1.0.3.

💬 Comments