nightscout-cgm

Solid

Analyze CGM blood glucose data from Nightscout. Use this skill when asked about current glucose levels, blood sugar trends, A1C estimates, time-in-range statistics, glucose variability, or diabetes management insights.

Data & Documents 52 stars 12 forks Updated 1 months ago MIT

Install

View on GitHub

Quality Score: 71/100

Stars 20%
57
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Nightscout CGM Analysis Skill This skill provides tools for fetching and analyzing Continuous Glucose Monitor (CGM) data from Nightscout. ## ⚠️ Before Making Changes **Always run tests before and after modifying `cgm.py`:** ```bash cd <skill-path> python -m pytest tests/ -q # Quick check (255+ tests) python -m pytest tests/ --cov=scripts # With coverage ``` ## Available Commands Run the `cgm.py` script from this skill's `scripts/` directory: ```bash python <skill-path>/scripts/cgm.py <command> [options] ``` Where `<skill-path>` is the location where this skill is installed (e.g., `~/.copilot/skills/nightscout-cgm`, `.github/skills/nightscout-cgm`, or `.claude/skills/nightscout-cgm`). ### Commands | Command | Description | |---------|-------------| | `current` | Get the latest glucose reading | | `analyze [--days N]` | Analyze CGM data (default: 90 days) | | `report [--days N] [--open]` | Generate interactive HTML report with charts | | `compare --period1 P1 --period2 P2` | Compare two time periods side-by-side | | `alerts [--days N]` | Get trend alerts for recurring patterns | | `refresh [--days N]` | Fetch latest data from Nightscout | | `patterns [--days N]` | Find interesting patterns (best/worst times, problem areas) | | `query [options]` | Query with filters (day of week, time range) | | `day <date> [options]` | View all readings for a specific date | | `worst [options]` | Find your worst days for glucose control | | `chart [options]` | Terminal vi...

Details

Author
shanselman
Repository
shanselman/nightscout-cgm-skill
Created
4 months ago
Last Updated
1 months ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Solid

skill-issue

Audit and review all installed agent skills. Run on-demand or via cron to get a health report: skill inventory, usage tracking, version checks, dependency health, and actionable recommendations (keep, update, review, remove). Use when asked to review skills, check for skill updates, find unused skills, or audit the skill ecosystem.

23 Updated 3 months ago
krispuckett
Data & Documents Featured

google-search-console

When the user wants to analyze Google Search Console data, use the GSC API, or interpret search performance. Also use when the user mentions "GSC," "Search Console," "indexing report," "Core Web Vitals," "Enhancements," "Insights report," "search performance," "search queries," "search performance report," "URL inspection," "impressions," "CTR," "average position," "index coverage," "GSC data analysis," "Search Console API," or "searchanalytics.query." When the user wants to rewrite title tags (not only report on them), use title-tag. For meta description rewrites, use meta-description.

318 Updated 1 months ago
kostja94
AI & Automation Listed

skill-scanner-guard

Security gate for OpenClaw AgentSkills. Scans folder/ClawHub skills with cisco-ai-defense/skill-scanner before installation. Supports manual scans, staged installs, and auto-quarantine of high-risk skills via systemd.

12 Updated 2 months ago
jason-allen-oneal
AI & Automation Listed

skill-vetter

Multi-scanner security gate. TRIGGER when: user mentions installing, adding, or reviewing a skill to Claude Code, OpenClaw, or any other AI agent. Detects malicious code, vulnerabilities, and suspicious patterns.

32 Updated 2 months ago
app-incubator-xyz