Deterministic persona reputation engine that applies guard decision effects to persona_set state and emits explicit reputation_delta artifacts.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill consensus-persona-engine --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Consensus Persona Engine?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-consensus-persona-engine)More formats (shields.io, HTML) on the badges page.
---
name: consensus-persona-engine
description: Deterministic persona reputation engine that applies guard decision effects to persona_set state and emits explicit reputation_delta artifacts.
homepage: https://github.com/kaicianflone/consensus-persona-engine
source: https://github.com/kaicianflone/consensus-persona-engine
metadata:
{"openclaw": {"requires": {"bins": ["node"]}}}
---
# consensus-persona-engine
`consensus-persona-engine` is the state transition layer for persona reputation updates.
## What this skill does
- takes `decision`, `vote_batch`, and current `persona_set`
- applies deterministic reputation rules
- emits `reputation_delta`
- returns updated `persona_set` with lineage-safe fields
## Invoke contract
- `invoke(input, opts?) -> Promise<OutputJson | ErrorJson>`
Required input:
- `board_id`
- `decision`
- `vote_batch`
- `persona_set`
- optional `ruleset`
No provider credentials required.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!