← Back to Skills Marketplace
TCM Clinic - English Edition
by
Phal studio
· GitHub ↗
· v1.0.1
· MIT-0
140
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install tcm-clinic-en
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 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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tcm-clinic-en - After installation, invoke the skill by name or use
/tcm-clinic-en - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is TCM Clinic - English Edition?
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 140 downloads so far.
How do I install TCM Clinic - English Edition?
Run "/install tcm-clinic-en" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is TCM Clinic - English Edition free?
Yes, TCM Clinic - English Edition is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does TCM Clinic - English Edition support?
TCM Clinic - English Edition is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created TCM Clinic - English Edition?
It is built and maintained by Phal studio (@slamw); the current version is v1.0.1.
More Skills