← Back to Skills Marketplace
Openclaw Never Forget
by
chenyh1226
· GitHub ↗
· v0.1.0
· MIT-0
288
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-never-forget
Description
The ultimate bilingual (English/Chinese) memory management engine for Openclaw. Combines episodic daily logging, 30-minute short-term contextual snapshots, l...
Usage Guidance
This skill is internally consistent with a local, file-based memory system, but before installing consider: (1) Where are the memory/ files stored (local disk, cloud, container)? Ensure you control and understand persistence and backups. (2) The agent will append logs every ~30 minutes during active sessions and when instructed — review retention and delete policies if needed. (3) Avoid having the agent capture raw secrets; review memory/MEMORY.md and daily logs for accidentally stored sensitive material (API keys, passwords). (4) Confirm file permissions and encryption for memory/ to prevent unauthorized access. (5) Test the skill in a controlled environment to observe exactly what it writes, then decide whether to keep, restrict, or remove it. If you want stronger guarantees, ask the maintainer (if available) to document storage location, retention, and redaction rules explicitly.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-never-forget
Version: 0.1.0
The 'openclaw-never-forget' skill is a structured memory management system designed to help the agent maintain long-term context through local file logging. It instructs the agent to create daily logs in `memory/YYYY-MM-DD.md` and store distilled knowledge in `memory/MEMORY.md`, featuring periodic snapshots and retrieval logic. There are no signs of data exfiltration, malicious command execution, or obfuscation; notably, the instructions in `SKILL.md` explicitly advise storing only the context of API keys rather than raw secrets, demonstrating a benign and utility-focused design.
Capability Assessment
Purpose & Capability
Name/description match the instructions: the SKILL.md describes a local memory system that creates daily logs and a global MEMORY.md, extracts insights, and performs periodic snapshots. Nothing requested (no binaries, no env vars, no installs) is inconsistent with a filesystem-based memory engine.
Instruction Scope
Instructions direct the agent to create and append to files under memory/YYYY-MM-DD.md and memory/MEMORY.md, take 30-minute snapshots during 'active sessions', and extract long-term facts. This is within the skill's purpose, but the runtime directives give the agent broad discretion to write persistent logs regularly and to choose what to summarize. The skill also suggests using tools like memory_get/memory_search if available — which may access other memory systems if present. The SKILL.md does not specify retention, encryption, or access controls for those files.
Install Mechanism
Instruction-only skill with no install spec and no code files. Low install risk because nothing will be downloaded or written by an installer.
Credentials
No environment variables, credentials, or config paths are declared or required. However, the skill explicitly stores user context (including 'API keys context (not raw)') into long-term memory, which could accidentally capture sensitive information. The lack of declared config paths is not harmful by itself but means the skill implicitly uses the agent's filesystem (memory/).
Persistence & Privilege
always:false (good). The skill runs background periodic writes during active sessions and will create persistent files in memory/. Autonomous invocation is allowed (platform default), which combined with the background snapshot behavior means the agent may autonomously append to disk while in active sessions. This is expected for a memory skill but increases the importance of checking where memory/ is stored and who can read it.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-never-forget - After installation, invoke the skill by name or use
/openclaw-never-forget - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Openclaw Never Forget 0.1.0 – First release: a robust bilingual memory management framework for persistent context in Openclaw.
- Introduces dual-timeline architecture: episodic daily memory logs and long-term semantic knowledge base.
- Automates 30-minute short-term context snapshots and daily initialization of memory files.
- Extracts and appends major insights, rules, and preferences to long-term knowledge on significant events.
- Provides explicit retrieval methods for user queries, synthesizing relevant log and knowledge data.
- Enforces strict rules: no fabricating memory, always compress context, append-only history, language-adaptive output.
Metadata
Frequently Asked Questions
What is Openclaw Never Forget?
The ultimate bilingual (English/Chinese) memory management engine for Openclaw. Combines episodic daily logging, 30-minute short-term contextual snapshots, l... It is an AI Agent Skill for Claude Code / OpenClaw, with 288 downloads so far.
How do I install Openclaw Never Forget?
Run "/install openclaw-never-forget" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Openclaw Never Forget free?
Yes, Openclaw Never Forget is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Openclaw Never Forget support?
Openclaw Never Forget is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Openclaw Never Forget?
It is built and maintained by chenyh1226 (@chenyh1226); the current version is v0.1.0.
More Skills