ocx

Featured

Drive a running opencodex (`ocx`) proxy from the CLI — account pools, provider routing, model catalog, usage and cost attribution, request logs, access keys, storage cleanup, and the management API. Use when a task involves controlling or inspecting an opencodex proxy rather than editing the opencodex codebase. Triggers: ocx, opencodex, proxy control, account pool, pause account, pool strategy, provider routing, usage report, cost attribution, access key, request log, conversation trace, storage cleanup, management API.

AI & Automation 14,290 stars 1072 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Operating `ocx` `ocx` controls a locally running opencodex proxy. The CLI covers the dashboard's operational surface, subject to Consent and Secret-bearing commands below. `ocx capabilities` lists the *declared* index, not every verb. Be precise about the gap, because guessing costs you more than reading: the capability index below is complete and authoritative for what it lists, and it does not yet list every management route. A route with no declared capability may still have a working command — `ocx access key` and `ocx route policy` both work while `capabilities --route` returns nothing for them. So use the index first, and fall back to `ocx <group> help` before concluding a capability is missing. This skill is for **operating** a proxy. Two neighbours cover different jobs: `AGENTS_INSTALL.md` is for installing one, and the repository `AGENTS.md` is for changing the codebase. ## Start here ```bash ocx capabilities --json ``` That is the machine-readable index of declared verbs, the routes they drive, their flags, and whether they mutate. Read it first rather than guessing a command name. It is not exhaustive — an unmatched `--route` exits 4 when the table has no row, even if a working verb exists. The converse of generation also holds: a verb can exist without appearing here (`ocx access key`, `ocx route policy`). Narrow it when you already know what you want: ```bash ocx capabilities --mutating-only --json # only state-changing verbs ocx capabilities --rou...

Details

Author
lidge-jun
Repository
lidge-jun/opencodex
Created
2 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category