memory-recall is agent-read markdown (skill) from papadopouloskyriakos/agentic-chatops: Query OpenClaw's episodic memory — past triage outcomes, host patterns, alert history. Use before triage to check if you've seen this host/alert before and what happened..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Memory Recall
Query your own past triage outcomes to inform current investigations.
## WHEN to use
- Before starting a triage, check if you've handled this host or alert type before
- When you see a recurring alert, look up what happened last time
- When asked "have you seen this before?"
## HOW to use
```bash
./skills/memory-recall/memory-recall.sh <hostname|alertname|keyword>
```
Examples:
- `./skills/memory-recall/memory-recall.sh nl-pve01`
- `./skills/memory-recall/memory-recall.sh CiliumAgentNotReady`
- `./skills/memory-recall/memory-recall.sh etcd`
The output shows your past triage outcomes: what you found, whether you escalated, and at what confidence level.
Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
GET https://markdownregistry.com/api/v1/artifacts/art_pb3dlqquf6j2qkcv
GET https://markdownregistry.com/api/v1/resolve?ref=papadopouloskyriakos/agentic-chatops/memory-recall
GET https://markdownregistry.com/api/v1/blob/c86cd3af23334ad7d9286fb50df6742f9df1dea1612a8d50ee79043579601fcd
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
papadopouloskyriakos/agentic-chatops · bootstrap-pack/.claude/skills/specify/SKILL.md · Phase B of greenfield project bootstrap. Interview the operator to produce PROJECT.json + PROJECT.md +…
papadopouloskyriakos/agentic-chatops · bootstrap-pack/.claude/skills/tasks/SKILL.md · Phase E of greenfield project bootstrap. Atomize design.md + contracts into tasks.json with files_owned + dependencies…
papadopouloskyriakos/agentic-chatops · openclaw/skills/codegraph-lookup/SKILL.md · Query code graph database for function callers, callees, dependencies, and dead code in CubeOS and MeshSat repos.
papadopouloskyriakos/agentic-chatops · openclaw/skills/correlated-triage/SKILL.md · When multiple hosts alert simultaneously (burst), create a master YouTrack issue, run per-host triage, link children…
papadopouloskyriakos/agentic-chatops · openclaw/skills/error-propagation/SKILL.md · Structured error reporting format for triage failures — ERROR_CONTEXT format so next tier can resume without re-doing…
papadopouloskyriakos/agentic-chatops · openclaw/skills/escalate-to-claude/SKILL.md · Escalate a YouTrack issue to Claude Code (Tier 2) for CODE IMPLEMENTATION ONLY. Use ONLY when someone explicitly asks…
zilliztech/memsearch · plugins/codex/skills/memory-recall/SKILL.md · Search and recall relevant memories from past sessions via memsearch. Use when the user's question could benefit from…
zilliztech/memsearch · plugins/opencode/skills/memory-recall/SKILL.md · Search and recall relevant memories from past sessions via memsearch. Use when the user's question could benefit from…
zilliztech/memsearch · plugins/claude-code/skills/memory-recall/SKILL.md · Search and recall relevant memories from past sessions via memsearch. Use when the user's question could benefit from…
zilliztech/memsearch · plugins/openclaw/skills/memory-recall/SKILL.md · Search and recall relevant memories from past sessions via memsearch. Use when the user's question could benefit from…
evermind-ai/everme · plugins/kimicode/skills/memory-recall/SKILL.md · Session-start primer that tells Kimi how EverMe's automatic cross-session memory works and how to treat the injected…