Install
openclaw skills install oura-api-complete-exportAuthenticate with an Oura OAuth app (client id/secret + redirect URI), store and refresh tokens, and export all available Oura v2 usercollection datasets to JSON files. Use when the user asks for full Oura backup/raw export, end-to-end Oura auth setup, or repeatable data pulls for analysis/ETL.
openclaw skills install oura-api-complete-exportUse this skill to set up OAuth auth for Oura and export all available Oura data into JSON.
SKILL.mdREADME.mdscripts/auth_oura_oauth.pyscripts/export_oura_data.pyscripts/run_full_export.shreferences/endpoints.mdpython3 scripts/auth_oura_oauth.py --client-id <CLIENT_ID> --client-secret <CLIENT_SECRET> --redirect-uri http://localhost:8765/callback
python3 scripts/export_oura_data.py --start 2020-01-01 --end $(date +%F) --out ./oura_export
./scripts/run_full_export.sh 2020-01-01 $(date +%F) ./oura_export