← ClaudeAtlas

oh-my-coding-maas-gatewaylisted

Operational companion for the oh-my-coding-maas-gateway LiteLLM proxy stack. Provides context and commands for health checks, validation, upgrades, key/model management, debug routing, metrics, and recovery.
wallacelw/oh-my-coding-maas-gateway · ★ 2 · Code & Development · score 75
Install: claude install-skill wallacelw/oh-my-coding-maas-gateway
# oh-my-coding-maas-gateway — Operational Companion Operational companion for a self-hosted LiteLLM proxy routing Huawei MaaS models to opencode, Codex CLI, Claude Code CLI, and Pi agent with virtual keys, multi-key load balancing, and Prometheus + Grafana observability. ## When Invoked Present this menu. Default (just press Enter) loads context without action: ``` What would you like to do? 1) Health check — quick status of all services 2) Run validation — full end-to-end validation 3) Upgrade — check for and apply updates 4) Uninstall — remove all or part of the gateway 5) Install skill — install a new skill into all agents 6) Mint new keys — add MaaS or virtual keys Choice [1-6] or Enter for context only: ``` After completing an action, ask if they need anything else. For anything not in the menu (model management, debug routing, metrics), respond using the reference sections below. ## Project Location The gateway is at `~/oh-my-coding-maas-gateway`. `cd` there first: ```bash cd ~/oh-my-coding-maas-gateway ``` ## Available Scripts | Script | Purpose | Key flags | |--------|---------|-----------| | `scripts/bootstrap.sh` | Install or upgrade the entire stack | `--tool=`, `--virtual-key=`, `--dry-run`, `--no-skill` | | `scripts/04_validate.sh` | End-to-end validation (run anytime) | `--litellm-only`, `--opencode-only`, `--codex-only`, `--claude-code-only`, `--pi-only`, `--skip-opencode`, `--skip-codex`, `--skip-clau