rotate-key
Rotate API Key / Secret
Rotate a secret or API key across all locations in the OMI project.
Usage
/rotate-key <KEY_NAME> <NEW_VALUE>
Examples:
/rotate-key GEMINI_API_KEY AIzaSyNewKeyHere123/rotate-key OPENAI_API_KEY sk-new-key-here
If no new value is provided, ask the user for it.
Rotation Checklist
For every key rotation, work through ALL of the following locations. Skip any that don't apply to the specific key.
More from basedhardware/omi
local-dev
Start local development environment — backend, macOS app, or Flutter mobile in iOS simulator. Use when: 'run the app', 'start backend', 'run simulator', 'flutter run', 'local dev', 'start dev environment', 'run mobile app'.
45self-improvement
Meta-skill for analyzing PRs, issues, and user interactions to improve Cursor rules and skills automatically
14docs-automation
Automate documentation updates when API endpoints, functions, or architecture change. Detects code changes that require doc updates, generates API reference from FastAPI routers, updates architecture diagrams, and syncs between internal and external docs.
14debug-mode
Debug mode workflows and best practices for troubleshooting bugs, regressions, and performance issues. Use when debugging tricky issues that standard agent interactions struggle with.
13omi-flutter-patterns
Flutter Dart BLE device communication state management Provider backend integration localization cross-platform iOS Android
13agent-review
Agent Review workflows and best practices for catching bugs before merging. Use for reviewing agent-generated code and local changes.
12