← Back to Skills Marketplace
48
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install multi-persona-ai
Description
Builds consensus-driven AI personas from multiple perspectives
Usage Guidance
This skill appears to be a simple, local consensus/voting tool and is internally consistent with its description. Before installing or running: (1) run it in a dedicated/empty directory to avoid accidental overwrite of a .consensus_votes.json file; (2) review the included consensus_persona_engine.js if you want to confirm behavior (it is short and only uses fs and process.argv); (3) be aware of the naming mismatch between the registry slug and the SKILL.md install example — that is administrative, not functional. If you need networked or multi-agent synchronization, note this script is purely local and would need modifications to share votes between machines or agents.
Capability Analysis
Type: OpenClaw Skill
Name: multi-persona-ai
Version: 1.0.0
The skill implements a voting and consensus mechanism for AI agent personality traits, allowing multiple agents to align on behavior rules. The logic in `consensus_persona_engine.js` is limited to local file operations for state management (using a local `.consensus_votes.json` file) and rule generation based on predefined dimensions. No indicators of data exfiltration, remote code execution, or malicious prompt injection were found.
Capability Assessment
Purpose & Capability
The skill's name/description (multi‑persona consensus engine) matches the included JS implementation: voting, consensus calculation, rule generation, and JSON output. Minor inconsistency: SKILL.md and its install example use the slug/name 'skylv-consensus-persona-engine' while the registry metadata lists 'multi-persona-ai' — this is an administrative/naming mismatch but does not affect capabilities.
Instruction Scope
SKILL.md tells the agent to run the included Node script with simple commands (vote, consensus, dimensions). The code only reads/writes a local file (.consensus_votes.json) and prints generated config/rules; it does not access network endpoints, environment variables, or other system paths. Note: the script will create/overwrite a .consensus_votes.json in the current working directory.
Install Mechanism
There is no install spec — the skill is instruction-only with a bundled script. No downloads, package installs, or external installers are invoked by the instructions.
Credentials
The skill does not request environment variables, credentials, or config paths. It operates entirely on local files and process arguments, which is proportionate to its purpose.
Persistence & Privilege
The skill is not always-enabled and does not modify other skills or system settings. It does persist votes to a local dotfile (.consensus_votes.json) in the working directory — consider that this file could be created or overwritten when running the tool.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install multi-persona-ai - After installation, invoke the skill by name or use
/multi-persona-ai - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of skylv-consensus-persona-engine
- Enables multiple AI agents to build a consensus-driven persona via voting on key personality traits
- Supports 6 personality dimensions: tone, verbosity, risk_tolerance, autonomy, safety_level, creativity
- Provides commands for voting, consensus calculation, and listing dimensions
- Outputs a consensus personality profile with confidence scores, generated rules, and JSON config for agent setup
- Designed for low-competition, blue ocean scenarios
Metadata
Frequently Asked Questions
What is Multi Persona Ai?
Builds consensus-driven AI personas from multiple perspectives. It is an AI Agent Skill for Claude Code / OpenClaw, with 48 downloads so far.
How do I install Multi Persona Ai?
Run "/install multi-persona-ai" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Multi Persona Ai free?
Yes, Multi Persona Ai is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Multi Persona Ai support?
Multi Persona Ai is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Multi Persona Ai?
It is built and maintained by SKY-lv (@sky-lv); the current version is v1.0.0.
More Skills