← 返回 Skills 市场
Dexcom CGM
作者
chris-clem
· GitHub ↗
· v1.0.4
2445
总下载
1
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install dexcom
功能描述
Monitor blood glucose via Dexcom G7/G6 CGM
使用说明 (SKILL.md)
Dexcom CGM
Real-time blood glucose monitoring via Dexcom G6/G7 continuous glucose monitor.
Setup
Set environment variables:
export DEXCOM_USER="[email protected]"
export DEXCOM_PASSWORD="your-password"
export DEXCOM_REGION="ous" # or "us" (optional, defaults to "ous")
Or configure in ~/.clawdbot/clawdbot.json:
{
skills: {
"dexcom": {
env: {
DEXCOM_USER: "[email protected]",
DEXCOM_PASSWORD: "your-password",
DEXCOM_REGION: "ous"
}
}
}
}
Usage
Formatted report:
uv run {baseDir}/scripts/glucose.py now
Raw JSON:
uv run {baseDir}/scripts/glucose.py json
Example Output
🩸 Glucose: 100 mg/dL (5.6 mmol/L)
📈 Trend: steady ➡️
🎯 Status: 🟢 In range
⏰ 2026-01-18 09:30:00
Requirements
- Dexcom G6 or G7 with Share enabled
- uv (Python package manager)
- Valid Dexcom Share credentials
安全使用建议
This skill appears to do what it says: it uses Dexcom credentials to fetch CGM readings via pydexcom. Before installing, confirm the 'uv' Homebrew formula is from a trusted source and understand that 'uv' (and pydexcom) will install/execute Python packages on your system. Store DEXCOM_PASSWORD securely (avoid leaving plaintext in shell history or shared config). If you have concerns, consider creating a dedicated environment or container for running the skill, or inspect the installed 'uv' and Python package behavior before first use. Autonomous invocation is allowed by default (platform behavior) but this skill does not request always:true or persistent system-wide changes.
功能分析
Type: OpenClaw Skill
Name: dexcom
Version: 1.0.4
The skill is designed to monitor blood glucose via Dexcom. It retrieves Dexcom credentials from environment variables (DEXCOM_USER, DEXCOM_PASSWORD) and uses the `pydexcom` library to interact with the Dexcom API. The `scripts/glucose.py` file then processes and displays this data. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, prompt injection attempts in `SKILL.md`, or obfuscation. All actions are clearly aligned with the stated purpose of monitoring Dexcom data.
能力评估
Purpose & Capability
Name/description, required env vars (DEXCOM_USER, DEXCOM_PASSWORD), and the included script all align: the script uses pydexcom to query Dexcom Share and requires the Dexcom credentials. Requesting a package runner (uv) is reasonable to execute the included Python script.
Instruction Scope
SKILL.md limits runtime actions to setting credentials and running the provided script via 'uv run'. The script only reads the declared env vars and calls pydexcom to fetch the current glucose reading; it does not read other files, scan the system, or transmit data to any endpoint beyond what pydexcom uses to access Dexcom.
Install Mechanism
Install uses Homebrew to install 'uv'. Homebrew is a common mechanism, but the specific formula 'uv' is not widely documented in the skill metadata; verify that the brew formula comes from a trusted tap and does what you expect. The script itself depends on pydexcom and fire, which will be installed at runtime by the Python package manager invoked by 'uv'.
Credentials
Only Dexcom credentials and an optional region are requested, which is proportionate for a Dexcom Share integration. The skill declares the same env vars it uses; there are no unrelated credential requests.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system settings. It runs only when invoked and does not demand elevated or persistent system privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install dexcom - 安装完成后,直接呼叫该 Skill 的名称或使用
/dexcom触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
Test: rename script to glucose.py
v1.0.3
Test: remove executable bit from glucose script
v1.0.2
Fix: move glucose script to scripts/ subdirectory
v1.0.1
Fix: include glucose script in package
v1.0.0
Initial release: real-time glucose monitoring via Dexcom G6/G7
元数据
常见问题
Dexcom CGM 是什么?
Monitor blood glucose via Dexcom G7/G6 CGM. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2445 次。
如何安装 Dexcom CGM?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install dexcom」即可一键安装,无需额外配置。
Dexcom CGM 是免费的吗?
是的,Dexcom CGM 完全免费(开源免费),可自由下载、安装和使用。
Dexcom CGM 支持哪些平台?
Dexcom CGM 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Dexcom CGM?
由 chris-clem(@chris-clem)开发并维护,当前版本 v1.0.4。
推荐 Skills