Inner Life Memory

PassAudited by ClawScan on May 1, 2026.

Overview

This skill is a coherent persistent-memory helper that stores and reuses local memory notes; users should be aware it is designed to preserve personal context across sessions.

Install this only if you want the agent to keep structured personal memory between sessions. Review the generated memory files and the required inner-life-core setup before relying on it.

Findings (2)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Personal details, preferences, relationships, commitments, and questions may be retained and reused by the agent in future conversations.

Why it was flagged

The skill is explicitly designed to read private memory/diary material and write persistent memory files that can affect later sessions.

Skill content
Reads: inner-state.json, drive.json, daily notes, diary ... Writes: drive.json ... inner-state.json ... questions.md ... MEMORY.md
Recommendation

Review the memory files periodically, avoid storing highly sensitive information unless intended, and confirm that persistent recall is desired.

What this means

Using the full workflow depends on another skill's files and setup behavior.

Why it was flagged

The skill relies on a separate core skill and a user-run initialization script that are not part of this artifact, so that dependency should be reviewed separately.

Skill content
Requires: **inner-life-core** ... Install it with `clawhub install inner-life-core` and run `bash skills/inner-life-core/scripts/init.sh`.
Recommendation

Install inner-life-core only from a trusted source and review its initialization script before running it.