What problem does it solve?
This Skill removes the manual, error-prone setup required to connect an Oura Ring to an assistant so it can reliably pull personal health metrics from the Oura Cloud API.
Core Features & Use Cases
- OAuth2 App Registration & Redirect Setup: Helps users register a developer application with the right redirect URI and scopes.
- Automatic Authorization Code Exchange: Uses a local browser-based OAuth helper to exchange the short-lived auth code for tokens without copy/paste.
- Token Storage and Refresh Planning: Stores access and refresh tokens in a credential vault and documents refresh and verification via Oura endpoints.
- Use Case: After setup, an assistant can schedule daily check-ins by fetching readiness, sleep, activity, heart rate, stress, and related health data for a selected date range.
Quick Start
Ask your assistant to walk you through creating an Oura developer app, then run the OAuth helper locally to securely connect and store your Oura tokens for future API calls.