Healthie
/install healthie
🏥 Healthie
Healthie — manage patients, appointments, goals, and documents via GraphQL API
Requirements
| Variable | Required | Description |
|---|---|---|
HEALTHIE_API_KEY |
✅ | API key from Healthie developer settings |
Quick Start
# List patients
python3 {{baseDir}}/scripts/healthie.py patients --offset \x3Cvalue> --keywords \x3Cvalue>
# Get patient
python3 {{baseDir}}/scripts/healthie.py patient-get id \x3Cvalue>
# Create patient
python3 {{baseDir}}/scripts/healthie.py patient-create --first_name \x3Cvalue> --last_name \x3Cvalue> --email \x3Cvalue>
# List appointments
python3 {{baseDir}}/scripts/healthie.py appointments --provider_id \x3Cvalue>
# Get appointment
python3 {{baseDir}}/scripts/healthie.py appointment-get id \x3Cvalue>
# Create appointment
python3 {{baseDir}}/scripts/healthie.py appointment-create --patient_id \x3Cvalue> --provider_id \x3Cvalue> --datetime \x3Cvalue>
# Delete appointment
python3 {{baseDir}}/scripts/healthie.py appointment-delete id \x3Cvalue>
# List appointment types
python3 {{baseDir}}/scripts/healthie.py appointment-types
All Commands
| Command | Description |
|---|---|
patients |
List patients |
patient-get |
Get patient |
patient-create |
Create patient |
appointments |
List appointments |
appointment-get |
Get appointment |
appointment-create |
Create appointment |
appointment-delete |
Delete appointment |
appointment-types |
List appointment types |
providers |
List providers |
goals |
List goals |
goal-create |
Create goal |
documents |
List documents |
forms |
List forms |
tags |
List tags |
Output Format
All commands output JSON by default. Add --human for readable formatted output.
python3 {{baseDir}}/scripts/healthie.py \x3Ccommand> --human
Script Reference
| Script | Description |
|---|---|
{{baseDir}}/scripts/healthie.py |
Main CLI — all commands in one tool |
Credits
Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.
📅 Need help setting up OpenClaw for your business? Book a free consultation
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install healthie - After installation, invoke the skill by name or use
/healthie - Provide required inputs per the skill's parameter spec and get structured output
What is Healthie?
Healthie — manage patients, appointments, goals, and documents via GraphQL API. It is an AI Agent Skill for Claude Code / OpenClaw, with 366 downloads so far.
How do I install Healthie?
Run "/install healthie" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Healthie free?
Yes, Healthie is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Healthie support?
Healthie is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Healthie?
It is built and maintained by aiwithabidi (@aiwithabidi); the current version is v1.0.0.