Inner Life Memory

v1.0.4

Your agent loses context between sessions and performs familiarity instead of genuine recall. inner-life-memory transforms passive logging into active develo...

1· 488·0 current·0 all-time
byDanila@dkistenev
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 persistent, structured memories and the SKILL.md exclusively reads/writes memory artifacts (memory/inner-state.json, memory/drive.json, memory/daily-notes/, memory/diary/) and updates MEMORY.md and questions.md — these are coherent and expected for a memory/recall skill.
Instruction Scope
Runtime instructions are limited to session reflection, extracting structured memories, updating MEMORY.md and questions.md, and surfacing questions. It explicitly only references the memory and diary paths needed for that purpose; there are no instructions to read unrelated system files, creds, or to transmit data externally.
Install Mechanism
This is instruction-only (no install spec or code files). It only lists jq as a required binary, which is a reasonable tool for JSON processing and proportionate to the described tasks.
Credentials
The skill requests no environment variables or credentials. The only persistent artifacts are agent-local memory files; no external API keys or unrelated credentials are required.
Persistence & Privilege
The skill writes persistent state (MEMORY.md, questions.md, drive.json, inner-state.json) which is the point of the skill. always is false and it does not request elevated agent-wide settings, but users should understand this enables stateful retention of potentially sensitive notes across sessions.
Assessment
This skill appears consistent with its purpose, but it will read and persist data from your agent's memory, diary, and notes directories — those may contain sensitive personal information. Before installing: ensure you trust the agent runtime, confirm jq is available, verify where the memory files are stored and whether they are backed up or encrypted, and review inner-life-core (the required dependency) so you understand initialization and data formats. If you are uncomfortable with automatic persistence, keep the skill disabled or restrict access to the memory/ directory and use manual review before writing changes.

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

latestvk970tgy1e6bmqdwa6q7ceywpvd821ctv

License

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

Runtime requirements

Binsjq

Comments