# Send Dual-Brain to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "dual-brain",
    "name": "Dual-Brain",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/Dannydvm/dual-brain",
    "canonicalUrl": "https://clawhub.ai/Dannydvm/dual-brain",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/dual-brain",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=dual-brain",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "BUILD-SUMMARY.md",
      "CHANGELOG.md",
      "QUICKSTART.md",
      "README.md",
      "SKILL.md",
      "bin/dual-brain.js"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "dual-brain",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T23:01:35.184Z",
      "expiresAt": "2026-05-06T23:01:35.184Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=dual-brain",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=dual-brain",
        "contentDisposition": "attachment; filename=\"dual-brain-0.1.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "dual-brain"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/dual-brain"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/dual-brain",
    "downloadUrl": "https://openagent3.xyz/downloads/dual-brain",
    "agentUrl": "https://openagent3.xyz/skills/dual-brain/agent",
    "manifestUrl": "https://openagent3.xyz/skills/dual-brain/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/dual-brain/agent.md"
  }
}
```
## Documentation

### Dual-Brain Skill

What it does: Provides cognitive diversity by automatically generating perspectives from a secondary LLM (different from your primary model) for every user message.

### For Agents

Before responding to any user message, check for a dual-brain perspective:

cat ~/.dual-brain/perspectives/{your-agent-id}-latest.md

If the file exists and contains a recent perspective (check timestamp in comment), consider it alongside your own reasoning. The perspective may highlight:

Angles you might miss
Alternative approaches
Important things to verify

Integration:

Perspectives are generated automatically by a background daemon
No manual action required on your part
Simply read the file before forming your response
Synthesize both viewpoints (yours + the secondary LLM's)

Example workflow:

User sends message
Daemon intercepts, sends to secondary LLM (e.g., Kimi, GPT-4, Llama)
Secondary LLM generates 2-3 sentence perspective
Written to ~/.dual-brain/perspectives/{agent-id}-latest.md
You (primary agent) read it before responding
You synthesize both perspectives into your answer

### For Humans

Setup:

npm install -g openclaw-dual-brain
dual-brain setup    # Interactive configuration
dual-brain start    # Start daemon

Providers:

ollama - Local models (zero cost, requires Ollama)
moonshot - Kimi/Moonshot API (Chinese LLM, fast)
openai - GPT-4o, GPT-4-turbo, etc.
groq - Fast inference with Llama models

Commands:

dual-brain setup - Configure provider, model, API key
dual-brain start - Run daemon (foreground)
dual-brain stop - Stop daemon
dual-brain status - Check running status
dual-brain logs - View recent activity
dual-brain install-daemon - Install as system service

Config location: ~/.dual-brain/config.json

Perspectives location: ~/.dual-brain/perspectives/

### Architecture

User Message → OpenClaw Session (JSONL)
                    ↓
            Dual-Brain Daemon (polling)
                    ↓
            Secondary LLM Provider
            (ollama/moonshot/openai/groq)
                    ↓
        Perspective Generated (2-3 sentences)
                    ↓
        ~/.dual-brain/perspectives/{agent}-latest.md
                    ↓
        Primary Agent reads & synthesizes
                    ↓
            Response to User

### Benefits

Cognitive diversity - Two AI models = broader perspective
Bias mitigation - Different training data/approaches
Quality assurance - Second opinion catches issues
Zero agent overhead - Runs in background, <1s latency
Provider flexibility - Choose cost vs. quality tradeoff

### Optional: Engram Integration

If Engram (semantic memory) is running on localhost:3400, perspectives are also stored as memories for long-term recall.

Source: https://github.com/yourusername/openclaw-dual-brain
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Dannydvm
- Version: 0.1.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T23:01:35.184Z
- Expires at: 2026-05-06T23:01:35.184Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/dual-brain)
- [Send to Agent page](https://openagent3.xyz/skills/dual-brain/agent)
- [JSON manifest](https://openagent3.xyz/skills/dual-brain/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/dual-brain/agent.md)
- [Download page](https://openagent3.xyz/downloads/dual-brain)