# Send FlowClaw to your agent
Use the source page and any available docs to guide the install because the item currently does not return a direct package file.
## Fast path
- Open the source page via Open source listing.
- If you can obtain the package, extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the source page and extracted files.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "flowclaw",
    "name": "FlowClaw",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/windseeker1111/flowclaw",
    "canonicalUrl": "https://clawhub.ai/windseeker1111/flowclaw",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/flowclaw",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=flowclaw",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "config/flowclaw-state.json",
      "scripts/flowclaw.sh",
      "scripts/provider-usage.sh",
      "scripts/save-account.sh"
    ],
    "downloadMode": "manual_only",
    "sourceHealth": {
      "source": "tencent",
      "slug": "flowclaw",
      "status": "source_issue",
      "reason": "not_found",
      "recommendedAction": "review_source",
      "checkedAt": "2026-05-01T13:36:29.718Z",
      "expiresAt": "2026-05-02T13:36:29.718Z",
      "httpStatus": 404,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=flowclaw",
      "contentType": "text/plain",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=flowclaw",
        "contentDisposition": null,
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "flowclaw"
      },
      "scope": "item",
      "summary": "Known item issue.",
      "detail": "This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.",
      "primaryActionLabel": "Open source listing",
      "primaryActionHref": "https://clawhub.ai/windseeker1111/flowclaw"
    },
    "validation": {
      "installChecklist": [
        "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."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/flowclaw",
    "downloadUrl": "https://openagent3.xyz/downloads/flowclaw",
    "agentUrl": "https://openagent3.xyz/skills/flowclaw/agent",
    "manifestUrl": "https://openagent3.xyz/skills/flowclaw/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/flowclaw/agent.md"
  }
}
```
## Documentation

### 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).
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: windseeker1111
- Version: 1.1.1
## Source health
- Status: source_issue
- 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.
- Health scope: item
- Reason: not_found
- Checked at: 2026-05-01T13:36:29.718Z
- Expires at: 2026-05-02T13:36:29.718Z
- Recommended action: Open source listing
## Links
- [Detail page](https://openagent3.xyz/skills/flowclaw)
- [Send to Agent page](https://openagent3.xyz/skills/flowclaw/agent)
- [JSON manifest](https://openagent3.xyz/skills/flowclaw/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/flowclaw/agent.md)
- [Download page](https://openagent3.xyz/downloads/flowclaw)