← 返回 Skills 市场
TCM Clinic - English Edition
作者
Phal studio
· GitHub ↗
· v1.0.1
· MIT-0
140
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install tcm-clinic-en
功能描述
A full-featured management tool for solo Traditional Chinese Medicine (TCM) practitioners. Manages patient records, medical charts (Four Diagnostic Methods,...
安全使用建议
This skill appears internally consistent for local clinic management: it uses Python + openpyxl, stores data as .xlsx files in a clinic_data/ directory, and exposes a CLI script that matches the documented commands. Before installing or running it with real patient data: 1) inspect the full SKILL.md and scripts/clinic_manager.py for any hidden/control characters (the pre-scan flagged unicode-control-chars) or unexpected network/subprocess calls; 2) run the tool in an isolated directory (not your home) to confirm it only creates clinic_data/ and does not write elsewhere; 3) review the full script for any code paths that call subprocess, open network sockets, or reference external URLs (none were visible in the provided snippets, but confirm the truncated portions); 4) ensure compliance with patient-data policies — Excel files are stored unencrypted by default, so consider disk encryption, backups, or adapting storage to a secure database if needed; and 5) if you lack the ability to audit the code, consider running it in a sandboxed environment or requesting a signed/verified release from a known source before use.
功能分析
Type: OpenClaw Skill
Name: tcm-clinic-en
Version: 1.0.1
The tcm-clinic-en skill is a legitimate management tool for Traditional Chinese Medicine practitioners, providing modules for patient records, medical charts, herbal inventory, and financial tracking. The core logic in scripts/clinic_manager.py uses the openpyxl library to perform standard CRUD operations on local Excel files stored in a dedicated directory. There is no evidence of data exfiltration, malicious execution, or prompt injection; the instructions in SKILL.md are strictly aligned with the tool's stated purpose of clinic administration.
能力标签
能力评估
Purpose & Capability
Name/description match the included artifacts: the SKILL.md documents patient records, charts, inventory, appointments, and finance workflows and the bundled script implements Excel-based data storage and CLI commands. Declared dependency (python3 + openpyxl) is appropriate for manipulating .xlsx files.
Instruction Scope
Runtime instructions are scoped to running the provided CLI script (python3 SKILL_DIR/scripts/clinic_manager.py <module> <action>) and operating on a local clinic_data/ directory. They do not request reading unrelated system files or external endpoints. However, a pre-scan flagged unicode-control-chars in SKILL.md (possible prompt-injection/obfuscation); review SKILL.md for hidden control characters that could hide instructions or alter display.
Install Mechanism
There is no install spec (instruction-only plus included script). No remote downloads or archive extraction are used. The only install step is installing Python dependency openpyxl (pip), which is proportionate.
Credentials
The skill does not request environment variables, credentials, or config paths. All data operations are local file reads/writes under clinic_data/, which is appropriate for the claimed purpose.
Persistence & Privilege
The skill is not marked always:true and does not request elevated platform presence. It creates/uses clinic_data/ in the current working directory only and does not modify other skills or global agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tcm-clinic-en - 安装完成后,直接呼叫该 Skill 的名称或使用
/tcm-clinic-en触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
tcm-clinic-en 1.0.1 Changelog
- Added Python binary and "openpyxl" package requirements to SKILL.md for clearer dependency specification.
- No functional or workflow changes. This is a metadata update clarifying runtime and package prerequisites.
v1.0.0
tcm-clinic-en 1.0.0 – initial release
- Provides a comprehensive management system for solo TCM clinics, covering patients, medical records, prescriptions, herbal inventory, appointments, and financial bookkeeping.
- Stores all clinic data in structured Excel files for easy management and backup.
- Includes command-based workflow for common clinic operations, such as registering patients, charting consultations, dispensing herbs, appointment bookings, and financial reports.
- Supports multi-step workflows, including a one-stop “consultation” process integrating patient, medical, inventory, and billing modules.
- Features automatic ID generation, low-stock alerts, and daily/monthly report capabilities.
- Offers clear guidance on when and how to use each function for day-to-day clinic management.
元数据
常见问题
TCM Clinic - English Edition 是什么?
A full-featured management tool for solo Traditional Chinese Medicine (TCM) practitioners. Manages patient records, medical charts (Four Diagnostic Methods,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 140 次。
如何安装 TCM Clinic - English Edition?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tcm-clinic-en」即可一键安装,无需额外配置。
TCM Clinic - English Edition 是免费的吗?
是的,TCM Clinic - English Edition 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
TCM Clinic - English Edition 支持哪些平台?
TCM Clinic - English Edition 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 TCM Clinic - English Edition?
由 Phal studio(@slamw)开发并维护,当前版本 v1.0.1。
推荐 Skills