skills$openclaw/dexcom
chris-clem6.2k

by chris-clem

dexcom – OpenClaw Skill

dexcom is an OpenClaw Skills integration for data analytics workflows. Monitor blood glucose via Dexcom G7/G6 CGM

6.2k stars8.6k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

namedexcom
descriptionMonitor blood glucose via Dexcom G7/G6 CGM OpenClaw Skills integration.
ownerchris-clem
repositorychris-clem/dexcom
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @chris-clem/dexcom
last updatedFeb 7, 2026

Maintainer

chris-clem

chris-clem

Maintains dexcom in the OpenClaw Skills directory.

View GitHub profile
File Explorer
4 files
.
scripts
glucose.py
1.8 KB
_meta.json
272 B
SKILL.md
1.2 KB
SKILL.md

name: dexcom description: Monitor blood glucose via Dexcom G7/G6 CGM homepage: https://www.dexcom.com metadata: {"clawdbot":{"emoji":"🩸","requires":{"bins":["uv"],"env":["DEXCOM_USER","DEXCOM_PASSWORD"]},"primaryEnv":"DEXCOM_USER","install":[{"id":"uv-brew","kind":"brew","formula":"uv","bins":["uv"],"label":"Install uv (brew)"}]}}

Dexcom CGM

Real-time blood glucose monitoring via Dexcom G6/G7 continuous glucose monitor.

Setup

Set environment variables:

export DEXCOM_USER="your@email.com"
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: "your@email.com",
        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
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

- Dexcom G6 or G7 with Share enabled - uv (Python package manager) - Valid Dexcom Share credentials

FAQ

How do I install dexcom?

Run openclaw add @chris-clem/dexcom in your terminal. This installs dexcom into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/chris-clem/dexcom. Review commits and README documentation before installing.