A specialized gateway providing direct access to OpenAI's latest GPT models including GPT-5 and reasoning models without requiring an individual OpenAI account.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install gpt-api-gateway
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install gpt-api-gateway using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The GPT API Gateway is a robust technical bridge designed for Openclaw Skills that allows developers to interact with the full spectrum of OpenAI models. By using this skill, you gain immediate access to cutting-edge LLMs like GPT-5, GPT-5.1, and the o1 reasoning series without the overhead of managing a personal OpenAI account or API credits. It is engineered for zero-markup pricing, ensuring you pay exactly what the models cost at the source.
This gateway is particularly valuable for users who require high availability and flexibility. It includes built-in failover logic that can route requests to alternative providers like Claude or Gemini if OpenAI services experience downtime. For developers building on Openclaw Skills, this provides a single, unified point of entry for the industry's most advanced reasoning and creative models.
export SKILLBOSS_API_KEY='your_api_key_here'
curl -fsSL https://skillboss.co/openclaw-setup.sh | bash
/model skillboss/gpt-5
The GPT API Gateway utilizes a straightforward schema to manage model routing and authentication within Openclaw Skills:
| Attribute | Type | Description |
|---|---|---|
| SKILLBOSS_API_KEY | String | The primary authentication token required for gateway access. |
| Model Identifier | String | Prefixed model names (e.g., skillboss/o1, skillboss/gpt-4o). |
| Endpoint | URL | OpenAI-compatible API endpoint provided by SkillBoss. |
| Token Usage | Metadata | Real-time tracking of input and output tokens for cost management. |
Loading
Access the enhanced GPT-4.1 model with improved reasoning and longer context through a unified API without requiring individual vendor accounts.

A streamlined API integration for Google Maps that bypasses complex Cloud Console setup while providing geocoding and place data.

An AI-powered utility that automates the generation of standardized, meaningful git commit messages based on your code changes.

Streamlined access to Google Gemini 2.5 Pro and Flash models featuring a massive 1M token context window and multimodal processing capabilities.

A high-performance gateway providing direct access to the latest GPT-5 and OpenAI reasoning models without requiring a personal OpenAI account.

A high-performance AI image generation skill for OpenClaw featuring FLUX Schnell, FLUX Dev, and DALL-E 3 models.








































