← All skills
Tencent SkillHub · AI

FlowClaw

Unkillable Agent Infrastructure. Unified usage monitoring and intelligent load balancing for Anthropic, Google, OpenAI, and Ollama. Never let your agent get...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Unkillable Agent Infrastructure. Unified usage monitoring and intelligent load balancing for Anthropic, Google, OpenAI, and Ollama. Never let your agent get...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, config/flowclaw-state.json, scripts/flowclaw.sh, scripts/provider-usage.sh, scripts/save-account.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.1.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 11 sections Open source page

FlowClaw — LLM Usage Monitor & Load Balancer

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.

Supported Providers

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

Commands

# 📊 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

Anthropic (Claude Max) — unlimited accounts

claude login bash {baseDir}/scripts/save-account.sh # Repeat for each account

Google Gemini CLI

openclaw models auth login --provider google-gemini-cli

Google Antigravity

openclaw models auth login --provider google-antigravity brew install --cask steipete/tap/codexbar # Required for usage metrics

OpenAI Codex

openclaw models auth login --provider openai-codex

GitHub Copilot

openclaw models auth login-github-copilot

Ollama

brew install ollama && ollama pull qwen3:235b # Auto-detected — no config needed

Cron Automation

# Optimize routing every 30 minutes */30 * * * * bash ~/clawd/skills/flowclaw/scripts/flowclaw.sh auto

Scoring Algorithm

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).

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Scripts2 Docs1 Config
  • SKILL.md Primary doc
  • README.md Docs
  • scripts/flowclaw.sh Scripts
  • scripts/provider-usage.sh Scripts
  • scripts/save-account.sh Scripts
  • config/flowclaw-state.json Config