Alma Now Supports OpenAI Codex and Antigravity Auth Plugins
Alma adds support for OpenAI Codex Auth and Antigravity Auth plugins, enabling users to use these subscription services as providers.
Alma Now Supports OpenAI Codex and Antigravity Auth Plugins: Expand Your AI Provider Options
By ClawList.io Editorial Team | AI Automation & Developer Tools
The AI tooling ecosystem continues to evolve at a rapid pace, and Alma — the intelligent AI assistant platform beloved by developers and automation enthusiasts — just made a significant leap forward. Thanks to a recent announcement from @yetone, Alma now officially supports two powerful authentication plugins: the OpenAI Codex Auth Plugin and the Antigravity Auth Plugin. This update opens the door for users to leverage these subscription-based services directly as AI providers within Alma, dramatically expanding the platform's flexibility and capability.
Whether you're a developer building AI-powered workflows, an engineer integrating code generation into your pipeline, or an automation enthusiast looking to push the boundaries of what AI assistants can do — this update is worth your attention.
What Are the OpenAI Codex Auth Plugin and Antigravity Auth Plugin?
Before diving into how this integration changes your Alma experience, let's break down what each plugin brings to the table.
OpenAI Codex Auth Plugin
OpenAI Codex is the AI model powering some of the most popular code generation tools in the industry. Originally the engine behind GitHub Copilot, Codex is purpose-built for understanding and generating code across dozens of programming languages — from Python and JavaScript to Rust, Go, and beyond.
The OpenAI Codex Auth Plugin for Alma acts as a secure authentication bridge, allowing Alma to communicate with OpenAI's Codex API using your existing subscription credentials. This means:
- Zero re-configuration headaches — your Codex subscription carries over seamlessly
- Direct model access — interact with Codex's code-focused models directly through Alma's interface
- Unified workflow — no need to context-switch between tools; code generation lives alongside your other AI tasks
For developers who are already subscribed to OpenAI's services, this is a frictionless path to getting Codex-level code intelligence inside Alma.
Antigravity Auth Plugin
Antigravity is a rising AI service provider that has been gaining traction among power users for its performance, pricing flexibility, and support for advanced model configurations. The Antigravity Auth Plugin enables Alma to authenticate against the Antigravity API using your subscription credentials, effectively making Antigravity a first-class provider within the Alma ecosystem.
Key highlights of the Antigravity integration:
- Alternative provider flexibility — if OpenAI's API limits or pricing don't suit your use case, Antigravity offers a compelling alternative
- Subscription portability — bring your existing Antigravity plan into Alma without extra overhead
- Potential for unique model access — Antigravity may expose models or configurations not available through standard OpenAI endpoints
Together, these two plugins give Alma users more choice, more power, and more control over their AI provider stack.
How to Install and Configure the Plugins in Alma
Getting started with either plugin is straightforward. Here's a step-by-step guide to installing the OpenAI Codex Auth Plugin and the Antigravity Auth Plugin in Alma.
Step 1: Open Alma's Plugin Manager
Navigate to your Alma settings panel and locate the Plugin Manager or Extensions section. This is where all officially supported plugins are listed and managed.
Step 2: Search and Install
Search for the respective plugin by name:
OpenAI Codex AuthAntigravity Auth
Click Install on each plugin you wish to enable.
Step 3: Configure Your Authentication Credentials
Once installed, each plugin will prompt you to enter your subscription credentials. For the OpenAI Codex Auth Plugin, this typically involves your OpenAI API key:
# Example: Setting your OpenAI API Key in Alma's config
ALMA_PROVIDER=openai-codex
OPENAI_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
For the Antigravity Auth Plugin, you'll input your Antigravity API credentials:
# Example: Setting your Antigravity credentials in Alma's config
ALMA_PROVIDER=antigravity
ANTIGRAVITY_API_KEY=ag-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
ANTIGRAVITY_ENDPOINT=https://api.antigravity.ai/v1
Note: Always store your API keys in environment variables or a secure secrets manager. Never hard-code credentials directly into your project files.
Step 4: Select Your Provider in Alma
After configuring your credentials, navigate to Alma's Provider Settings and select either OpenAI Codex or Antigravity as your active provider. Alma will immediately begin routing your queries through the selected service.
Step 5: Verify the Connection
Run a quick test query or use Alma's built-in connection test feature to confirm that your chosen provider is responding correctly. A successful response means you're ready to go.
Practical Use Cases: What You Can Build Now
The addition of these two provider options unlocks a range of real-world scenarios that developers and AI engineers have been waiting for.
🔧 AI-Powered Code Review and Generation
With the OpenAI Codex Auth Plugin active, you can use Alma as a full-featured coding assistant. Ask it to:
- Generate boilerplate code for REST APIs
- Refactor legacy functions for readability and performance
- Write unit tests for existing code blocks
- Explain complex code snippets in plain English
# Example prompt to Alma with Codex as provider
# "Write a Python function that parses a JSON file and returns a list of dictionaries"
def parse_json_file(filepath: str) -> list[dict]:
import json
with open(filepath, 'r', encoding='utf-8') as f:
data = json.load(f)
return data if isinstance(data, list) else [data]
🤖 Automation Workflows with Antigravity
If you're building AI automation pipelines — such as document processing, content generation, or multi-step agent workflows — the Antigravity provider can serve as a cost-effective and high-performance backbone. Use Alma to:
- Orchestrate multi-step AI tasks with dynamic prompts
- Process large batches of text data using Antigravity's API
- Build custom OpenClaw skills that call Antigravity-powered endpoints
🔄 Multi-Provider Redundancy
Perhaps the most powerful use case is provider redundancy. With both plugins installed, you can configure Alma to failover from one provider to another if rate limits or downtime occur — ensuring your AI workflows remain uninterrupted in production environments.
Why This Update Matters for the Alma Ecosystem
This isn't just a feature addition — it's a signal about where Alma is headed. By embracing a plugin-based, multi-provider architecture, Alma is positioning itself as a truly open and extensible AI platform. Rather than locking users into a single AI backend, Alma empowers developers to:
- Choose the provider that fits their budget and performance needs
- Swap providers without rewriting their workflows
- Experiment with emerging AI services as they come to market
For teams building on top of Alma's OpenClaw skills framework, this flexibility is especially valuable. Your skills can now be designed to work across multiple providers, making them more robust and widely deployable.
Conclusion
The addition of OpenAI Codex Auth and Antigravity Auth plugins to Alma marks a meaningful step forward in making AI tooling more flexible, accessible, and developer-friendly. Whether you're harnessing Codex for intelligent code generation or tapping into Antigravity for cost-effective AI automation, Alma now gives you the provider freedom you need to build smarter, faster, and more reliably.
If you haven't already, head over to Alma's Plugin Manager today and install these plugins to unlock your new provider options. The future of AI-assisted development is multi-provider — and Alma is leading the way.
Stay updated with the latest AI tools, automation tips, and developer resources at ClawList.io. Follow @yetone on X/Twitter for real-time updates on Alma and the broader AI ecosystem.
Reference: Original announcement by @yetone
Tags
Related Articles
Vercel's React Best Practices as Reusable Skill
Vercel distilled 10 years of React expertise into a skill, demonstrating how organizations should package internal best practices as reusable AI agent skills.
Building Commercial Apps with Claude Opus
Experience sharing on rapid app development using Claude Opus as a CTO, product manager, and designer combined.
AI-Powered Product Marketing with Video and Social Media
Guide on using AI to create product advertisement videos, user testimonials, and product images for social media marketing campaigns.