← 返回 Skills 市场
riley-coyote

Continuity Framework

作者 Riley-Coyote · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1293
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install vektor-continuity
功能描述
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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install vektor-continuity
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /vektor-continuity 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Transforms passive memory into active AI development
元数据
Slug vektor-continuity
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1293 次。

如何安装 Continuity Framework?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install vektor-continuity」即可一键安装,无需额外配置。

Continuity Framework 是免费的吗?

是的,Continuity Framework 完全免费(开源免费),可自由下载、安装和使用。

Continuity Framework 支持哪些平台?

Continuity Framework 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Continuity Framework?

由 Riley-Coyote(@riley-coyote)开发并维护,当前版本 v1.0.0。

💬 留言讨论