Install
openclaw skills install nightscout-localRead glucose data from a Nightscout site. Use when the user asks for the current CGM reading, trend, recent readings, or Nightscout status. This skill is rea...
openclaw skills install nightscout-localUse this skill for read-only Nightscout data access.
Set the Nightscout base URL with either:
NIGHTSCOUT_BASE_URL--url https://your-site.example/Supported tasks:
Current reading:
NIGHTSCOUT_BASE_URL="https://your-site.example/" \
python3 /Users/serveradmin/.openclaw/workspace/skills/nightscout-local/scripts/nightscout_read.py current
Simple command path for later automation/use:
python3 /Users/serveradmin/.openclaw/workspace/scripts/current_bg.py
Recent readings:
NIGHTSCOUT_BASE_URL="https://your-site.example/" \
python3 /Users/serveradmin/.openclaw/workspace/skills/nightscout-local/scripts/nightscout_read.py recent 6
Site status:
NIGHTSCOUT_BASE_URL="https://your-site.example/" \
python3 /Users/serveradmin/.openclaw/workspace/skills/nightscout-local/scripts/nightscout_read.py status