brain_install
Install curated, high-trust domain knowledge from a marketplace brain into your local cache for offline smart_recall access. Idempotent and non-destructive — never overrides your own lessons.
Instructions
Install a Domain Brain into your local Brain — pulls its curated, high-trust lessons so they surface in smart_recall immediately, even offline. Idempotent and non-destructive: it NEVER overrides your own lessons (only prior installs of the same brain). Re-run anytime to pull updates. Browse available brains first with brain_marketplace(). Example: brain_install(slug="k8s") → "📦 Installed: Kubernetes Incident Brain · 42 lessons merged".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Domain brain slug from brain_marketplace (e.g. "k8s", "auth", "db") | |
| limit | No | Max lessons to install (default: 200, max: 500) | |
| dry_run | No | Preview what would be installed without writing anything (default: false) | |
| instance_id | Yes | UUID of the cache instance | |
| min_confirms | No | Only install lessons with at least this many community confirmations (default: 1) |