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.
使用此技能进行只读的Nightscout数据访问。
通过以下任一方式设置Nightscout基础URL:
支持的任务:
当前读数:
bash
NIGHTSCOUTBASEURL=https://your-site.example/ \
python3 /Users/serveradmin/.openclaw/workspace/skills/nightscout-local/scripts/nightscout_read.py current
用于后续自动化/使用的简单命令路径:
bash
python3 /Users/serveradmin/.openclaw/workspace/scripts/current_bg.py
最近读数:
bash
NIGHTSCOUTBASEURL=https://your-site.example/ \
python3 /Users/serveradmin/.openclaw/workspace/skills/nightscout-local/scripts/nightscout_read.py recent 6
网站状态:
bash
NIGHTSCOUTBASEURL=https://your-site.example/ \
python3 /Users/serveradmin/.openclaw/workspace/skills/nightscout-local/scripts/nightscout_read.py status
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 nightscout-local-1776122146 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 nightscout-local-1776122146 技能
skillhub install nightscout-local-1776122146
文件大小: 2.64 KB | 发布时间: 2026-4-15 13:36