Graph Health Skill banner
tilek tilek

Graph Health Skill

Development community

Description

Here you can find a skill for OpenClaw/Claude Code/Codex for visualizing health biomarkers.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

graph-health-skill

An [agent skill](https://agentskills.io) that ingests medical lab data from **any** source — PDFs, xlsx/csv exports (WellnessFX, Function Health, etc.), JSON, pasted text, screenshots — and turns it into a longitudinal CSV plus a local dashboard with trend charts, reference ranges, and personalized notes.

Works with [Claude Code](https://docs.claude.com/en/docs/claude-code), [OpenCode](https://opencode.ai), [Codex](https://github.com/openai/codex), and every other agent-skills-compatible agent.

Your agent does the parsing. Two small stdlib-Python scripts handle CSV writes and serve the dashboard.

What the dashboard gives you

  • At a glance — one card per test with latest value, change vs. previous draw, flag (H/L/N), and the source file each number came from
  • What deserves your attention — priorities sorted by severity (attention / watch / info), each with a headline, 1–3 sentences referencing your actual numbers, and concrete lifestyle-first actions
  • Over time — one time-series chart per test with a shaded reference-range band; every data point cites its source file in the tooltip
  • The record — the raw CSV as a filterable, sortable table
  • Detail view — click any card for your personalized note, a description of the biomarker, what high/low means, lifestyle suggestions, and your full reading history

All educational content carries a **"not medical advice"** disclaimer.

Dark-cream paper aesthetic with *Instrument Serif* + *Spectral*. Switchable EN/RU UI.

Install

npx skills add tilek/graph-health-skill

The [`npx skills`](https://github.com/vercel-labs/skills) CLI detects whatever agents you have installed (Claude Code, OpenCode, Codex, …) and wires the skill into each. Use `-g` for a user-wide install, `-a ` to target one agent, `-y` to skip prompts.

Update

npx skills update graph-health-skill

Your `health_data.csv` lives in your own workspace — updates only touch th