arbitrage
Offload code writing to cheaper models, keep judgment
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Arbitrage?โผ
Run `npx skills add blader/arbitrage --all -g -y` in your terminal to install the skill globally. You also need the codex CLI (`codex exec`) available on your PATH.
How does Arbitrage reduce coding costs?โผ
It keeps expensive premium-model tokens for judgment work like planning, specs, and review, while sending all code-writing volume to your cheaper codex quota running in the background.
What happens if codex fails a task?โผ
After two failed dispatch rounds with corrective feedback, the premium model takes over and writes the code itself, salvaging whatever is usable from codex's diff.
Does Arbitrage work for frontend development?โผ
Yes. It includes a visual validation loop where the premium model runs the app, takes screenshots, judges the UI against the design intent, and re-dispatches fixes until it looks right.
Who controls git commits and pull requests?โผ
The main premium-model session always reviews diffs, commits, pushes, and opens PRs. Codex never touches git directly.
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