From sundial-org-awesome-openclaw-skills-4
Fetches real-time blood glucose data from Dexcom G6/G7 CGM using Python script run via uv. Outputs formatted reports or raw JSON. Requires Dexcom Share credentials.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Real-time blood glucose monitoring via Dexcom G6/G7 continuous glucose monitor.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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