Jump to related tools in the same category or review the original source on GitHub.

Productivity & Tasks @chris-clem Updated 2/26/2026

🩸 Dexcom OpenClaw Skill - ClawHub

Do you want your AI agent to automate Dexcom workflows? This free skill from ClawHub helps with productivity & tasks tasks without building custom tools from scratch.

What this skill does

Monitor blood glucose via Dexcom G7/G6 CGM

Install

npx clawhub@latest install dexcom

Full SKILL.md

Open original
namedescriptionhomepage
dexcomMonitor blood glucose via Dexcom G7/G6 CGMhttps://www.dexcom.com

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
Original URL: https://github.com/openclaw/skills/blob/main/skills/chris-clem/dexcom

Related skills

If this matches your use case, these are close alternatives in the same category.