Real Skill packageSource verifiedClawHub registry

free-tier-ai-router

Quota-aware LLM router that squeezes maximum usable AI out of free-tier API keys across Gemini, Mistral, OpenRouter, Kilo and Cerebras. Probes every model on every key, measures real quality and real published rate limits, then routes each request to the cheapest model that can do the job — spending abundant capacity first and reserving scarce daily quota for when it is actually needed. Persists cooldowns to disk so a 429 discovered in one process is respected by the next. Use when an agent must make many LLM call…

Identity and source

Publisher attributionorionshaowswmwregistry owner unverified by skillvetai
Functional categoryAgent Engineering, Security & Governanceautomatically inferred · 55% rule confidence
Package forminstruction with code17 recorded files
Canonical sourceClawHub registryclawhub:orionshaowswmw:free-tier-ai-router
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/26/2026.claude/skills/free-tier-ai-router

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/26/2026.agents/skills/free-tier-ai-router

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/26/2026skills/free-tier-ai-router

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @orionshaowswmw/free-tier-ai-router
clawhub inspect @orionshaowswmw/free-tier-ai-router --version 2.2.9

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
17 / 17 inspected as text
Checked
8/26/2026, 2:00:47 AM
Scanner
0.1.3
Policy
1.0.3
4 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
13 dependency and API indicators
  • api: aistudio.google.com
  • api: api.cerebras.ai
  • api: api.cohere.com
  • api: api.groq.com
  • api: api.kilo.ai
  • api: api.llm7.io
  • api: api.mistral.ai
  • api: app.kilo.ai
  • api: clawhub.ai
  • api: console.mistral.ai
  • api: generativelanguage.googleapis.com
  • api: openrouter.ai
  • api: router.huggingface.co
External clawhub result: suspicious

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/26/2026, 12:00:31 AM
Release binding
Matches this record
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:e998e159cf57b38c580b0f9bc4c93aee4fc6578d74062528173f7515d9fcb448
Show up to 17 recorded paths
  • _meta.json
  • get-ai-router.sh
  • health.json
  • install.sh
  • integrate.sh
  • PROBE.md
  • probe.py
  • quality.json
  • quality.py
  • ratelimit.py
  • ratelimits.json
  • README.md
  • results.json
  • router_fixed.json
  • router.py
  • skill-card.md
  • SKILL.md

Source changelog

v2.3.0 any-provider-any-agent: pluggable providers.json (any OpenAI-compatible endpoint incl. local Ollama/llama.cpp/vLLM; user routes override builtins), --discover --apply, --json machine contract + exit code 4, provider perms hardening, live-verified groq transport