← Back to Skills Marketplace
109
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install memory-read
Description
Reads indexed memory segments on demand based on trigger scenarios, prioritizing context rebuilding and controlled partial retrieval up to 50KB per request.
Usage Guidance
This skill is a ruleset for reading agent memory and appears internally consistent. Before installing: confirm what the terms in the SKILL.md map to in your system (e.g., what storage '小蜂日报' and the indexes point to), ensure sensitive secrets or PII are not stored in those memory segments, and verify the agent's memory-storage access controls. If you want tighter safety, restrict the skill to manual invocation only or audit the memory store it will read from.
Capability Assessment
Purpose & Capability
Name/description (reading indexed memory segments on demand) aligns with the SKILL.md: it describes trigger scenarios, index-first lookup, and bounded reads. Nothing requested (no env, no binaries) is out of scope for a memory-read helper.
Instruction Scope
The instructions limit reads (index-first, on-demand, ≤50KB, cold data only on explicit command). They reference locating and reading indexed files but do not instruct the agent to access unrelated system paths, environment variables, or external endpoints.
Install Mechanism
No install spec and no code files — instruction-only. This minimizes disk/write risk; there are no downloads or package installs to evaluate.
Credentials
The skill requests no environment variables, credentials, or config paths. The access it describes (reading indexed memory segments) is proportionate to its stated function.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent or privileged system-wide changes. Autonomous invocation is allowed by platform default but not elevated here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install memory-read - After installation, invoke the skill by name or use
/memory-read - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish
Metadata
Frequently Asked Questions
What is memory-read?
Reads indexed memory segments on demand based on trigger scenarios, prioritizing context rebuilding and controlled partial retrieval up to 50KB per request. It is an AI Agent Skill for Claude Code / OpenClaw, with 109 downloads so far.
How do I install memory-read?
Run "/install memory-read" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is memory-read free?
Yes, memory-read is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does memory-read support?
memory-read is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created memory-read?
It is built and maintained by MarkMa84 (@markma84); the current version is v1.0.0.
More Skills