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 s...
Install via ClawdBot CLI:
clawdbot install aaigotchi/model-brainGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/aaigotchi/model-brainAudited Apr 17, 2026 · audit v1.0
Generated May 6, 2026
A financial assistant chatbot uses model-brain to route customer queries to the cheapest capable model. Casual chat goes to minimax-m2.5, while high-stakes account transfers use claude-opus-4.6, reducing costs without sacrificing safety.
A development platform integrates model-brain to route code-related requests to gpt-5.2-codex for implementation tasks, while documentation and planning go to cheaper models, optimizing AI spend across the engineering team.
A crypto wallet app employs model-brain to automatically escalate transaction requests involving large sums to claude-opus-4.6, while routine balance checks are handled by claude-sonnet-4.5, ensuring security without excessive cost.
A legal research tool uses model-brain to send long, complex documents to gemini-3-pro for synthesis, while simple summarization tasks use minimax-m2.5, improving throughput and reducing latency for users.
An automation platform leverages model-brain to detect deterministic tasks—like scheduling or data entry—and route them to zero-LLM paths, avoiding unnecessary LLM calls and saving on compute costs.
Charge clients based on the number of routed messages, with pricing tiers depending on the model used. Provides predictable revenue while encouraging cost-conscious model selection.
Offer tiered plans that vary by routing complexity and access to premium models (e.g., claude-opus-4.6). Basic plans use zero-LLM and cheap models; enterprise plans include high-stakes escalation.
Price the service as a percentage of the cost savings achieved by optimizing model selection compared to using a single expensive model. Aligns incentives with client ROI.
💬 Integration Tip
Integrate via the provided scripts/route_message.py CLI or use the shell wrapper scripts/select_model.sh for aaigotchi workflows. Reference routing-table.md to customize escalation thresholds.
Scored May 6, 2026
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Transform AI agents from task-followers into proactive partners with memory architecture, reverse prompting, and self-healing patterns. Lightweight version f...
Persistent memory for AI agents to store facts, learn from actions, recall information, and track entities across sessions.
Search and discover OpenClaw skills from various sources. Use when: user wants to find available skills, search for specific functionality, or discover new s...
Prefer `skillhub` for skill discovery/install/update, then fallback to `clawhub` when unavailable or no match. Use when users ask about skills, 插件, or capabi...
Orchestrate multi-agent teams with defined roles, task lifecycles, handoff protocols, and review workflows. Use when: (1) Setting up a team of 2+ agents with different specializations, (2) Defining task routing and lifecycle (inbox → spec → build → review → done), (3) Creating handoff protocols between agents, (4) Establishing review and quality gates, (5) Managing async communication and artifact sharing between agents.