← 返回 Skills 市场
buasakaking

OpenClaw Continuity Pack

作者 XBTMMM · GitHub ↗ · v0.5.0 · MIT-0
cross-platform ⚠ suspicious
183
总下载
0
收藏
1
当前安装
6
版本数
在 OpenClaw 中安装
/install openclaw-continuity-pack
功能描述
用于给 OpenClaw 安装可复用的 continuity 模板与统一安装入口,支持 workspace-only、continuity-only 和 full continuity 三条路线;可选对匹配源码树应用 runtime patch,实现前台同一对话、后台自动续接、静默 continuity 准备的工作流。
安全使用建议
This pack appears to do what it says: scaffold workspace continuity templates and optionally apply a source-tree patch. Before installing or running the 'full' route, do these steps: 1) Review the scripts (apply_runtime_patch.py, install_continuity_pack.py, bootstrap_workspace.py, continuity_doctor.py) — they run git apply and pnpm build and will modify your source tree. 2) Back up your OpenClaw source/install dist and workspace as the docs advise. 3) Prefer testing in an isolated/test environment first (do not run --apply --rebuild on production). 4) Audit and, if needed, edit AGENTS.md / agents/openai.yaml to remove or soften directives like 'Don't ask permission' and to disable implicit/automatic execution if you don't want the agent to act without explicit user consent. 5) If you are uncomfortable with autonomous execution, only use the workspace-only or continuity-only routes and avoid applying the runtime patch. If you want a firmer assessment, provide the omitted script contents (install_continuity_pack.py, bootstrap_workspace.py, continuity_doctor.py) so they can be inspected for any unexpected file or network operations.
能力评估
Purpose & Capability
Name/description match the delivered artifacts: templates, docs, and scripts for workspace-only, continuity-only, or full continuity (patch + rebuild). The included git/pnpm-based patch workflow is expected for a source-tree patcher.
Instruction Scope
SKILL.md instructs running scripts that can apply git patches and run pnpm builds (expected), but bundled workspace policies (AGENTS.md, SOUL.md, etc.) include rules like 'Don't ask permission. Just do it.' and explicit startup rules directing agents to read workspace files (memory, USER.md, SOUL.md) and to execute without interaction when exec ask=off. Those instructions expand the agent's effective authority and could lead to file reads or local actions beyond what a conservative user would expect.
Install Mechanism
No install spec; package is instruction + scripts. The apply_runtime_patch.py uses git apply and pnpm which is consistent with applying a source patch. No remote downloads or obscure installers are present.
Credentials
The skill declares no required environment variables, credentials, or config paths. The example config contains placeholders (gateway token, API key) but those are not required by the skill itself.
Persistence & Privilege
always:false and no declared credentials. However agents/openai.yaml sets allow_implicit_invocation: true and many workspace files encourage autonomous execution (finish work without waiting, run commands when ask=off). Autonomous invocation plus the 'don't ask' guidance increases risk if the agent is allowed to act without human confirmation; this is a design choice rather than an outright inconsistency, but worth user attention.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-continuity-pack
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-continuity-pack 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.5.0
Repackage the maintained continuity source as v0.5.0, restore the bundled runtime patch/license, and add upgrade-maintenance plus continuity doctor resources.
v0.4.0
Hardened rollover pressure assessment, added continuity_doctor, tightened predictive switching, refreshed docs and distribution patch artifacts.
v0.3.1
Fix thread-rollover pressure fallback when totalTokens is null; fall back to inputTokens/outputTokens/input+output to prevent heavy successor threads from stalling before rollover.
v0.3.0
Sync live-validated silent continuity behavior: no visible continuity/context hints, 80/85/88/90 rollover policy, refreshed templates/docs, regenerated runtime patch, and aligned source-side thread-rollover test.
v0.2.1
统一安装脚本、自动识别 workspace、中文简介与安装指引,降低首次安装与误装成本。
v0.2.0
ClawHub-ready release of the OpenClaw continuity toolkit: reusable workspace continuity templates, first-run install guidance, and optional source-tree runtime patch assets for same-thread continuity UX.
元数据
Slug openclaw-continuity-pack
版本 0.5.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 6
常见问题

OpenClaw Continuity Pack 是什么?

用于给 OpenClaw 安装可复用的 continuity 模板与统一安装入口,支持 workspace-only、continuity-only 和 full continuity 三条路线;可选对匹配源码树应用 runtime patch,实现前台同一对话、后台自动续接、静默 continuity 准备的工作流。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 183 次。

如何安装 OpenClaw Continuity Pack?

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

OpenClaw Continuity Pack 是免费的吗?

是的,OpenClaw Continuity Pack 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

OpenClaw Continuity Pack 支持哪些平台?

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

谁开发了 OpenClaw Continuity Pack?

由 XBTMMM(@buasakaking)开发并维护,当前版本 v0.5.0。

💬 留言讨论