codex-lb
Load balance multiple ChatGPT accounts with usage tracking dashboard
All Skills in This Repository (17)
Pure Emerald Level Indicatorsopenspec-apply-change
Implement OpenSpec change tasks and update progress via the openspec CLI.
openspec-explore
Explore ideas and requirements with ASCII diagrams and OpenSpec artifacts.
web-design-guidelines
Fetch latest Web Interface Guidelines and review UI code for violations.
codex-review-loop
Review pull requests and uncommitted changes with AI, then fix and verify iteratively.
openspec-verify-change
Verify software implementations against openspec artifacts for completeness, correctness, and coherence.
project-conventions
Enforce Python coding conventions for typing, data contracts, and module structure.
openspec-new-change
Initiate a new OpenSpec change with an artifact-driven workflow.
openspec-archive-change
Archive completed openspec changes after verifying artifacts and tasks.
openspec-context-docs
Separate normative requirements into spec.md and narrative context into context.md files.
openspec-onboard
Guide users through the OpenSpec change cycle from task selection to archiving.
openspec-bulk-archive-change
Archive multiple completed changes while resolving spec conflicts via codebase inspection.
openspec-continue-change
Creates the next OpenSpec artifact from parsed status and templates via the openspec CLI.
Frequently Asked Questions
FAQPage SchemaHow to install codex-lb?โผ
Run `npx skills add Soju06/codex-lb --all -g -y` in your terminal to install all skills in this suite globally.
What does codex-lb do?โผ
It load balances requests across multiple ChatGPT accounts, tracks token usage and costs per account, and exposes one OpenAI-compatible endpoint for clients like Codex CLI and OpenCode.
How do I run the codex-lb server?โผ
Start it with Docker, `uvx codex-lb`, or `nix run github:Soju06/codex-lb`, then open localhost:2455 to add accounts in the dashboard.
Does codex-lb work with Codex CLI and OpenCode?โผ
Yes. Point any OpenAI-compatible client at its local endpoint, and remote clients authenticate with API keys created in the dashboard.
What do the included agent skills help with?โผ
They guide AI agents through spec-driven changes, adversarial code review loops, project conventions, and React performance best practices when working on this codebase.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core