← Back to Skills Marketplace
OpenClaw Memory Format
by
hanxiao-bot
· GitHub ↗
· v1.0.0
· MIT-0
112
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-memory-format
Description
Manage OpenClaw's multi-layered memory system with structured, searchable markdown files for long-term, daily, and session memories, supporting hybrid semant...
Usage Guidance
This is an instruction-only memory-format guide and appears coherent with its purpose. Before installing, check the following: (1) confirm your agent environment grants the skill access to the $WORKSPACE and memory/ paths — installing gives the skill the ability to read and write those files; (2) ensure the memory_search and memory_get tooling the skill references are provided by your platform and are trustworthy; (3) do not store secrets in MEMORY.md or daily memory files because the guide states MEMORY.md is loaded into the system prompt on startup (anything loaded into prompts can be exposed to model processing); and (4) consider backups and retention policy for the auto-written memory/YYYY-MM-DD.md files. No network downloads, credentials, or suspicious behaviors were found in the instructions.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-memory-format
Version: 1.0.0
The skill bundle contains documentation and formatting guidelines for the OpenClaw memory system in SKILL.md. It defines how the agent should structure long-term and daily memory files within the workspace and provides templates for memory management. There is no executable code, no network activity, and no evidence of malicious intent or prompt injection; the documentation even references security hardening measures like Docker capDrop.
Capability Assessment
Purpose & Capability
Name, description, and runtime instructions all describe a structured memory format and associated file locations; there are no unrelated environment variables, binaries, or install steps requested that would be inconsistent with that purpose.
Instruction Scope
SKILL.md instructs the agent to read/write MEMORY.md and memory/YYYY-MM-DD.md and to use memory_search / memory_get tools. This is appropriate for a memory-format skill, but it implicitly requires filesystem access to $WORKSPACE and the memory/ directory and assumes the memory_search/memory_get tools exist and are trusted. Confirm those tools and workspace access are available and acceptable in your environment.
Install Mechanism
No install spec and no code files — lowest-risk model: nothing is written or downloaded by the skill itself.
Credentials
The skill declares no required env vars or credentials. However, it references $WORKSPACE paths and expects read/write access to the agent workspace. Ensure the workspace doesn't contain sensitive files you don't want the agent to read/write or load into the system prompt.
Persistence & Privilege
always is false and model invocation is allowed (platform default). The skill does not request elevated or persistent privileges beyond normal agent file access.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-memory-format - After installation, invoke the skill by name or use
/openclaw-memory-format - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is OpenClaw Memory Format?
Manage OpenClaw's multi-layered memory system with structured, searchable markdown files for long-term, daily, and session memories, supporting hybrid semant... It is an AI Agent Skill for Claude Code / OpenClaw, with 112 downloads so far.
How do I install OpenClaw Memory Format?
Run "/install openclaw-memory-format" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenClaw Memory Format free?
Yes, OpenClaw Memory Format is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OpenClaw Memory Format support?
OpenClaw Memory Format is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenClaw Memory Format?
It is built and maintained by hanxiao-bot (@hanxiao-bot); the current version is v1.0.0.
More Skills