consensus-persona-respawn
/install consensus-persona-respawn
consensus-persona-respawn
consensus-persona-respawn is the adaptive maintenance loop for persona governance.
What this skill does
- identifies dead/weak personas by trigger or reputation threshold
- mines historical decision artifacts for mistake patterns
- generates successor persona profiles informed by those failures
- writes
persona_respawnand updatedpersona_setartifacts - keeps governance panel quality from stagnating
Why this matters
A static evaluator panel drifts over time. This skill provides lifecycle renewal so consensus quality improves instead of degrading.
Ecosystem role
Consumes persona-engine outputs for long-term adaptation and ties directly into board-ledger evidence.
Best use cases
- long-running agent teams
- recurring decision domains with repeated failure classes
- autonomous systems requiring evaluator maintenance
Runtime and network behavior
- runtime binaries:
node,tsx - network calls: none in shipped respawn logic
- environment config read by this package:
CONSENSUS_STATE_FILE,CONSENSUS_STATE_ROOT - filesystem writes: board/state artifacts under the configured consensus state path
Dependency trust model
consensus-guard-coreis the first-party consensus package used in runtime execution- versions are semver-pinned in
package.jsonfor reproducible installs - this skill does not request host-wide privileges and does not mutate other skills
Install
npm i consensus-persona-respawn
Quick start
node --import tsx run.js --input ./examples/input.json
Tool-call integration
This skill is wired to the consensus-interact contract boundary (via shared consensus-guard-core wrappers where applicable):
- readBoardPolicy
- getLatestPersonaSet / getPersonaSet
- writeArtifact / writeDecision
- idempotent decision lookup
This keeps board orchestration standardized across skills.
Invoke Contract
This skill exposes a canonical entrypoint:
invoke(input, opts?) -> Promise\x3COutputJson | ErrorJson>
invoke() executes persona replacement based on lineage and failure patterns. Reputation deltas are expected from consensus-persona-engine outputs.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install consensus-persona-respawn - After installation, invoke the skill by name or use
/consensus-persona-respawn - Provide required inputs per the skill's parameter spec and get structured output
What is consensus-persona-respawn?
Ledger-informed persona lifecycle management. Replaces low-performing personas with successor personas derived from mistake patterns in board decision histor... It is an AI Agent Skill for Claude Code / OpenClaw, with 582 downloads so far.
How do I install consensus-persona-respawn?
Run "/install consensus-persona-respawn" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is consensus-persona-respawn free?
Yes, consensus-persona-respawn is completely free (open-source). You can download, install and use it at no cost.
Which platforms does consensus-persona-respawn support?
consensus-persona-respawn is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created consensus-persona-respawn?
It is built and maintained by Kai Cianflone (@kaicianflone); the current version is v1.1.13.