Graph Health Skill
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
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11