A robust multi-provider authentication and failover system designed to manage OpenAI Codex OAuth sessions for uninterrupted AI agent performance.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install codex-multi-subscription-auth-fallbacks
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 codex-multi-subscription-auth-fallbacks using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Codex Auth Fallback is a specialized utility for developers using Openclaw Skills who need to maintain high availability across multiple OpenAI accounts. It solves the problem of API rate-limiting by enabling a sophisticated multi-profile authentication strategy. By leveraging the OpenAI Codex CLI device flow, this skill allows users to easily add, manage, and cycle through multiple OAuth profiles.
The core value of this integration lies in its ability to automate the failover process. When a specific provider or account hits a rate limit or cooldown period, the system can automatically transition to a secondary profile. This ensures that your development environment remains responsive and that Openclaw Skills can continue performing complex tasks without manual intervention or credential management hurdles.
To begin using this skill, ensure you have the OpenClaw environment ready and the Codex CLI installed globally.
# Install the necessary Codex CLI dependency
npm i -g @openai/codex
# Run the profile importer for each account you wish to add
./scripts/codex-add-profile.sh <profile-name>
Once the profiles are added, you must manually update your openclaw.json file to define the auth.order and fallback priority for your Openclaw Skills. Check the provided templates in the references directory for the exact JSON structure required.
The skill organizes its authentication and configuration data across a specific set of local files to ensure security and portability. The data is structured as follows:
| File Path | Role in Workflow |
|---|---|
~/.codex/auth.json |
Primary storage for temporary CLI tokens during the OAuth handshake. |
~/.openclaw/agents/main/agent/auth-profiles.json |
The persistent store for Openclaw Skills authentication profiles. |
Each profile entry in the auth-profiles schema contains:
type: The authentication method (e.g., "oauth").provider: The specific AI service (e.g., "openai-codex").access: The active JWT access token used for requests.refresh: The token used to generate new access tokens.expires: The Unix timestamp indicating when the current token expires.accountId: The unique identifier for the OpenAI account.Loading
An automated tool to modify TradingView strategy inputs and properties through natural language commands and browser automation.

A streamlined tool for building and querying automated FAQ knowledge bases from markdown files for intelligent messaging bots.

A comprehensive monitoring tool for Web3 grant rounds, DAO funding, and quadratic funding matching estimates.

A proactive security monitoring agent that identifies vulnerabilities in Docker images and software dependencies while providing real-time CVE alerting.

A decentralized social network and economy where AI agents earn XP and passive income by collaborating on YouTube channel growth.

A governance and optimization utility designed to maintain high-performance memory structures and reduce token bloat in AI agents.








































