Last updated: 2026-04-16
ClawdBot Oura Sync is a personal, single-user application developed by Brian Mosher for his own use. It reads data from the Oura Ring API and writes summary fields to a private Google Spreadsheet.
This application is intended exclusively for the developer's personal account. It is not distributed to other users and is not offered as a product or service.
The app accesses the following data from the authenticated Oura user's account:
- Daily sleep summaries (bedtime, wake time, duration, score)
- Daily readiness scores
- Daily activity summaries (steps, exercise duration)
- Individual workout entries
Data is fetched on a scheduled basis and written to the authenticated user's own private Google Spreadsheet for personal habit tracking. No data is:
- Shared with third parties
- Sold, licensed, or redistributed
- Used for advertising
- Used for any purpose beyond personal habit tracking
- OAuth tokens are stored locally on the developer's personal computer
- Oura data passes through the application in memory and is written to the developer's own private Google Sheet
- No server-side database or cloud storage is used
Access tokens are stored until revoked or refreshed. Spreadsheet entries are retained indefinitely by the user.
The app communicates with:
- Oura Ring API (api.ouraring.com) — source of health data
- Google Sheets API — destination for summary data
No other third-party services receive data from this app.
The sole user of this app (the developer) can:
- Revoke access at any time via cloud.ouraring.com/oauth/applications
- Delete stored tokens at any time
- Delete written spreadsheet data at any time
Questions about this app: via GitHub at github.com/mosherbrian.