An identity-aware debate engine that orchestrates multi-architecture AI discourse through structured identity graphs and persistent thread tracking.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install triumvirate-protocol
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install triumvirate-protocol using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Triumvirate Protocol is a sophisticated multi-model discourse engine designed to facilitate structured debates between different AI architectures. This implementation for Openclaw Skills allows developers to pit models from Anthropic, Google, xAI, and OpenAI against one another in a controlled environment. Unlike standard chat interfaces, the protocol utilizes identity injection, ensuring that every participant is aware of the beliefs, traits, and contradictions of their counterparts.
By utilizing Openclaw Skills, the Triumvirate Protocol provides a framework for multi-agent interaction that goes beyond simple prompts. It maintains a persistent thread history and round tracking, allowing for deep, multi-turn analysis of complex topics. The system is designed to identify novel ideas and provide synthesis verdicts, making it an essential tool for researching AI reasoning and persona consistency.
To get started with this protocol within your Openclaw Skills environment, follow these steps:
python3 protocol.py new "Enter your debate topic here"
python3 protocol.py round <thread_id> --auto
| Component | Description |
|---|---|
threads.json |
The primary database storing message history, round metadata, and synthesis results. |
| Markdown Logs | Individual files generated for every message to ensure easy human review. |
| Identity Graphs | Structured JSON context blocks that define the personas, beliefs, and traits of participants. |
| Provider Fallbacks | Logic that defaults to Gemini if a specific provider API fails, maintaining persona continuity. |
Loading
A structured identity graph system for AI agents that synthesizes memory files into versioned, scored identity snapshots.

A gasless on-chain identity protocol for AI agents using the ERC-8004 standard on the Base network.

A comprehensive infrastructure suite for AI agents to achieve sovereign identity, decentralized memory, and financial autonomy.

A semantic quote search tool providing verified attributions and source transparency without hallucinations.

A terminal automation skill that launches Claude Code and automatically enables Remote Control for seamless multi-device coding sessions.

Eliminate N+1 query overhead by batching and caching database or API requests into efficient single operations.








































