← 返回
数据分析 Key 中文

Oura Health

What: Query Oura Ring health data — sleep, readiness, activity, heart rate, and trends via the Oura API v2. When: User asks about their sleep, readiness, act...
功能:通过 Oura API v2 查询 Oura Ring 健康数据,包括睡眠、准备状态、活动、心率及趋势。触发:用户询问睡眠、准备状态或活动等信息时。
jarvis563
数据分析 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 582
下载
💾 9
安装
1
版本
#latest

概述

Oura Ring Skill

Query Oura Ring health data via the Oura API v2. Requires a personal access token at ~/.config/oura/credentials.json.

Setup

// ~/.config/oura/credentials.json
{"personal_access_token": "YOUR_TOKEN", "base_url": "https://api.ouraring.com/v2"}

Get your token at https://cloud.ouraring.com/personal-access-tokens

Commands

All commands use: /opt/homebrew/bin/python3.11 /scripts/oura_api.py [args]

status

Connection test + personal info (age, email, biological sex).

briefing

Today's combined readiness + sleep + activity summary. Best for morning check-ins.

sleep [YYYY-MM-DD]

Detailed sleep data: duration, stages, efficiency, HRV, temperature. Defaults to last night.

readiness [YYYY-MM-DD]

Readiness score with all contributors (HRV balance, body temp, recovery, sleep, activity). Defaults to today.

activity [YYYY-MM-DD]

Activity details: steps, calories, active time, movement breakdown. Defaults to today.

heartrate [hours]

Recent heart rate statistics (min, max, avg, latest). Default: last 4 hours.

trends [days]

Multi-day trend view of readiness, sleep, and activity scores. Default: 7 days.

Health Alerts

Standalone alert checker for heartbeats/crons:

/opt/homebrew/bin/python3.11 <skill_dir>/scripts/health_alerts.py

Outputs one line per alert. Empty output = nothing notable. Exit code 0 always.

Checks:

  • Readiness < 70
  • Sleep < 6 hours
  • HRV trending down 3+ days
  • Resting HR spike > 5bpm above 7-day average
  • Body temperature deviation > 0.5°C
  • Recovery index < 30

Output Format

All output is human-readable text with emoji indicators:

  • 🟢 Good (score ≥ 85)
  • 🟡 Fair (score 70–84)
  • 🔴 Needs attention (score < 70)

Error Handling

  • Exit code 0: success
  • Exit code 1: error (message on stderr)
  • Common errors: missing credentials file, invalid token, no data for date

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-31 01:57 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 368 📥 140,395
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 165 📥 59,962
communication-collaboration

Percept Voice Commands

jarvis563
检测语音中的唤醒词并将邮件、短信、提醒、搜索和笔记等语音指令路由到OpenClaw代理执行。
★ 0 📥 1,180