{% extends "base.html" %} {% block title %}Skills · HealthClaw Guardrails{% endblock %} {% block head %} {% endblock %} {% block content %}
Skill catalogue · {{ skills|length }} loaded

OpenClaw skills

Drop-in skills that teach Claude (and the OpenClaw personas — Sally, Mary, Dom, Kristy) how to use HealthClaw guardrails, redact PHI, talk to upstream FHIR servers, run data-quality curation, and pull personal health records. Each skill triggers when its description matches the conversation.

New here? Start with the quickstart guide

A 30-minute walk from zero to a private, agent-mediated view of your own records — OpenClaw, a FHIR server, your EHR connection, and HealthClaw, all running on your machine.

Download the PDF
{% for s in skills %}
{{ s.name }}
{{ s.description }}
{% else %}
No skills loaded.
{% endfor %}
Source: github.com/aks129/HealthClawGuardrails/tree/main/skills
{% endblock %}