Multi Persona Ai

v1.0.0

Builds consensus-driven AI personas from multiple perspectives

0· 42·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for sky-lv/multi-persona-ai.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Multi Persona Ai" (sky-lv/multi-persona-ai) from ClawHub.
Skill page: https://clawhub.ai/sky-lv/multi-persona-ai
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install multi-persona-ai

ClawHub CLI

Package manager switcher

npx clawhub@latest install multi-persona-ai
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97761aj4a3arzeqm8h6tq5w5585jxcc
42downloads
0stars
1versions
Updated 1d ago
v1.0.0
MIT-0

skylv-consensus-persona-engine

Multi-Agent personality consensus engine. Align multiple agents through voting and weighted decision-making.

Problem

When multiple AI agents collaborate, how do you ensure consistent behavior? Each agent might have different "personalities" — tone, risk tolerance, autonomy level.

Solution

Consensus Persona Engine — agents vote on personality dimensions, and a consensus personality is calculated.

Usage

# Cast votes
node consensus_persona_engine.js vote tone friendly
node consensus_persona_engine.js vote autonomy proactive

# Calculate consensus
node consensus_persona_engine.js consensus

# List dimensions
node consensus_persona_engine.js dimensions

Personality Dimensions (6)

DimensionDescriptionOptions
toneCommunication styleformal, casual, friendly, professional, neutral
verbosityResponse detail levelconcise, moderate, detailed, exhaustive
risk_toleranceRisk acceptanceconservative, balanced, aggressive
autonomyDecision independencepassive, suggestive, proactive, autonomous
safety_levelSecurity strictnessminimal, standard, strict, paranoid
creativityInnovation levelfactual, balanced, creative, experimental

Output

  • Consensus personality with confidence scores
  • Generated rules based on consensus
  • JSON config for agent initialization

Market Data

Blue ocean: consensus-persona-engine scores 0.713 — minimal competition.


Enabling multi-agent harmony.

Install

openclaw skills install skylv-consensus-persona-engine

Comments

Loading comments...