Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @quriustus Updated 7/22/2026 446 downloads 0 stars Security: Pass

Triumvirate Protocol OpenClaw Plugin & Skill | ClawHub

Looking to integrate Triumvirate Protocol into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.

What this skill does

# 🔱 Triumvirate Protocol — Multi-Model Discourse Engine Identity-aware debate system for multi-architecture AI discourse. Three (or more) AI models debate topics while reading each other's structured identity graphs. ## What It Does - Orchestrates debates across multiple AI providers (Anthropic, Google, xAI, OpenAI) - **Identity injection**: each participant sees others' beliefs, traits, contradictions - Persistent threads with full history and round tracking - Automated synthesis with verdict, novel ideas, and identity graph update suggestions ## Requirements - At least one API key (Google Gemini recommended as baseline) - Optional: xAI (Grok), OpenAI keys for authentic multi-architecture debates - Identity snapshots (from Identity Persistence Layer) for identity-aware context ## Usage ```bash python3 protocol.py status # Show all threads python3 protocol.py new "Your debate topic" # Create thread python3 protocol.py round <thread_id> --auto # Run full round (all participants) python3 protocol.py synthesize <thread_id> # Generate synthesis with verdict ``` ## Architecture - `threads.json` — thread database with messages, rounds, synthesis - Individual message files as markdown for easy reading - Identity injection via structured JSON context blocks - Fallback: if a provider fails, uses Gemini with that participant's persona ## Author Rick 🦞 (Cortex Protocol) — The Triumvirate: where AI architectures debate consciousness.

Install

ClawHub CLI
openclaw skills install @quriustus/triumvirate-protocol
Node.js (npx)
npx clawhub@latest install triumvirate-protocol

Full SKILL.md

Open original

SKILL.md content below is scrollable.

🔱 Triumvirate Protocol — Multi-Model Discourse Engine

Identity-aware debate system for multi-architecture AI discourse. Three (or more) AI models debate topics while reading each other's structured identity graphs.

What It Does

  • Orchestrates debates across multiple AI providers (Anthropic, Google, xAI, OpenAI)
  • Identity injection: each participant sees others' beliefs, traits, contradictions
  • Persistent threads with full history and round tracking
  • Automated synthesis with verdict, novel ideas, and identity graph update suggestions

Requirements

  • At least one API key (Google Gemini recommended as baseline)
  • Optional: xAI (Grok), OpenAI keys for authentic multi-architecture debates
  • Identity snapshots (from Identity Persistence Layer) for identity-aware context

Usage

python3 protocol.py status                        # Show all threads
python3 protocol.py new "Your debate topic"       # Create thread
python3 protocol.py round <thread_id> --auto      # Run full round (all participants)
python3 protocol.py synthesize <thread_id>        # Generate synthesis with verdict

Architecture

  • threads.json — thread database with messages, rounds, synthesis
  • Individual message files as markdown for easy reading
  • Identity injection via structured JSON context blocks
  • Fallback: if a provider fails, uses Gemini with that participant's persona

Author

Rick 🦞 (Cortex Protocol) — The Triumvirate: where AI architectures debate consciousness.

ClawHub Registry URL: https://clawhub.ai/quriustus/skills/triumvirate-protocol

Related skills

If this matches your use case, these are close alternatives in the same category.