Memory.Local.Backup

v1.0.0

Infinite organized memory that complements your agent's built-in memory with unlimited categorized storage.

0· 94·1 current·1 all-time
by@12357851·fork of @ivangdavila/memory (1.0.2)
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/description claim an on-disk, organized memory. Declared requirements (no env vars, no binaries) and the SKILL.md instructions all focus on creating and managing files under ~/memory/ — this is appropriate and proportional for the stated purpose.
Instruction Scope
Runtime instructions consistently restrict operations to ~/memory/ and optional read-only access to the agent's built-in MEMORY.md/workspace memory for one-way sync. Commands shown (grep, cat, mv, ls, wc, find, simple bash) are appropriate for file management. The explicit rule to never modify built-in memory reduces scope creep.
Install Mechanism
Instruction-only skill with no install spec and no code files. No downloads or package installs — lowest-risk install footprint.
Credentials
No environment variables, credentials, or config paths are requested. Access to the user's home directory (~/memory/) is expected for a local memory feature and is proportionate to purpose.
Persistence & Privilege
Skill is not always-enabled and uses normal autonomous invocation. It creates and maintains its own files under ~/memory/ only and does not modify other skills or global agent settings.
Assessment
This skill is internally consistent and operates entirely on local files (~/memory/) with optional one-way reads from the agent's built-in MEMORY.md for sync. Main things to consider before installing: 1) It will create and immediately write user-provided data to ~/memory/ (the SKILL.md explicitly instructs 'write immediately'), so sensitive data entered to the agent will be persisted on disk — consider whether you want that and whether the folder should be encrypted or have restrictive filesystem permissions. 2) The sync option reads the agent's workspace MEMORY.md — review what the built-in memory contains before enabling sync. 3) Because the skill writes files, review where backups are stored and how ~/memory/ is protected (cloud backups, shared machines, etc.). 4) There are no network calls or credential requests in the instructions, but if you later adapt the system to sync to remote storage, treat that as a separate security decision. If you want extra assurance, test the skill in a controlled account or environment and inspect the created ~/memory/ files and indexes before using it for sensitive material.

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

latestvk9773rz9dcjrrqbxwtedbhhck1834zqd

License

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

Runtime requirements

🧠 Clawdis
OSLinux · macOS · Windows

Comments