← 返回 Skills 市场
270
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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 rea...
安全使用建议
This skill appears to do what it says (read-only Nightscout queries), but before installing: 1) verify or correct SKILL.md paths — the docs reference /Users/serveradmin/... and a current_bg.py that is not included; running those commands as-is may fail or reveal irrelevant filesystem paths. 2) Provide NIGHTSCOUT_BASE_URL explicitly at runtime (the script uses it though the metadata didn't declare it). 3) Inspect the included Python script locally — it's short and readable and only issues HTTP GETs to the configured Nightscout URL and prints JSON. 4) Only point the skill at Nightscout endpoints you trust (no credentials are used, but the skill will contact whatever URL you provide). 5) If you plan autonomous use, ensure the agent is restricted to only trusted Nightscout sites. If you want higher assurance, ask the publisher to fix the documentation inconsistencies and explicitly declare NIGHTSCOUT_BASE_URL in the skill metadata.
功能分析
Type: OpenClaw Skill
Name: nightscout-local
Version: 1.0.0
The skill is a legitimate tool for retrieving glucose data from a Nightscout API. The Python script (nightscout_read.py) uses standard libraries to perform read-only API requests and contains no evidence of data exfiltration, obfuscation, or unauthorized command execution. While SKILL.md contains environment-specific hardcoded paths (e.g., /Users/serveradmin/), these appear to be configuration artifacts rather than malicious instructions.
能力评估
Purpose & Capability
The Python script and SKILL.md implement read-only Nightscout reads (current, recent, status) which is coherent with the skill name and description. However, the skill metadata lists no required env vars while SKILL.md and the script rely on an environment variable NIGHTSCOUT_BASE_URL (or --url). Also SKILL.md references an alternate helper path (/Users/serveradmin/.openclaw/workspace/scripts/current_bg.py) that does not match the included script (scripts/nightscout_read.py).
Instruction Scope
Instructions include absolute filesystem paths specific to a user (/Users/serveradmin/.openclaw/...) and a reference to a different script (current_bg.py) that is not present in the package — this is sloppy and may cause confusion/failure. Otherwise the instructions only tell the agent to call the bundled script and set a base URL; the script only performs HTTP GETs to the provided Nightscout endpoint and prints JSON (no hidden network destinations).
Install Mechanism
There is no install spec and no external downloads; the skill is instruction-only with a small included Python script. No archives or third-party installers are used.
Credentials
The skill does not request credentials and operates with an optional NIGHTSCOUT_BASE_URL (or --url). That env var is reasonable for its purpose but was not declared in the skill's required env metadata — an inconsistency the user should be aware of.
Persistence & Privilege
always is false, the skill does not request persistent/system-level configuration, and the script does not modify system state or other skills. Agent autonomous invocation is allowed but not unusual.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nightscout-local - 安装完成后,直接呼叫该 Skill 的名称或使用
/nightscout-local触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial public release. Read-only Nightscout reader with configurable base URL and no hardcoded endpoint.
元数据
常见问题
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 rea... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 270 次。
如何安装 Nightscout-Local?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nightscout-local」即可一键安装,无需额外配置。
Nightscout-Local 是免费的吗?
是的,Nightscout-Local 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Nightscout-Local 支持哪些平台?
Nightscout-Local 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nightscout-Local?
由 xeusoc(@xeusoc)开发并维护,当前版本 v1.0.0。
推荐 Skills