This is a source skill. It fetches Oura data and outputs normalized daily JSON + a human-readable digest. It does not hardcode the destination channel.
Required env var:
OURA_ACCESS_TOKENOptional:
OURA_TZ (default: Asia/Shanghai)python3 scripts/oura_fetch_daily.py --date today --out /tmp/oura_raw_today.json
python3 scripts/oura_normalize_daily.py /tmp/oura_raw_today.json --out /tmp/oura_today.json
python3 scripts/oura_render.py /tmp/oura_today.json --format markdown --channel generic
references/oura_api.mdreferences/output_schema.md共 1 个版本