← Back to Skills Marketplace
中医诊所管理系统
by
Phal studio
· GitHub ↗
· v1.0.1
· MIT-0
145
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install tcm-clinic
Description
A full-featured management tool for solo Traditional Chinese Medicine (TCM) practitioners. Manages patient records, medical charts (Four Diagnostic Methods,...
Usage Guidance
This skill appears to do what it says: a local Python script that manages Excel files for a solo TCM clinic. Before installing or using it, you should: 1) Review the included scripts (scripts/clinic_manager.py) yourself or with a developer to confirm there are no unexpected network calls or hidden behavior. 2) Test in a sandbox or with dummy patient data first. 3) Be aware this stores sensitive patient data in plaintext Excel files under clinic_data/ — consider encrypting backups, restricting file permissions, and implementing secure backups if you will store real patient records. 4) Remove any unicode-control characters from SKILL.md if you plan to feed it into automated parsers, and prefer to run the script locally rather than allowing automated remote invocation. 5) Install only the declared dependency (openpyxl) from the official PyPI source (pip install openpyxl).
Capability Analysis
Type: OpenClaw Skill
Name: tcm-clinic
Version: 1.0.1
The TCM Clinic skill bundle is a legitimate management tool for practitioners to handle patient records, inventory, and finances using local Excel files. The core logic in `scripts/clinic_manager.py` uses the `openpyxl` library for data persistence and lacks any network connectivity, unauthorized file access, or suspicious execution patterns. The instructions in `SKILL.md` and `README.md` are consistent with the tool's stated purpose and do not contain any malicious prompt injection attempts or hidden commands.
Capability Tags
Capability Assessment
Purpose & Capability
The name/description (TCM clinic manager) match the provided script and SKILL.md: both implement patient records, medical records, herbs inventory, appointments, and finance stored as Excel files. Declared dependency (python3 + openpyxl) is appropriate.
Instruction Scope
Runtime instructions explicitly call the included script and operate on clinic_data/ Excel files. The SKILL.md does not instruct reading unrelated system files, environment variables, or contacting external endpoints; behavior stays within the stated purpose.
Install Mechanism
There is no network install or external download; the skill is instruction-only with one local Python script. Dependencies are a single PyPI library (openpyxl), which is reasonable for Excel operations.
Credentials
The skill requires no environment variables, no credentials, and no config paths beyond a local clinic_data/ directory — proportionate to its purpose.
Persistence & Privilege
always is false and model invocation is normal. The skill does not ask to modify other skills or system-wide settings; it operates on its own data files.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tcm-clinic - After installation, invoke the skill by name or use
/tcm-clinic - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Fixed some bugs.
v1.0.0
TCM Clinic 1.0.0 - 首发版
- 全面支持中医诊所单人全流程管理:患者档案、病历记录、处方、中药库存、预约排班、财务统计。
- 数据全部结构化存储于 Excel 文件,便于导出、查阅与打印。
- 通过命令行脚本实现各业务模块标准操作,并支持一站式接诊和报表生成功能。
- 支持低库存预警、收入月报、电子病历 PDF 导出等实用功能。
- 中医定制交互体验,专业表格输出,中文界面友好易用。
Metadata
Frequently Asked Questions
What is 中医诊所管理系统?
A full-featured management tool for solo Traditional Chinese Medicine (TCM) practitioners. Manages patient records, medical charts (Four Diagnostic Methods,... It is an AI Agent Skill for Claude Code / OpenClaw, with 145 downloads so far.
How do I install 中医诊所管理系统?
Run "/install tcm-clinic" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 中医诊所管理系统 free?
Yes, 中医诊所管理系统 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 中医诊所管理系统 support?
中医诊所管理系统 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 中医诊所管理系统?
It is built and maintained by Phal studio (@slamw); the current version is v1.0.1.
More Skills