← 返回 Skills 市场
gljirain

Open Health

作者 gljirain · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
273
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install open-health
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /open-health 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug open-health
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 273 次。

如何安装 Open Health?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install open-health」即可一键安装,无需额外配置。

Open Health 是免费的吗?

是的,Open Health 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Open Health 支持哪些平台?

Open Health 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Open Health?

由 gljirain(@gljirain)开发并维护,当前版本 v1.0.1。

💬 留言讨论