← All skills
Tencent SkillHub Β· AI

Astrai Inference Router

Route all LLM calls through Astrai for 40%+ cost savings with intelligent routing and privacy controls

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

Route all LLM calls through Astrai for 40%+ cost savings with intelligent routing and privacy controls

⬇ 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
SKILL.md, config.example.toml, plugin.py

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. 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. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

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

Astrai Inference Router

Route every LLM call through Astrai's intelligent router. Save 40%+ on API costs. Privacy controls built in.

What it does

Smart routing: Classifies each task (code, research, chat, creative) and picks the optimal model Cost savings: Bayesian learning finds the cheapest provider that meets your quality threshold Auto-failover: Circuit breaker switches providers when one goes down PII protection: Personally identifiable information stripped before reaching any provider EU routing: GDPR-compliant European-only routing with one setting Budget caps: Set daily spend limits to prevent runaway costs Real-time tracking: See exactly how much you're saving per request

Setup

Get a free API key at as-trai.com Set ASTRAI_API_KEY in your environment or skill config Choose your privacy mode (default: enhanced) Done β€” all LLM calls now route through Astrai

Privacy Modes

standard: Full routing intelligence, normal logging enhanced: PII stripped, metadata-only logging, region enforced max: Zero data retention, EU-only, all PII stripped, no prompt logging

Environment Variables

VariableRequiredDescriptionDefaultASTRAI_API_KEYYesYour API key from as-trai.comβ€”PRIVACY_MODENostandard, enhanced, maxenhancedREGIONNoany, eu, usanyDAILY_BUDGETNoMax daily spend in USD (0 = unlimited)10

External Endpoints

EndpointPurposeData Senthttps://as-trai.com/v1/chat/completionsLLM inference routingPrompts (with PII stripped if enhanced/max mode)https://as-trai.com/v1/signupFree API key registrationEmail address

Security & Privacy

All requests authenticated via API key in Authorization header PII stripping runs locally before any data leaves your machine (enhanced/max modes) EU routing mode ensures prompts never leave European infrastructure Zero data retention available in max privacy mode No credentials are stored by the skill β€” only your API key in environment variables Source code is fully open: github.com/beee003/astrai-openclaw

Model Invocation

This skill intercepts outgoing LLM API calls and reroutes them through the Astrai gateway. The gateway selects the optimal provider and model based on task type, cost, and quality. Your prompts are processed by third-party LLM providers (Anthropic, OpenAI, Google, Mistral, etc.) according to your region and privacy settings.

Pricing

Free: 1,000 requests/day, smart routing, failover Pro ($49/mo): Unlimited requests, EU routing, PII stripping, analytics Business ($199/mo): Multi-agent dashboards, compliance exports, SLA

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
1 Docs1 Scripts1 Files
  • SKILL.md Primary doc
  • plugin.py Scripts
  • config.example.toml Files