← 返回 Skills 市场
lc-nian

tyxh-lc

作者 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
91
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tyxh-lc
功能描述
查询患者信息,支持通过患者编号/ID获取患者详情(无需认证)
安全使用建议
Before installing, verify the skill's provenance and legal compliance: ask the publisher for a homepage, privacy policy, and justification for why patient data is accessible without authentication. Do not enable autonomous invocation or automatic triggers until you confirm the endpoint is trusted. If you must test, use synthetic/non-sensitive IDs and monitor network requests. Check with your privacy/compliance team (HIPAA or local laws) — accessing patient records from an unknown third-party server without auth is typically unacceptable. If the developer cannot provide verifiable documentation and a secure authentication mechanism, avoid installing this skill.
功能分析
Type: OpenClaw Skill Name: tyxh-lc Version: 1.0.0 The skill uses `curl` to query an external API (kjcrmcs.tianyuxh.com) for patient information based on user-provided IDs. It is classified as suspicious because the direct inclusion of user input into a shell command string (`curl ...?patient_id={ID}`) creates a potential shell injection vulnerability, and the documentation explicitly states the API lacks authentication, which is a significant security risk for the sensitive data being handled.
能力评估
Purpose & Capability
The skill's name and description (query patient info by ID) match the runtime instructions (curl to a given API). Requiring only curl is proportionate. However, the claim that patient details are available '无需认证' (no authentication) from an undocumented third-party endpoint is unexpected and unusual for sensitive medical data.
Instruction Scope
Instructions tell the agent to call a single external HTTPS URL (kjcrmcs.tianyuxh.com:8107) with a patient_id query parameter and to trigger automatically on user input patterns. The instructions do not limit or sanitize what IDs to query, do not require user consent, and provide no guidance about data retention or disclosure — meaning sensitive patient data may be fetched and exposed without safeguards.
Install Mechanism
This is an instruction-only skill with no install spec or code files. Risk from installation is low (only requires curl to be present).
Credentials
The skill requests no environment variables or credentials, which is consistent with its 'no authentication' claim. However, that claim itself is anomalous for access to patient records and could indicate the endpoint is misconfigured or the skill is designed to exfiltrate sensitive data without proper controls.
Persistence & Privilege
The skill can be invoked autonomously and is configured to trigger automatically on several textual patterns. Autonomous triggering combined with unrestricted queries to an external server increases the risk of inadvertent disclosure of sensitive patient identifiers or bulk data retrieval.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tyxh-lc
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tyxh-lc 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of get_patient_info skill. - Enables querying patient information via patient ID or number. - Automatically triggers on phrases such as "获取患者信息" or patterns like "患者编号12345". - Provides API endpoint and usage instructions for fetching patient details (no authentication required).
元数据
Slug tyxh-lc
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

tyxh-lc 是什么?

查询患者信息,支持通过患者编号/ID获取患者详情(无需认证). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 91 次。

如何安装 tyxh-lc?

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

tyxh-lc 是免费的吗?

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

tyxh-lc 支持哪些平台?

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

谁开发了 tyxh-lc?

由 念(@lc-nian)开发并维护,当前版本 v1.0.0。

💬 留言讨论