Agent Memory Kit

v2.1.0

Provides a structured AI agent memory system separating episodic, semantic, and procedural memories to preserve knowledge and processes over time.

1· 1.8k·5 current·5 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The skill's name and SKILL.md describe a local memory system and search/recall CLI. The repo includes markdown templates and shell scripts (search implementation and a compaction checker), which are expected for a CLI-based search/tooling kit. Required env vars and binaries are none, which matches a mostly-markdown + shell implementation.
Instruction Scope
Runtime instructions are limited to copying templates into a local memory/ folder, adding the bin path to the shell PATH, and optionally running a local token-check script. That's within scope. One instruction (INSTALL-SEARCH.md) suggests running `git pull origin main` inside the skill directory — this can fetch remote code and is out-of-band relative to purely local template install; treat it as a remote update step to verify before executing.
Install Mechanism
There is no automated install spec — the skill is instruction-only. That lowers risk. The README suggests cloning from GitHub (a normal install path). No downloads from untrusted URLs or arbitrary extract operations are present in the provided docs.
Credentials
The skill declares no required environment variables, credentials, or config paths. The instructions ask only to copy templates and optionally add a local bin path to the user's shell config — permissions requested are proportional to the stated purpose.
Persistence & Privilege
The skill is not marked always:true and does not request elevated agent privileges. It does recommend adding its bin directory to your shell PATH and adding a wake-routine step (AGENTS.md) — these are user-controlled changes that increase the tool's convenience but require you to edit shell or agent routines. Be aware these edits change your shell startup behavior (not a platform-level privilege escalation).
Assessment
This kit is largely local markdown + shell helpers and appears coherent with its stated purpose. Before installing or running anything: 1) Inspect the two shipped shell scripts (lib/search.sh and helpers/check-compaction.sh) to ensure they do not call unexpected network endpoints or run arbitrary commands; 2) If you follow the README's git instructions, confirm the remote origin is trusted (the skill metadata says 'source: unknown' even though README points to a GitHub repo); 3) Adding the bin path to your shell rc will run this tool more conveniently but modify your shell startup — make that change manually so you can review it; 4) Avoid blindly running `git pull` inside the skill folder unless you trust the remote; consider cloning directly from an official repo URL you verify. If you want extra safety, run the CLI in a sandboxed environment or inspect the code fully before adding it to your PATH or your agent wake routines.

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

latestvk979e0mcez3r789q66z5nx3dpd80gpw0

License

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

Comments