Memory Sync Enhanced

v2.0.0

增强版记忆系统 - Ebbinghaus 遗忘曲线 + Hebbian 共现图

1· 705·4 current·4 all-time
byGuohongbin@guohongbin-git
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description describe a memory system combining decay + co-occurrence. The included Python tracker implements Hebbian co-occurrence logic and a local SQLite DB at ~/.config/cortexgraph/co_occurrence.db — this is consistent with the stated purpose and no unrelated capabilities or credentials are requested.
Instruction Scope
SKILL.md instructs the agent to run various shell scripts (sync-memory.sh, search.sh, gc.sh, etc.). Those scripts are not included in the package; the provided Python file is limited to recording/querying co-occurrence and printing stats. The instructions do not ask the agent to read unrelated system files or exfiltrate data, but you should be aware the skill expects other scripts to exist (not provided here).
Install Mechanism
No install spec; the skill is instruction-only plus one harmless Python script. Nothing is downloaded from external URLs and no archives are extracted. Risk from install mechanism is low.
Credentials
No environment variables, credentials, or external endpoints are required. The script only writes to a user-scoped path (~/.config/cortexgraph), which is proportional to a local memory store.
Persistence & Privilege
always is false and the skill does not request system-wide changes. The only persistent artifact is a local SQLite DB in the user's config directory. The skill does not modify other skills' configs or request elevated privileges.
Assessment
This skill appears internally consistent and implements a local co-occurrence tracker. Before installing or running: (1) inspect any shell scripts referenced in SKILL.md (sync-*.sh, search.sh, gc.sh) because they are not included here — don't run unknown shell scripts; (2) note the tracker will create a database at ~/.config/cortexgraph/co_occurrence.db and directories under ~/.config — back up or review that location if you have naming conflicts; (3) if you plan to store sensitive memories, consider encrypting that DB or restricting filesystem permissions; (4) if you expect network integration (CortexGraph remote services), verify those components separately — this package makes no network calls itself.

Like a lobster shell, security has layers — review code before you run it.

cortexgraphvk978k2j2bhyzjh9hj69g6edj4x81e9cthebbianvk978k2j2bhyzjh9hj69g6edj4x81e9ctlatestvk978k2j2bhyzjh9hj69g6edj4x81e9ctmemoryvk978k2j2bhyzjh9hj69g6edj4x81e9ct

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🧠 Clawdis

Comments