← Back to Skills Marketplace
273
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install open-health
Description
Book real virtual appointments with licensed providers in the US — through conversation, no forms or portals. One install, no API keys, works immediately. Sa...
Usage Guidance
This skill does what it says (calls a public booking API) but asks your agent to collect and transmit sensitive patient information. Before installing or enabling it, verify these points: (1) Confirm that https://rx.helloklarity.com is a legitimate provider and whether it is HIPAA-compliant and has an appropriate privacy/security policy for handling PHI. (2) Ensure the agent runtime will not log or persist conversation contents, request/response payloads, or environment logs containing patient data — the SKILL.md's 'never store' instruction cannot be enforced by the skill itself. (3) Update the skill metadata or host to reflect runtime dependencies (curl, python3) so the agent can enforce them. (4) Prefer using the API's dry-run mode first to verify behavior and test with non-sensitive data. If you operate in a regulated environment (US healthcare), consult your compliance/security team before using this skill in production.
Capability Analysis
Type: OpenClaw Skill
Name: open-health
Version: 1.0.1
The 'open-health' skill provides a conversational interface for booking mental health appointments through the Klarity Health platform. It uses a bash script (scripts/booking-api.sh) to interact with a legitimate telehealth API (rx.helloklarity.com). Although it collects sensitive PII (Name, DOB, Insurance ID), the SKILL.md includes explicit privacy safeguards and safety protocols, and the data collection is strictly necessary for the stated medical booking functionality.
Capability Assessment
Purpose & Capability
The name/description, API reference, and the included booking script all align: they call https://rx.helloklarity.com to list services, check availability, and book. However, SKILL.md declares runtime dependencies (curl, python3) while the registry metadata lists 'required binaries: none' — an inconsistency the installer/runner should be aware of.
Instruction Scope
Instructions explicitly direct the agent to collect protected health information (name, DOB, email, phone, insurance IDs) and to send it to the external API. The skill instructs 'never be logged, persisted, or stored by the agent', but that is an advisory constraint the agent/platform must enforce — the skill cannot guarantee non-logging or retention behavior. There are no instructions about encryption at rest, ephemeral handling, or auditing; no guidance that the target API is HIPAA-compliant. This places privacy and regulatory burden on the host.
Install Mechanism
No install spec (instruction-only) and included shell script are simple and transparent (curl + python json.tool). Nothing is downloaded from untrusted URLs and no code is obfuscated. Risk from installation is low.
Credentials
The skill requests no environment variables or credentials, which is proportionate. It does, however, rely on network access to an external booking API that accepts unauthenticated requests — appropriate for the described public API but notable because sensitive PHI will be transmitted without per-client credentials. Also the SKILL.md's claimed runtime binaries are not reflected in the registry metadata.
Persistence & Privilege
always:false and normal autonomous invocation settings. The skill does not request persistent system changes or modify other skills. The primary concern is that it instructs the agent to transiently handle PHI — persistent privileges are not requested, but the agent/runtime must ensure no logging/long-term storage.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install open-health - After installation, invoke the skill by name or use
/open-health - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Security: hardcode API URL, declare runtime deps, strengthen PII rules, fix carrier URL encoding.
v1.0.0
Initial release: Open Health virtual care toolkit. Book psychiatric telehealth appointments via conversation. 7 conditions, 51 states, 50+ insurance carriers. Open platform for health providers.
Metadata
Frequently Asked Questions
What is Open Health?
Book real virtual appointments with licensed providers in the US — through conversation, no forms or portals. One install, no API keys, works immediately. Sa... It is an AI Agent Skill for Claude Code / OpenClaw, with 273 downloads so far.
How do I install Open Health?
Run "/install open-health" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Open Health free?
Yes, Open Health is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Open Health support?
Open Health is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Open Health?
It is built and maintained by gljirain (@gljirain); the current version is v1.0.1.
More Skills