Pull verified medical records and digital-identity context from Health Bank One (https://www.healthbankone.com) via their MCP server. HBO uses OAuth 2.x with per-consumer authorization, so this skill drives an authorization-code grant first, then runs the MCP pull, then ingests the redacted bundle into a HealthClaw tenant. Use when the user wants to add HBO as a source alongside HealthEx and Fasten Connect. Triggers on prompts like "connect Health Bank One", "pull from HBO", "verify identity through Health Bank One".
$npx -y skills add aks129/healthclawguardrails --skill healthbankoneInstalls into the current project.
Run `npx skills use "https://github.com/aks129/healthclawguardrails" --skill "aks129/healthclawguardrails/healthbankone"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/aks129/healthclawguardrails" that are relevant to the current task. Run `npx skills add "https://github.com/aks129/healthclawguardrails"` and select the relevant skills, then follow their instructions.