From health
Downloads patient portal records (lab results, visit notes, medications, immunizations, appointments) from a provider's MyChart instance using Playwright with Chrome cookies.
How this skill is triggered — by the user, by Claude, or both
Slash command
/health:app-mychart.portalThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Auth:** Playwright + Chrome cookies (provider-specific login); headless=False required
Auth: Playwright + Chrome cookies (provider-specific login); headless=False required
URL: Configured per provider in vault/health/config.md (e.g., https://mychart.yourhospital.org)
Configuration: Set portal URL and username in vault/health/config.md
Add to vault/health/config.md:
mychart_url: https://mychart.YOURPROVIDER.org
mychart_username: YOUR_USERNAME
mychart_chrome_profile: /Users/YOU/Library/Application Support/Google/Chrome/Default
headless=False — Chrome app-bound cookie encryption prevents headless auth as of Chrome 127+health-lab-review — download and parse recent lab result PDFshealth-monthly-sync — pull new visit notes, current medication list, and upcoming appointmentsvault/health/00_current/ — downloaded lab result PDFsvault/health/00_current/ — downloaded visit notes and AVS documentsvault/health/00_current/ — portal medication list for comparison against vault active listCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub fru-dev3/ai-ready-life --plugin health