Skill flagged — review recommended

ClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.

Nightscout-Local

v1.0.0

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

0· 277· 1 versions· 0 current· 0 all-time· Updated 17h ago· MIT-0

Install

openclaw skills install nightscout-local

Nightscout Local

Use this skill for read-only Nightscout data access.

Set the Nightscout base URL with either:

  • environment variable: NIGHTSCOUT_BASE_URL
  • command flag: --url https://your-site.example/

Supported tasks:

  • get current glucose from Nightscout
  • get recent readings
  • check basic Nightscout site status/config

Commands

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

Output guidance

  • Report glucose in mg/dL.
  • Include trend/direction when available.
  • Include the reading timestamp in America/Los_Angeles.
  • Keep medical wording careful: report readings clearly, but do not claim to provide medical advice.

Guardrails

  • Read-only only.
  • Do not modify Nightscout settings.
  • Do not infer treatment recommendations unless Martin explicitly asks for interpretation.
  • If the endpoint is unavailable, report that plainly.

Version tags

latestvk978gtj4nq72w98hqtvbj1dqb182seqf