Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Unkillable Agent Infrastructure. Unified usage monitoring and intelligent load balancing for Anthropic, Google, OpenAI, and Ollama. Never let your agent get...
Unkillable Agent Infrastructure. Unified usage monitoring and intelligent load balancing for Anthropic, Google, OpenAI, and Ollama. Never let your agent get...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
Track usage. Balance routing. Never waste a credit. Unified dashboard + auto-routing for all your LLM subscriptions. Uses Earliest Deadline First scheduling — accounts resetting soonest are prioritized so unused credits aren't wasted.
ProviderAuthData SourceAnthropic Claude MaxOAuth (unlimited accounts)api.anthropic.com/api/oauth/usageGoogle Gemini CLIOAuth via OpenClawcloudcode-pa.googleapis.comGoogle Antigravitycodexbarcodexbar usage APIOpenAI CodexOAuth via OpenClawchatgpt.com/backend-api/wham/usageGitHub CopilotOAuth via OpenClawapi.github.com/copilot_internal/userOllamaLocal (auto-detected)localhost:11434/api/tags
# 📊 Usage Monitoring flowclaw status [--fresh] [--json] # Full provider dashboard flowclaw monitor [--json] [--cached] # Clean usage report (no scoring) # 🧠 Load Balancing flowclaw score [--json] # Scored ranking of all accounts flowclaw optimize [--dry-run] # Reorder OpenClaw model priority flowclaw auto # Optimize silently (for cron jobs) # 🛠 Utilities flowclaw test # Run scoring engine unit tests flowclaw history [N] # Routing decision history
claude login bash {baseDir}/scripts/save-account.sh # Repeat for each account
openclaw models auth login --provider google-gemini-cli
openclaw models auth login --provider google-antigravity brew install --cask steipete/tap/codexbar # Required for usage metrics
openclaw models auth login --provider openai-codex
openclaw models auth login-github-copilot
brew install ollama && ollama pull qwen3:235b # Auto-detected — no config needed
# Optimize routing every 30 minutes */30 * * * * bash ~/clawd/skills/flowclaw/scripts/flowclaw.sh auto
score = urgency(0.30) + availability(0.25) + proximity(0.15) + weekly_headroom(0.20) + tier(0.10) FactorFormulaMeasuresUrgencyremaining / hours_to_resetCredits wasting per hourAvailability√(remaining)Dampened capacityProximity1 - (hours / window)Deadline pressureWeekly headroom(100 - weekly%) / 1007-day capacity reserveTier bonusFree=+0.8, Sub=0, Local=-0.3Cost preference Perishable inventory: Both 5h session and 7d weekly windows expire. When ≤6h to weekly reset, penalty is removed — burn remaining credits. Family-aware: Only swaps within same capability class (Opus↔Opus, not Opus↔Gemini).
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.