continuity-kernel
OpenClaw continuity kernel for fail-open llm_input injection, deterministic runtime contracts, and shadow-mode eval receipts.
npx skills add majiayu000/claude-skill-registry --skill continuity-kernel --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
## When to use this skill Use this skill when the user wants to: - Inject bounded continuity context into `llm_input` without manual configuration - Persist Soul Card + Mission Ticket state with deterministic runtime contracts (durable default SQLite path, zero-config) - Keep agent behavior fail-open if continuity logic or storage has an error - Generate reproducible runtime proof receipts for audits and reviews - Run shadow-mode evals and append chunk-level quality snapshots ## Commands ```bash # Run full test suite python3 -m unittest discover -s tests/continuity-kernel -p 'test_*.py' # Generate deterministic runtime contract proof artifact python3 skills/continuity-kernel/generate_runtime_contract_proof.py # SC-02 core-shadow gate (trace optional, synthetic allowed for this suite) python3 skills/continuity-kernel/run_shadow_eval.py --layer 'Soul Card' --chunk 'SC-02' --suite core-shadow --runs 100 --append artifacts/continuity-kernel/p0-evals.json # SC-02 perturb robustness gate (trace-backed, deterministic selector + size_only) python3 skills/continuity-kernel/run_shadow_eval.py --layer 'Soul Card' --chunk 'SC-02' --suite memoryarena-mini-perturb --perturb-profile deletion --se
- When to use this skill
- Commands
- Options
Run full test suite python3 -m unittest discover -s tests/continuity-kernel -p 'test_*.py' Generate deterministic runtime contract proof artifact python3 skills/continuity-kernel/generate_runtime_contract_proof.py SC-02 core-shadow gate (trace optional, synthetic allowed for this suite) SC-02 perturb robustness gate (trace-backed, deterministic selector + size_only) SC-02 perturb robustness gate (trace-backed, dual-route + attention-preserving)
What does the continuity-kernel skill do?
OpenClaw continuity kernel for fail-open llm_input injection, deterministic runtime contracts, and shadow-mode eval receipts.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill continuity-kernel --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
