Управление API-ключами OmniRoute из CLI
★ 7.9 · security
cli-keys is a Claude Code skill that creates, lists, rotates, and revokes OmniRoute API keys from the command line, covering the full key lifecycle without leaving the terminal. Key operations include adding provider keys via `keys add` (with `--stdin` support), inspecting scopes and expiration with `keys show` and `keys expiration`, setting rate limits, cost caps, and allowed models through `keys set`, and monitoring consumption with `keys usage --limit <n>`. OAuth provider authentication is handled by `oauth start`, `oauth status`, and `oauth revoke`, with options for headless flows (`--no-browser`) and importing existing system credentials. The skill is ideal for teams that need to automate credential rotation, enforce access policies across AI providers, and manage key governance in CI/CD pipelines.
- #api-keys
- #oauth
- #cli
- #authentication
- #key-management
- #provider-auth