Hui Yi
v1.0.5Manage a file-based cold-memory archive under memory/cold/. Use this skill when: (1) cooling recent daily notes into long-term archival storage, (2) recallin...
⭐ 1· 105·0 current·0 all-time
byFue Tsui@fuetsui
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Skill name/description, manifest, SKILL.md, and included Python helpers all align: they operate on memory/cold/ and memory/heartbeat-state.json. No unrelated credentials, binaries, or external services are requested.
Instruction Scope
SKILL.md confines behavior to scanning, routing, archiving, rebuilding index/tags, and decay of note confidence. It explicitly warns not to store secrets and instructs targeted file operations only. No instructions to read unrelated system files or send data externally.
Install Mechanism
No install spec (instruction-only + bundled Python helpers). The repo ships cross-platform Python scripts that run locally; nothing is downloaded or executed from external URLs.
Credentials
No environment variables or credentials are required. The manifest declares required read/write access to memory/cold/ and memory/heartbeat-state.json, which matches the scripts' file targets.
Persistence & Privilege
Skill is not always-enabled and does not request elevated system-wide privileges. It modifies files only under the declared workspace paths and creates simple backups (.bak) when rebuilding; there is no modification of other skills or global agent settings.
Assessment
This skill appears coherent and local-only: it will read and write files under memory/cold/ and update memory/heartbeat-state.json (as declared). It does not require credentials or network access. Before running: (1) back up your existing memory/ directory if you care about its current state, (2) use the --dry-run option for decay.py to preview changes, and (3) avoid pointing the scripts at arbitrary directories (they accept a --memory-root argument and will operate on whatever path you give). The SKILL.md also advises never to store secrets in cold memory — follow that guidance.Like a lobster shell, security has layers — review code before you run it.
latestvk97es6a65r9v1esgtyhtdw6wcs846x4v
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
