Edge Router
/install edge-router
Edge Router
Routes tasks to cheapest available backend: local (free) → cloud GPU ($0.01) → quantum ($0.10).
API
Base: https://edge-router.gpupulse.dev/api/v1 (or localhost:3825)
Route (recommend)
curl -X POST "$BASE/route" -H "Content-Type: application/json" \
-d '{"task_type": "inference"}'
Execute (route + run)
curl -X POST "$BASE/execute" -H "Content-Type: application/json" \
-d '{"task_type": "inference", "payload": {"model": "llama3.2:1b", "prompt": "hello"}}'
Task Types
inference→ local first, cloud fallbacktraining→ cloud GPUquantum→ Wukong 72Qauto→ cheapest available
Other
GET /backends— list + statusGET /stats— routing statisticsGET /health— health check
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install edge-router - After installation, invoke the skill by name or use
/edge-router - Provide required inputs per the skill's parameter spec and get structured output
What is Edge Router?
Route AI agent compute tasks to the cheapest viable backend. Supports local inference (Ollama), cloud GPU (Vast.ai), and quantum hardware (Wukong 72Q). Use w... It is an AI Agent Skill for Claude Code / OpenClaw, with 282 downloads so far.
How do I install Edge Router?
Run "/install edge-router" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Edge Router free?
Yes, Edge Router is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Edge Router support?
Edge Router is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Edge Router?
It is built and maintained by adjusternwachukwu-bot (@adjusternwachukwu-bot); the current version is v1.0.0.