Install
openclaw skills install model-brainRoute each incoming message to the right Bankr/OpenClaw model or to a zero-LLM path based on task type, risk, and cost. Use when you need per-message model selection, cost-aware routing, deterministic skill bypasses, or a model recommendation for aaigotchi workflows.
openclaw skills install model-brainUse this skill when the goal is to choose the right model for a single message or action.
zero-llm when a deterministic skill or script can do the job.bankr/claude-sonnet-4.5 for routine wallet and treasury operations that are important but still normal.bankr/claude-opus-4.6 only for explicitly high-stakes, security-sensitive, or ambiguous wallet flows.bankr/gpt-5.2-codex for coding-heavy implementation work.zero-llm
pet-me-masterbankr/minimax-m2.5
bankr/claude-sonnet-4.5
bankr/gpt-5.2-codex
bankr/gemini-3-pro
bankr/gemini-3-flash
bankr/claude-opus-4.6
chat, code, wallet, vision, long-context, or deterministic.python3 {baseDir}/scripts/route_message.py --text "pet all my 53 gotchis" --json
python3 {baseDir}/scripts/route_message.py --text "rewrite this x thread shorter" --json
python3 {baseDir}/scripts/route_message.py --text "swap ETH to USDC and send to treasury" --json
bash {baseDir}/scripts/select_model.sh --text "build this feature in the repo" --mode summary
Use scripts/select_model.sh when you want a simple aaigotchi-friendly wrapper before model selection. It can emit just the route, full JSON, or shell-style env lines.
references/routing-table.md for the routing rules and escalation thresholds.references/bankr-models.md for the current Bankr model inventory and aaigotchi default.