← 返回 Skills 市场
306
总下载
1
收藏
1
当前安装
16
版本数
在 OpenClaw 中安装
/install hui-yi
功能描述
Trigger for cold-memory recall and archive work under memory/cold/. Use for older low-frequency context, historical continuity, resurfacing, cooling, rebuild...
使用说明 (SKILL.md)
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
安全使用建议
This package appears to be what it says: a file-based cold-memory manager that will read and write files under your workspace's memory/cold/ and heartbeat-state.json. Before installing or enabling hooks: (1) back up your memory/cold/ and openclaw.json if present, (2) inspect scripts/install_hook.py to confirm exactly what it will change when run with --enable/--force, (3) run smoke_test.py in an isolated or empty workspace to verify behavior, and (4) avoid placing secrets or credentials in the cold-memory files (the README already warns against that). If you don't want the skill to change workspace config, don't run the install_hook --enable step.
功能分析
Type: OpenClaw Skill
Name: hui-yi
Version: 1.2.4
The 'hui-yi' skill bundle is a comprehensive memory management system designed to implement spaced-repetition (Ebbinghaus) for AI agents. It manages a file-based archive in 'memory/cold/' using Python scripts for note creation, searching, and metadata rebuilding. The bundle includes a TypeScript hook ('templates/hook/handler.ts') and an installer ('scripts/install_hook.py') that integrates with the OpenClaw runtime to automatically track session signals and reinforce frequently discussed topics. While the skill utilizes powerful capabilities like sub-process execution and workspace configuration modification, these are strictly aligned with its stated purpose of historical context preservation. Furthermore, 'SKILL.md' explicitly instructs the agent to exclude secrets and credentials from the archive, demonstrating a security-positive design.
能力标签
能力评估
Purpose & Capability
Name/description (cold-memory reinforcement) matches the manifest and the included scripts: detection, pipeline, apply, review, rebuild, install_hook, and scheduler operate on memory/cold/ and heartbeat-state.json as declared. Required_paths in manifest explicitly list memory/cold/ and heartbeat-state.json with read_write access, which is coherent with the functionality.
Instruction Scope
SKILL.md and README limit scope to managing cold-memory files and explain when to use the skill; the runtime scripts only read/write workspace files (memory/cold/* and heartbeat-state.json) and do not reference unrelated system paths, secrets, or external endpoints. The README warns not to store secrets in cold memory.
Install Mechanism
There is no install specification and the skill is instruction-only with bundled Python scripts and templates. No external downloads, package registry pulls, or archive extraction are present in the provided files.
Credentials
The skill does not request environment variables, credentials, or binaries. All file access is localized to workspace-detected paths; manifest-required paths align with the declared purpose. No unexpected SECRET/TOKEN/PASSWORD environment usage is present in the code shown.
Persistence & Privilege
The skill modifies files (creates and updates notes, tags.json, heartbeat-state.json) in memory/cold/ as intended and manifest declares creates_files/modifies_files. Note: scripts/install_hook.py (and README) indicate the ability to install a hook template and optionally enable settings in openclaw.json — this means the skill can modify workspace configuration if you run the installer with --enable/--force. That behavior is consistent with the documented purpose but is a power you should review before using.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hui-yi - 安装完成后,直接呼叫该 Skill 的名称或使用
/hui-yi触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.4
Simplified structure, removed bridge, split cli/core, unified templates, and verified real hook flow
v1.2.3
Refined release package and published clean execution-focused build
v1.2.2
Fixed bundled hook template installation, added packaged hook templates, and preserved one-step install + enable behavior.
v1.2.1
Added one-step hook install + enable flow, updated docs, and synced release metadata.
v1.2.0
Repetition-first integration, slimmer SKILL.md, version metadata sync, and README restructuring.
v1.1.2
安全审计完成,去除 subprocess 调用,提升安全性,冒烟测试通过。
v1.1.1
去除 subprocess 调用,改为直接函数调用,提升安全性。
v1.1.0
首次发布,包含完整的冷记忆创建、检索、复习、衰减与调度脚本。
v1.0.6
Improved forgetting-aware cold-memory workflow with review/resurfacing/feedback loop, query/context-aware resurfacing, and a low-interruption timed-recall scheduler prototype.
v1.0.5
Remove legacy shell helpers from published scripts; keep cross-platform Python helpers only.
v1.0.4
Patch release: clean remaining semver and helper-name leftovers. Updated MANIFEST_NOTES.md to semver-only wording, fixed search.py usage text, and aligned legacy shell deprecation comments with the current Python helper names.
v1.0.3
Patch release: align CHANGELOG.md and public release history to semver-only versioning. No workflow change; this release mainly synchronizes documentation and release numbering across GitHub and ClawHub.
v1.0.2
Cross-platform update: replace bash-first helpers with Python scripts for Linux/macOS/Windows, add manifest and README, align schema/index/tags formats, improve semantic context extraction, rename helpers to search/rebuild/cool/decay, and tighten rebuild/cooling state updates.
v1.0.1
Replace Chinese trigger examples with English phrasing in the public skill docs and reference schema.
v1.0.0
Initial public release. Refined cold-memory boundaries, clarified recall routing, and aligned archive/cooling references with the current memory hierarchy.
v0.1.0
Initial publish
元数据
常见问题
Hui-Yi 是什么?
Trigger for cold-memory recall and archive work under memory/cold/. Use for older low-frequency context, historical continuity, resurfacing, cooling, rebuild... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 306 次。
如何安装 Hui-Yi?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hui-yi」即可一键安装,无需额外配置。
Hui-Yi 是免费的吗?
是的,Hui-Yi 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Hui-Yi 支持哪些平台?
Hui-Yi 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Hui-Yi?
由 Fue Tsui(@fuetsui)开发并维护,当前版本 v1.2.4。
推荐 Skills