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.
⭐ 1· 1.6k·4 current·5 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) aligns with the included code and SKILL.md: the Python script reads/writes memory files, loads session content, extracts memories/questions, and updates an identity file. No unrelated credentials, binaries, or external services are required.
Instruction Scope
SKILL.md instructs adding a heartbeat trigger and running reflect/greet/status/questions. The instructions and script operate on local session transcripts and memory files. This is within scope, but the skill is designed to persist potentially sensitive conversation content (session transcripts, extracted memories, identity updates) to disk — review whether you want that data retained and where.
Install Mechanism
No install spec is provided (instruction-only skill). A Python script is included but there is no automated download/installation step, reducing remote-code-installation risk. The script will be present as part of the skill bundle and can be run locally.
Credentials
The skill declares no required env vars or credentials. It optionally respects environment variables (CONTINUITY_MEMORY_DIR, CONTINUITY_QUESTION_LIMIT, CONTINUITY_IDLE_THRESHOLD) which are appropriate for configuring local storage and behavior. However, it will create and write files under a default path (~/clawd/memory) unless you override CONTINUITY_MEMORY_DIR — ensure this is acceptable for your privacy/security posture.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or global agent settings. It persists its own memory and identity files (expected behavior for a continuity tool). Be aware that autonomous invocation (platform default) plus heartbeat integration described in SKILL.md can cause it to run automatically and accumulate data over time; this is a usage decision rather than an incoherence.
Assessment
This skill appears to do what it says: run local reflection, extract/store memories, and surface follow-up questions. Before installing, decide where memory should be stored (set CONTINUITY_MEMORY_DIR to a secure location), review the included scripts if you can (scripts/continuity.py) to confirm no networking or exfiltration code is added, and consider whether you want automatic heartbeat-triggered runs (they will persist conversation-derived data). If you handle sensitive conversation content, run it in a sandbox or encrypted directory and test manual runs first (e.g., continuity reflect --session <file>) rather than enabling automatic heartbeat triggers immediately.Like a lobster shell, security has layers — review code before you run it.
latestvk971z9r2h59921cvqwxa35ksqh80jym7
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
