zeroapi

Route tasks across paid AI subscriptions using a 9-step decision tree.

6|3|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/dorukardahan/ZeroAPI --skill zeroapi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zeroapi
Source: https://github.com/dorukardahan/ZeroAPI/tree/main
Command: npx skills add https://github.com/dorukardahan/ZeroAPI --skill zeroapi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ZeroAPI consolidates multiple AI subscriptions into a single, efficient routing layer so you always use the best model for each task while avoiding per-token API costs.

Core Features & Use Cases

  • 9-step decision routing across providers (Claude, ChatGPT, Gemini, Kimi) to maximize performance and cost-efficiency.
  • Model tier mapping and automatic fallbacks with OpenClaw sub-agent delegation.
  • Robust error handling, retries, and graceful degradation for partial provider outages.
  • Use cases include multi-provider research, code generation, data processing, and high-throughput task routing.

Quick Start

Configure your OpenClaw agent to include this SKILL.md path in its skills list and begin routing tasks to the best provider.

Frequently Asked Questions about zeroapi

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route AI tasks to the best model across multiple paid subscriptions?

Multi-model routing assigns tasks to the best provider across subscriptions like Claude Max, ChatGPT, and Gemini Advanced. It uses a 9-step decision tree and model tier mapping to select the optimal model while avoiding per-token API costs.

Can I use Claude Max and Gemini Advanced subscriptions without making external API calls?

Yes, routing across Claude Max, Gemini Advanced, ChatGPT, and Kimi enforces no external API calls. It relies entirely on OpenClaw for provider connections, ensuring you avoid per-token costs and manage subscriptions locally.

What happens when a provider fails during multi-provider task routing?

Provider failure triggers automatic fallbacks with sub-agent delegation. The routing layer includes robust error handling, retries, and graceful degradation to maintain task execution during partial provider outages.

Do I need OpenClaw to set up multi-provider cost optimization and fallbacks?

Yes, OpenClaw is required for provider management and sub-agent delegation. You must configure your OpenClaw agent to include this skill, enabling the 9-step decision routing and automatic fallbacks.

What is the best way to minimize API costs when using multiple AI subscriptions for code generation?

Consolidating subscriptions into a single routing layer minimizes API costs for code generation. It maps task complexity to model tiers across providers, ensuring high-throughput tasks use the most cost-efficient subscription available.