← Back to Skills Marketplace
riley-coyote

Continuity Framework

by Riley-Coyote · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1293
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install vektor-continuity
Description
Asynchronous 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.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: vektor-continuity Version: 1.0.0 The skill bundle is designed for AI agent self-reflection and memory integration. The `SKILL.md` provides clear instructions for its use and integration without any prompt injection attempts against the analyzing agent or instructions for the OpenClaw agent to perform unauthorized actions. The `scripts/continuity.py` handles local file operations within a designated memory directory (`~/.clawd/memory` by default) for managing questions and identity. There are no network calls, external command executions, or attempts to access sensitive system files or credentials. The `analyze_session` function, which would typically involve LLM interaction, is a placeholder in the current implementation, returning an empty structure, thus mitigating potential risks associated with advanced processing.
Capability Assessment
Purpose & 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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install vektor-continuity
  3. After installation, invoke the skill by name or use /vektor-continuity
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Transforms passive memory into active AI development
Metadata
Slug vektor-continuity
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Continuity Framework?

Asynchronous 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1293 downloads so far.

How do I install Continuity Framework?

Run "/install vektor-continuity" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Continuity Framework free?

Yes, Continuity Framework is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Continuity Framework support?

Continuity Framework is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Continuity Framework?

It is built and maintained by Riley-Coyote (@riley-coyote); the current version is v1.0.0.

💬 Comments