/install hui-yi
Hui Yi
Hui Yi manages the cold reinforcement layer under memory/cold/.
Core rule:
Repeatedly reactivated information deserves reinforcement first. Ebbinghaus sets the pace, not the sole trigger.
Use Hui Yi when
- older low-frequency context would materially improve the current answer
- the user asks what was done before, asks to recall/archive something, or wants historical continuity
- a reusable lesson, decision, troubleshooting result, or stable background note should be preserved in
memory/cold/ - durable content from daily notes should be cooled into cold memory
- cold-memory notes, metadata, or retrieval quality need maintenance
Do not use Hui Yi when
- the content is today's transient note →
memory/YYYY-MM-DD.md - the content is a stable high-frequency fact →
MEMORY.md - the content is tooling, machine path, or environment setup →
TOOLS.md - the content is a fresh mistake or still-unvalidated lesson →
.learnings/ - the content contains secrets, tokens, or passwords
Boundary
OpenClaw primary memory handles:
- current chat continuity
- recent daily notes
- stable high-frequency facts
- tooling and environment notes
- fresh learnings
Hui Yi handles:
- low-frequency, high-value knowledge under
memory/cold/ - historical context that keeps resurfacing across real conversations
- durable experience, decisions, and troubleshooting notes that should not pollute primary memory
Files and scripts
Cold-memory area:
memory/cold/index.mdmemory/cold/tags.jsonmemory/cold/retrieval-log.mdmemory/cold/_template.mdmemory/cold/schedule.jsonmemory/heartbeat-state.json
CLI entry scripts:
scripts/create.pyscripts/validate.pyscripts/search.pyscripts/rebuild.pyscripts/decay.pyscripts/cool.pyscripts/review.pyscripts/scheduler.pyscripts/install_hook.py
Core modules:
core/signal_detect.pycore/signal_pipeline.pycore/openclaw_signal_hook.pycore/openclaw_runtime_probe.py
Sanity check
python3 scripts/smoke_test.py
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install hui-yi - After installation, invoke the skill by name or use
/hui-yi - Provide required inputs per the skill's parameter spec and get structured output
What is Hui-Yi?
Trigger for cold-memory recall and archive work under memory/cold/. Use for older low-frequency context, historical continuity, resurfacing, cooling, rebuild... It is an AI Agent Skill for Claude Code / OpenClaw, with 306 downloads so far.
How do I install Hui-Yi?
Run "/install hui-yi" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Hui-Yi free?
Yes, Hui-Yi is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Hui-Yi support?
Hui-Yi is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Hui-Yi?
It is built and maintained by Fue Tsui (@fuetsui); the current version is v1.2.4.