← Back to Skills Marketplace
75
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skylv-consensus-persona-engine
Description
Builds consensus-driven AI personas from multiple perspectives
Usage Guidance
This skill appears coherent and limited in scope: it runs a local Node script that stores votes in a local file and produces a JSON persona config. Before installing or running it: (1) review the JS file yourself (it's small and readable); (2) be aware it will create/modify .consensus_votes.json in the directory where you run it — avoid running it in sensitive directories; (3) because the source/homepage are unknown, consider running it in a sandbox or test environment first; (4) if you need voter weighting or persistent centralized storage, verify or extend the implementation (the code accepts a weights parameter but provides no mechanism to populate it). Overall there are no network calls or credential requests, so risk is low when used as intended.
Capability Assessment
Purpose & Capability
Name/description, SKILL.md usage, and the included JavaScript implement a vote-driven consensus persona engine. There are no unexpected environment variables, binaries, or config paths requested that would be unrelated to this functionality.
Instruction Scope
Runtime instructions only tell the agent to run the bundled Node script. The script reads/writes a local file (.consensus_votes.json) in the current working directory to store votes and prints consensus and a generated persona config. It does not access network endpoints, other files, or environment variables. Note: the SKILL.md and code assume local execution; the script will create/overwrite .consensus_votes.json in whatever directory it runs in.
Install Mechanism
No install specification — instruction-only with a single JS file. Nothing is downloaded or installed by the skill, minimizing installation risk.
Credentials
The skill requires no credentials, environment variables, or config paths. No secrets are requested, which is proportional to its described purpose.
Persistence & Privilege
The skill does not request persistent platform privileges (always:false). Its only persistent action is writing a local vote file; it does not modify other skills or system-wide agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skylv-consensus-persona-engine - After installation, invoke the skill by name or use
/skylv-consensus-persona-engine - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the skylv-consensus-persona-engine.
- Aligns multiple AI agents by calculating a consensus personality through agent voting on key personality dimensions.
- Supports six configurable personality dimensions: tone, verbosity, risk tolerance, autonomy, safety level, and creativity.
- Provides CLI commands to cast votes, calculate consensus, and list dimensions.
- Outputs consensus personality profiles, confidence scores, generated rules, and ready-to-use JSON configs.
- Designed for consistent behavior across collaborative AI agents.
- Presents a novel, low-competition solution for multi-agent persona alignment.
Metadata
Frequently Asked Questions
What is Skylv Consensus Persona Engine?
Builds consensus-driven AI personas from multiple perspectives. It is an AI Agent Skill for Claude Code / OpenClaw, with 75 downloads so far.
How do I install Skylv Consensus Persona Engine?
Run "/install skylv-consensus-persona-engine" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skylv Consensus Persona Engine free?
Yes, Skylv Consensus Persona Engine is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skylv Consensus Persona Engine support?
Skylv Consensus Persona Engine is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skylv Consensus Persona Engine?
It is built and maintained by SKY-lv (@sky-lv); the current version is v1.0.0.
More Skills