dexcomMonitor blood glucose via Dexcom G7/G6 CGM
Install via ClawdBot CLI:
clawdbot install chris-clem/dexcomInstall uv (brew):
brew install uvRequires:
Real-time blood glucose monitoring via Dexcom G6/G7 continuous glucose monitor.
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"
}
}
}
}
Formatted report:
uv run {baseDir}/scripts/glucose.py now
Raw JSON:
uv run {baseDir}/scripts/glucose.py json
π©Έ Glucose: 100 mg/dL (5.6 mmol/L)
π Trend: steady β‘οΈ
π― Status: π’ In range
β° 2026-01-18 09:30:00
AI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Plan, focus, and complete work with energy management, time blocking, and context-specific productivity systems.
Build habits with streaks, reminders, and progress visualization
Comprehensive AI-assisted therapeutic support framework with CBT, ACT, DBT, MI, session notes CLI, and crisis protocols.
iOS HealthKit data sync CLI commands and patterns. Use when working with healthsync CLI, fetching Apple Health data (steps, heart rate, sleep, workouts), pairing iOS devices over local network, or understanding the iOS Health Sync project architecture including mTLS certificate pinning, Keychain storage, and audit logging.
Retrieve and summarize health, sleep, activity, readiness, and biometric data from the Oura Ring API via a command-line interface.
Load and analyze Strava activities, stats, and workouts using the Strava API