health-snapshot

Fetch consolidated health data from a DocVault instance as markdown.

10|1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/vanities/docvault --skill health-snapshot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health-snapshot
Source: https://github.com/vanities/docvault/tree/main/skills/health-snapshot
Command: npx skills add https://github.com/vanities/docvault --skill health-snapshot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The health-snapshot consolidates health data from Apple Health, clinical labs, and DNA into a single, viewable snapshot from DocVault, helping users quickly assess overall health trends and identify areas requiring attention.

Core Features & Use Cases

  • Fetch and consolidate Apple Health data, lab results, and DNA traits into a unified health snapshot.
  • Drill into trends, per-day data, or full history with bundled helper scripts.
  • Use cases include monitoring wellness, preparing for medical visits, and reviewing changes over time.

Quick Start

Request the latest health snapshot from the DocVault instance and review the resulting markdown output.

Frequently Asked Questions about health-snapshot

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I consolidate Apple Health, lab results, and DNA data into a single health snapshot?

Health snapshots consolidate Apple Health, clinical labs, and DNA traits from a DocVault instance into a unified markdown view. You can filter by personId and toggle DNA or clinical data using optional API parameters.

How do I filter a DocVault health snapshot for a specific person?

Filter the DocVault health snapshot by appending the optional personId parameter to the API request URL, ensuring the returned markdown view only includes consolidated data for that specific individual.

What do I need to fetch consolidated health data from DocVault?

You need a running DocVault instance accessible via a URL, which defaults to localhost:3005. The Skill queries the health-snapshot API endpoint to fetch and present your consolidated health data in markdown format.

Can I include DNA traits and clinical labs when fetching Apple Health trends?

Yes, you can include DNA traits and clinical labs by passing the optional includeDNA and includeClinical parameters to the DocVault API request, integrating them into the Apple Health trend analysis.

What is the best way to prepare for a medical visit using consolidated health data?

The best way to prepare is to fetch a complete health snapshot from DocVault. This consolidates your Apple Health, lab results, and DNA traits into a unified markdown view to easily review changes over time.

Why does the health snapshot fail to fetch data?

The health snapshot fails to fetch data if the DocVault instance is not running or unreachable. The Skill defaults to localhost:3005, so ensure your DocVault URL environment variable is correctly configured.