Dexcom CGM for Openclaw

A specialized skill for real-time blood glucose tracking and monitoring via Dexcom G6 and G7 continuous glucose monitors.

chris-clem
v1.0.4
Jan 18, 2026
1
3.3k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install dexcom

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install dexcom using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Dexcom CGM?

The Dexcom skill allows developers and health-conscious users to programmatically access real-time glucose data from Dexcom G6 or G7 CGM systems. By leveraging official share credentials, this addition to Openclaw Skills enables seamless integration of metabolic health metrics into personalized dashboards, alerts, or automated health logs. It provides a bridge between medical sensor data and the AI agent ecosystem.

This skill is designed for high reliability, supporting both US and international regions. Whether you need human-readable status reports or structured data for further analysis, this tool simplifies the complexity of interfacing with Dexcom's monitoring infrastructure within the Openclaw Skills framework.

Dexcom CGM Use Cases

  • Monitoring blood glucose levels in real-time for personal health management.
  • Building automated alerts or notifications based on glucose trends and ranges.
  • Exporting glucose history as raw JSON for data analysis or custom health dashboards.
  • Integrating metabolic data into broader AI-driven health and fitness workflows using Openclaw Skills.

How Dexcom CGM Works

  1. Authenticates with the Dexcom Share server using provided user credentials and region settings.
  2. Retrieves the most recent glucose reading, trend information, and sensor status.
  3. Processes the raw data to calculate both mg/dL and mmol/L values.
  4. Outputs the data in either a formatted status report or a raw JSON object for further processing within Openclaw Skills.

Dexcom CGM Setup

To use this skill within Openclaw Skills, ensure you have the uv package manager installed. Set the required environment variables:

export DEXCOM_USER="[email protected]"
export DEXCOM_PASSWORD="your-password"
export DEXCOM_REGION="ous" # Use "us" for United States

Alternatively, add the configuration to your ~/.clawdbot/clawdbot.json file to keep your Openclaw Skills environment persistent.

Dexcom CGM Data Schema & Taxonomy

The skill outputs data in two primary formats: a human-readable text block and a structured JSON object. Key fields include:

Field Description Example
Glucose Blood sugar value in mg/dL and mmol/L 100 mg/dL (5.6 mmol/L)
Trend The direction of glucose change steady, rising, falling
Status Classification of the current reading In range, High, Low
Time The timestamp of the last reading 2026-01-18 09:30:00

Dexcom CGM Advanced Features

  • Regional support for both US and International (OUS) Dexcom servers.
  • Dual-output mode providing both CLI-friendly reports and machine-readable JSON for integration into other Openclaw Skills.
  • Integration with the uv package manager for fast, isolated script execution.
  • Seamless compatibility with larger automation sequences for sophisticated health monitoring.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*