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
Meta-skill for AI agent self-improvement. Analyzes runtime logs to detect error patterns, regressions, and inefficiencies, then generates structured improvem...
Stop waiting for prompts. Keep working.
Turn OpenClaw into a learning-loop agent with seeded workspace rules, skill promotion, reflective memory, and proactive maintenance.
Meta-agent skill for orchestrating complex tasks through autonomous sub-agents. Decomposes macro tasks into subtasks, spawns specialized sub-agents with dynamically generated SKILL.md files, coordinates file-based communication, consolidates results, and dissolves agents upon completion. MANDATORY TRIGGERS: orchestrate, multi-agent, decompose task, spawn agents, sub-agents, parallel agents, agent coordination, task breakdown, meta-agent, agent factory, delegate tasks
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Complete toolkit for creating autonomous AI agents and managing Discord channels for OpenClaw. Use when setting up multi-agent systems, creating new agents, or managing Discord channel organization.