Dexcom CGM

v1.0.4

Monitor blood glucose via Dexcom G7/G6 CGM

1· 2.4k·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97ez4d41zz59ggmvzhpvk5gas7zf2g6

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🩸 Clawdis
Binsuv
EnvDEXCOM_USER, DEXCOM_PASSWORD
Primary envDEXCOM_USER

Install

Install uv (brew)
Bins: uv
brew install uv

Comments