ai-pair
AI Pair Collaboration Skill. Coordinate multiple AI models to work together: one creates (Author/Developer), two others review (Codex + Gemini). Works for code, articles, video scripts, and any creative task. Trigger: /ai-pair, ai pair, dev-team, content-team, team-stop
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/axtonliu/ai-pairWhat This Skill Does
The ai-pair skill brings multi-model collaboration directly into your OpenClaw environment. By leveraging the native Agent Teams capability within Claude Code, it orchestrates a specialized workforce to tackle complex tasks. The architecture follows a 'one-creator, two-reviewer' model: a primary agent (Developer or Author) executes the core task, while two independent reviewers (Codex and Gemini) analyze the output through distinct cognitive lenses. This dual-reviewer approach ensures that your code or content is scrutinized for both technical integrity and stylistic excellence simultaneously, reducing the 'blind spots' inherent in relying on a single model.
Installation
To integrate this skill into your workflow, run the following command in your terminal:
clawhub install openclaw/skills/skills/axtonliu/ai-pair
Ensure that you have the Claude Code agent runtime, as well as the CLI tools for Codex and Gemini, pre-installed and authenticated on your local machine. The skill relies on these external binaries to pipe feedback back to your central Team Lead session.
Use Cases
- Software Development: Use this to build robust features, where Codex checks for edge cases, security vulnerabilities, and performance bottlenecks, while Gemini critiques your choice of design patterns and long-term codebase maintainability.
- Content Creation: Ideal for drafting newsletters, video scripts, or technical articles. While the author generates the draft, Codex ensures logical accuracy and factual consistency, and Gemini refines the tone, style, and audience engagement.
- Complex Planning: Use a pair team to review architectural proposals or project roadmaps by forcing competing models to find flaws in your initial logic.
Example Prompts
- "/ai-pair dev-team PortfolioWebsite - Implement a React-based navigation bar with authentication state management."
- "/ai-pair content-team Q4-Marketing-Plan - Draft an email newsletter announcement about our new AI integration features."
- "/ai-pair team-stop"
Tips & Limitations
- Stay in Control: This skill is designed for human-in-the-loop workflows. You must manually approve results between the creation and review phases to ensure the agent doesn't enter an unwanted loop.
- Authentication: Always verify your Codex and Gemini CLI tokens before starting a session, as missing credentials will prevent the reviewers from initializing.
- Context Windows: Complex, massive projects may require you to break tasks into smaller sub-tasks, as the aggregated output of three agents can quickly consume your terminal session's history buffer.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-axtonliu-ai-pair": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, code-execution, external-api
Related Skills
obsidian-canvas-creator
Create Obsidian Canvas files from text content, supporting both MindMap and freeform layouts. Use this skill when users want to visualize content as an interactive canvas, create mind maps, or organize information spatially in Obsidian format.
excalidraw-diagram
Generate Excalidraw diagrams from text content. Supports three output modes - Obsidian (.md), Standard (.excalidraw), and Animated (.excalidraw with animation order). Triggers on "Excalidraw", "画图", "流程图", "思维导图", "可视化", "diagram", "标准Excalidraw", "standard excalidraw", "Excalidraw动画", "动画图", "animate".
mermaid-visualizer
Transform text content into professional Mermaid diagrams for presentations and documentation. Use when users ask to visualize concepts, create flowcharts, or make diagrams from text. Supports process flows, system architectures, comparisons, mindmaps, and more with built-in syntax error prevention.
smart-illustrator
智能配图与 PPT 信息图生成器。支持三种模式:(1) 文章配图模式 - 分析文章内容,生成插图;(2) PPT/Slides 模式 - 生成批量信息图;(3) Cover 模式 - 生成封面图。所有模式默认生成图片,`--prompt-only` 只输出 prompt。支持 Bento Grid 功能展示图风格(--style bento)。触发词:配图、插图、PPT、slides、封面图、thumbnail、cover、bento grid、功能展示图、feature showcase。