oura-api-complete-export

Authenticate 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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "oura-api-complete-export" with this command: npx skills add fcarucci/oura-api-complete-export

Oura API Complete Export

Use this skill to set up OAuth auth for Oura and export all available Oura data into JSON.

Folder structure

  • SKILL.md
  • README.md
  • scripts/auth_oura_oauth.py
  • scripts/export_oura_data.py
  • scripts/run_full_export.sh
  • references/endpoints.md

Workflow

  1. Run OAuth auth once:
    python3 scripts/auth_oura_oauth.py --client-id <CLIENT_ID> --client-secret <CLIENT_SECRET> --redirect-uri http://localhost:8765/callback
    
  2. Run export:
    python3 scripts/export_oura_data.py --start 2020-01-01 --end $(date +%F) --out ./oura_export
    
  3. For convenience:
    ./scripts/run_full_export.sh 2020-01-01 $(date +%F) ./oura_export
    

Behavior

  • Refresh token automatically before/when needed.
  • Follow paginated endpoints automatically.
  • Continue export on per-endpoint failures and log errors.
  • Keep raw payloads in endpoint-specific JSON files for downstream tools.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Google Docs Formatter

Instruction-only workflow for formatting, editing, and creating Google Docs using the existing gog skill/CLI. Use when a user asks to format a Google Doc, co...

Registry SourceRecently Updated
Coding

vibe-coding-skills-installer

Install vibe coding skill sets (openspec, gstack, superpowers) for any supported agent platform (Cursor, Claude Code, Codex, etc.). Interactively asks about...

Registry SourceRecently Updated
Coding

基于课程内容说明生成图文并茂的的PPT

高校教师课程PPT生成技能。当老师需要制作教学内容课件、备课PPT、教学演示文稿、实验指导手册时触发。支持数据科学、大数据技术、Python编程、深度学习、机器学习、数据可视化等多个学科领域。触发词:课程PPT、制作课件、备课PPT、教学演示、实验指导。

Registry SourceRecently Updated
Coding

HSCIQ MCP - Customs Query

HS Code Lookup for Chinese Products. Query customs codes, tariff rates, declaration elements, and regulatory requirements via HSCIQ MCP API. Create classific...

Registry SourceRecently Updated
5320toucao