nightscout-local

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 read-only and should not be used for portal login automation or write actions.

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 "nightscout-local" with this command: npx skills add xeusoc/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.

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.

General

Cclaw

Open-source comedy AI + video editing + poster generation. Create standup/sketch/manzai/scripts, edit videos via FFmpeg, and generate comedy posters via canv...

Registry SourceRecently Updated
General

Dlazy Seedance 1.5 Pro

Convert images into dynamic dance videos using Doubao Seedance 1.5 Pro.

Registry SourceRecently Updated
General

Pod Template Pack

Use when user needs ready-to-use POD (Print on Demand) design keywords, title templates, and listing copy. Use when creating POD product listings for TikTok,...

Registry SourceRecently Updated
General

Dlazy Mj.Imagine

Generate artistic images using Midjourney (MJ) model. Supports text-to-image.

Registry SourceRecently Updated