A specialized skill for real-time blood glucose tracking and monitoring via Dexcom G6 and G7 continuous glucose monitors.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install dexcom
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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.
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 |
Loading
A comprehensive framework for AI agents to record, index, and transform fleeting interaction data into permanent, reusable knowledge modules.

An AI-powered assistant that generates, manages, and debugs runnable Python trading strategies for the MQuant quantitative platform.

A hybrid GPU inference orchestrator that deploys LLMs across serverless providers and spot instances to maximize performance while minimizing costs.

An advanced research agent skill that generates deep, cited reports for market analysis, technical deep dives, and competitive intelligence.

A privacy-focused CLI tool for end-to-end encrypted agent-to-agent communication over the Nostr protocol.

Level5 is a transparent billing proxy that enables AI agents to pay for LLM compute per-token using USDC on the Solana blockchain.








































