A high-performance gateway providing direct access to the latest GPT-5 and OpenAI reasoning models without requiring a personal OpenAI account.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install gpt-api
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 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 skill is a specialized integration for Openclaw Skills that allows developers to access OpenAI's most advanced models, including the GPT-5 series and reasoning models like o1, without needing a direct OpenAI account. By acting as a transparent gateway, it provides zero-markup pricing on tokens, ensuring that users only pay the raw cost of the underlying provider. It is designed for developers who require high-performance LLM access with minimal administrative overhead.
Beyond basic access, this skill enhances the reliability of your AI workflows. It supports automatic failover to alternative models such as Claude or Gemini in the event that OpenAI services experience downtime. This makes it an essential tool for production-grade Openclaw Skills deployments that cannot afford service interruptions.
To get started, obtain an API key from the SkillBoss console and configure your environment.
export SKILLBOSS_API_KEY="your_api_key_here"
Then, install the integration script for your Openclaw Skills environment:
curl -fsSL https://skillboss.co/openclaw-setup.sh | bash
You can then switch to any supported model using a simple command:
/model skillboss/gpt-5
The skill utilizes a structured approach to model identification and pricing transparency. The following table outlines the data organization for this Openclaw Skills integration:
| Attribute | Detail |
|---|---|
| Model Registry | Includes gpt-5, gpt-5.1, gpt-5-mini, gpt-5-nano, o1, o3-mini, o4-mini, gpt-4o, gpt-4o-mini |
| API Compatibility | Full OpenAI-compatible JSON request/response format |
| Pricing Structure | Pass-through pricing ranging from $0.05 to $15.00 per 1M input tokens |
| Authentication | Managed via the SKILLBOSS_API_KEY primary environment variable |
Loading
A specialized gateway providing direct access to OpenAI's latest GPT models including GPT-5 and reasoning models without requiring an individual OpenAI account.

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.

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

A cost-effective API gateway providing unified access to top-tier LLMs with zero platform markup and additional business API support.








































