health-context

Fetch biometric health context from health-mcp and inject it into active prompts.

31|20|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/mycelium-hq/ai-brain-starter --skill health-context
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health-context
Source: https://github.com/mycelium-hq/ai-brain-starter/tree/main/skills/health-context
Command: npx skills add https://github.com/mycelium-hq/ai-brain-starter --skill health-context

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Biometric context from health-mcp is often siloed in host skills; health-context unifies and injects HRV, sleep, recovery metrics into active prompts, helping prompts tailor decisions without leaking vault state.

Core Features & Use Cases

  • Pulls health metrics (HRV, sleep, recovery) and folds into prompts for host skills such as daily-journal, coaching, advisory-panel, patterns, and insights.
  • Safe, read-only access to vault; gracefully degrade if health data is unavailable.
  • Works as a contextual layer that adapts prompts across multiple host skills to improve relevance.

Quick Start

Invoke health-context at the start of a host skill's prompt assembly to inject biometric context from health-mcp.

Frequently Asked Questions about health-context

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

FAQPage Schema
How do I inject biometric health context into AI prompts?

Yes, you can use biometric data like HRV and sleep metrics for context-aware decisions by invoking health-context at the start of a host skill's prompt assembly to fetch and fold recovery data from health-mcp directly into the prompt.

Do I need health-mcp to use biometric context in prompts?

Yes, you need health-mcp registered and populated with data to use biometric context in prompts. Health-context relies entirely on health-mcp to fetch HRV and sleep metrics, gracefully degrading if that health data is unavailable.

What is the best way to surface recovery metrics in daily journaling?

The best way to surface recovery metrics in daily journaling is to run health-context as a contextual layer during prompt assembly, pulling HRV and sleep data from health-mcp to tailor journal entries to your current recovery state.

Does health-context write biometric data back to the vault?

No, health-context never writes to the vault. It provides safe, read-only access to fetch biometric health context from health-mcp, ensuring your vault state remains unmodified while tailoring prompts across host skills.

What happens if my health-mcp data is unavailable during prompt assembly?

If health-mcp data is unavailable during prompt assembly, health-context gracefully degrades by proceeding without the biometric context, allowing the host skill to function normally without blocking the prompt generation.