Continuity Framework
v1.0.0Asynchronous reflection and memory integration for genuine AI development. Use on heartbeat to reflect on recent sessions, extract structured memories with confidence scores, generate follow-up questions, and surface those questions when the user returns. Transforms passive logging into active development.
⭐ 0· 1.2k·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (asynchronous reflection, memory integration, question surfacing) match the provided runtime instructions and the included script. Required resources (none) are proportional to the functionality.
Instruction Scope
SKILL.md directs heartbeat integration and local CLI commands (reflect, questions, status, greet). The runtime instructions and script operate on local session files and memory files; nothing in SKILL.md instructs reading unrelated system files or accessing external endpoints. However the code and comments explicitly state that a production implementation would send transcripts to an LLM for analysis — if that is added, it could transmit sensitive conversation contents. Verify any future modifications that add network calls or external APIs.
Install Mechanism
Instruction-only with a non-invasive Python script included; there is no install spec and no downloaded/executed remote code. No package installs or external archives are pulled by the skill itself.
Credentials
The skill declares no required environment variables or credentials. It optionally uses environment variables (CONTINUITY_MEMORY_DIR, CONTINUITY_QUESTION_LIMIT, etc.) for configuration, which are appropriate and non-sensitive by design.
Persistence & Privilege
The script persistently writes and reads files under a default path (~/clawd/memory) and will create reflection logs, questions.md, and identity.md. This is expected for a memory/continuity tool but means conversation-derived data is stored on disk. The skill is not configured as always:true and does not modify other skills' configs.
Assessment
This skill is coherent with its stated purpose and contains only local-file operations in the provided code. Before installing: 1) Review and, if desired, change the memory directory by setting CONTINUITY_MEMORY_DIR to a secure path (the default is ~/clawd/memory). 2) Understand that it will persist conversation-derived data (questions, identity, reflection logs) on disk — treat that data as sensitive and apply retention/encryption policies if needed. 3) The current analyze_session() is a placeholder; if you (or an upstream package) modify the skill to call an external LLM or other network services, audit those additions — they could transmit conversation transcripts. 4) If you do not want autonomous background reflection, do not add the heartbeat trigger described in SKILL.md. Test with non-sensitive transcripts first and review any future commits that introduce network I/O or additional environment/credential requirements.Like a lobster shell, security has layers — review code before you run it.
latestvk97er53mcqmm9g3smhbps6vqm580k6kr
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
