← 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

Known item issue.

This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.

Quick setup
  1. Open the source page and confirm the package flow manually.
  2. Review SKILL.md if you can obtain the files.
  3. Treat this source as manual setup until the download is verified.

Requirements

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

Package facts

Download mode
Manual review
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

  • Open the source listing and confirm there is a real package or setup artifact available.
  • Review SKILL.md before asking your agent to continue.
  • Treat this source as manual setup until the upstream download flow is fixed.

Install with your agent

Agent handoff

Use the source page and any available docs to guide the install because the item currently does not return a direct package file.

  1. Open the source page via Open source listing.
  2. If you can obtain the package, extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the source page and extracted files.
New install

I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required. Then review README.md for any prerequisites, environment setup, or post-install checks.

Upgrade existing

I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need. Then review README.md for any prerequisites, environment setup, or post-install checks.

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