Install
openclaw skills install openclaw-continuity-pack用于给 OpenClaw 安装可复用的 continuity 模板与统一安装入口,支持 workspace-only、continuity-only 和 full continuity 三条路线;可选对匹配源码树应用 runtime patch,实现前台同一对话、后台自动续接、静默 continuity 准备的工作流。
openclaw skills install openclaw-continuity-packIf you found this on ClawHub and want to install it into OpenClaw immediately, use either of these:
openclaw skills install openclaw-continuity-pack
or:
clawhub install openclaw-continuity-pack
Then start a new OpenClaw session so the newly installed skill is eligible.
After install, choose one path:
python3 {baseDir}/scripts/install_continuity_pack.py --route workspacememory / plans / status / handoff workflow files.python3 {baseDir}/scripts/install_continuity_pack.py --route continuitypython3 {baseDir}/scripts/install_continuity_pack.py --route full --source-root <OPENCLAW_SOURCE_ROOT> --apply-runtime-patch --rebuildThe installer auto-detects the workspace from the current OpenClaw workspace when possible, and otherwise falls back to ~/.openclaw/workspace.
Once installed, treat the skill root as {baseDir} when following the bundled commands and file references.
Use this skill when the goal is to give another OpenClaw project the maximum reusable subset of a verified continuity stack without shipping a live machine snapshot.
The current runtime patch targets silent continuity preparation: ordinary chat pages no longer render continuity/context hint messages, while same-thread rollover and hidden handoff remain in place.
This skill is for three situations:
references/install.mdscripts/install_continuity_pack.py --route workspacescripts/bootstrap_workspace.py --workspace autoscripts/install_continuity_pack.py --route continuityscripts/install_continuity_pack.py --route full --source-root <OPENCLAW_SOURCE_ROOT> --apply-runtime-patch --rebuildscripts/bootstrap_workspace.py --workspace autoscripts/apply_runtime_patch.py --source-root <OPENCLAW_SOURCE_ROOT> --apply --rebuildreferences/deploy-notes.mdreferences/verify.mdreferences/rollback.mdscripts/install_continuity_pack.pyscripts/bootstrap_workspace.pyscripts/apply_runtime_patch.pyscripts/continuity_doctor.pyassets/workspace/ for the reusable operating layer and continuity templatesassets/config/openclaw.example.json for a sanitized continuity-oriented config exampleassets/patch/thread-continuity.patch for the formal runtime/UI patchreferences/overview.mdreferences/install.mdreferences/usage.mdreferences/capability-layers.mdreferences/files-to-replace.mdreferences/deploy-notes.mdreferences/verify.mdreferences/rollback.mdreferences/release-notes.mdreferences/changelog.mdreferences/distribution.mdreferences/source-audit.mdreferences/upgrade-maintenance.mdWhen using this skill:
~/.openclaw snapshot.pnpm buildpnpm ui:buildREADME.mdreferences/overview.mdreferences/install.mdreferences/usage.mdreferences/capability-layers.mdreferences/verify.mdreferences/rollback.mdreferences/upgrade-maintenance.mdreferences/distribution.mdreferences/source-audit.md