返回顶部
o

openclaw-continuity-packOpenClaw连续性包

用于给 OpenClaw 安装可复用的 continuity 模板与统一安装入口,支持 workspace-only、continuity-only 和 full continuity 三条路线;可选对匹配源码树应用 runtime patch,实现前台同一对话、后台自动续接、静默 continuity 准备的工作流。

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.5.0
安全检测
已通过
176
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

openclaw-continuity-pack

OpenClaw全自动新对话续接

ClawHub快速安装

如果你在ClawHub上找到此技能并希望立即安装到OpenClaw中,请使用以下任一命令:

bash
openclaw skills install openclaw-continuity-pack

或:

bash
clawhub install openclaw-continuity-pack

然后启动一个新的OpenClaw会话,使新安装的技能生效。

30秒路径选择器

安装后,选择以下路径之一:

  1. 1. 仅工作区安装
- 复用提示词、模板和续接工作流,无需修改OpenClaw源码。 - 最快命令: - python3 {baseDir}/scripts/installcontinuitypack.py --route workspace
  1. 2. 仅续接安装
- 仅安装memory / plans / status / handoff工作流文件。 - 最快命令: - python3 {baseDir}/scripts/installcontinuitypack.py --route continuity
  1. 3. 完整续接安装
- 搭建工作区层,然后将运行时补丁应用到匹配的OpenClaw源码树,重新构建并重新部署。 - 最快命令: - python3 {baseDir}/scripts/installcontinuitypack.py --route full --source-root SOURCEROOT> --apply-runtime-patch --rebuild

安装程序会尽可能从当前OpenClaw工作区自动检测工作区,否则回退到~/.openclaw/workspace。

安装完成后,在执行捆绑命令和文件引用时,将技能根目录视为{baseDir}。

当目标是为另一个OpenClaw项目提供已验证续接栈的最大可复用子集,而无需传输实时机器快照时,请使用此技能。

当前运行时补丁针对静默续接准备:普通聊天页面不再显示续接/上下文提示消息,而同一线程的滚动和隐藏交接功能保持不变。

此技能适用于三种情况:

  1. 1. 仅安装工作区续接
- 搭建可复现的提示词、续接模板和工作区约定
  1. 2. 安装完整续接
- 搭建工作区层,将运行时补丁应用到匹配的源码树,重新构建并验证
  1. 3. 打包/审计/发布
- 审查此技能以便分发,不泄露密钥、日志、机器路径或实时状态

快速路径

仅工作区安装

  • - 阅读references/install.md
  • 推荐的一键命令:
- scripts/installcontinuitypack.py --route workspace
  • - 更低级别的等效命令:
- scripts/bootstrap_workspace.py --workspace auto
  • - 如果用户只需要续接文件而不需要更广泛的操作层,请使用:
- scripts/installcontinuitypack.py --route continuity

完整续接安装

  • - 推荐的一键命令:
- scripts/installcontinuitypack.py --route full --source-root SOURCEROOT> --apply-runtime-patch --rebuild
  • - 更低级别的等效命令:
- scripts/bootstrap_workspace.py --workspace auto - scripts/applyruntimepatch.py --source-root SOURCEROOT> --apply --rebuild
  • - 然后遵循:
- references/deploy-notes.md - references/verify.md - references/rollback.md

捆绑资源

scripts/

  • - scripts/installcontinuitypack.py
  • scripts/bootstrapworkspace.py
  • scripts/applyruntimepatch.py
  • scripts/continuitydoctor.py

assets/

  • - assets/workspace/ 用于可复用的操作层和续接模板
  • assets/config/openclaw.example.json 用于经过清理的续接导向配置示例
  • assets/patch/thread-continuity.patch 用于正式的运行时/UI补丁

references/

  • - references/overview.md
  • references/install.md
  • references/usage.md
  • references/capability-layers.md
  • references/files-to-replace.md
  • references/deploy-notes.md
  • references/verify.md
  • references/rollback.md
  • references/release-notes.md
  • references/changelog.md
  • references/distribution.md
  • references/source-audit.md
  • references/upgrade-maintenance.md

此技能的工作规则

使用此技能时:

  1. 1. 当脚本已适用时,复用捆绑脚本而非手动复制文件。
  2. 保持请求清晰分离:
- 仅工作区续接 - 工作区 + 运行时补丁 - 发布/审计此包本身
  1. 3. 不要声称这能复现完整的实时助手。
  2. 不要传输真实的用户记忆、日志、密钥、API密钥、频道配置、隐藏提示词、部署备份或临时验证产物。

边界

  • - 这不是无限上下文解决方案。
  • 不是完整的~/.openclaw快照。
  • 工作区层可复现公开的操作风格和续接规范,但不包含基础模型、权限策略、插件清单或运行时状态本身。
  • 完整的同一线程续接仍然需要匹配的OpenClaw源码树,外加:
- pnpm build - pnpm ui:build

仅阅读所需内容

  1. 1. README.md
  2. references/overview.md
  3. references/install.md
  4. references/usage.md
  5. references/capability-layers.md
  6. references/verify.md
  7. references/rollback.md
  8. references/upgrade-maintenance.md
  9. references/distribution.md
  10. references/source-audit.md

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 openclaw-continuity-pack-1775941038 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 openclaw-continuity-pack-1775941038 技能

通过命令行安装

skillhub install openclaw-continuity-pack-1775941038

下载

⬇ 下载 openclaw-continuity-pack v0.5.0(免费)

文件大小: 45.6 KB | 发布时间: 2026-4-12 10:48

v0.5.0 最新 2026-4-12 10:48
Repackage the maintained continuity source as v0.5.0, restore the bundled runtime patch/license, and add upgrade-maintenance plus continuity doctor resources.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部