The Medical Claw Naming Confusion
If you've searched for "MedClaw" or "MedgeClaw" on GitHub, you've probably noticed something confusing: there are at least 5 different projects with almost identical names, and they do very different things.
This guide clears up the confusion.
Quick Comparison
| MedgeClaw | MedClaw (zteyesreal) | MedClaw (Paulzhang) | MedClaw (Suzano) | MolClaw | |
|---|---|---|---|---|---|
| Stars | ~1,000 | ~45 | ~5 | ~0 | ~13 |
| Focus | Biomedical research (RNA-seq, drug discovery) | Clinical decision support | Medical-domain OpenClaw | Multi-domain (medical, legal, finance) | Molecular science orchestrator |
| Base | Claude Code + K-Dense | Agent-based clinical AI | OpenClaw fork | Independent framework | NanoClaw fork |
| Skills | 140 K-Dense scientific skills | Early stage | Chinese-language focused | TypeScript multi-domain | OpenAI/OpenRouter providers |
| Status | Active (updated weekly) | Active | Active | Early stage | Active |
MedgeClaw — The Research Powerhouse
GitHub: xjtulyc/MedgeClaw · ~1,000 ★
MedgeClaw is the most mature medical AI agent in the Claw ecosystem. Built on Claude Code with 140 K-Dense scientific skills, it's designed for serious biomedical research.
What makes it unique:
- Real-time Research Dashboard for monitoring agent execution
- RStudio (port 8787) and JupyterLab (port 8888) built in
- Feishu rich card output for team collaboration
- Docker-based: all computation runs in isolated containers
- Connects to WhatsApp, Slack, Discord for messaging
Best for: Biomedical researchers who want a full research environment — not just an AI chatbot, but an integrated workstation with RStudio, JupyterLab, and 140 scientific skills.
Install:
git clone https://github.com/xjtulyc/MedgeClaw.git
cd MedgeClaw
cp .env.example .env # Add your API keys
docker compose up -dMedClaw (zteyesreal) — Clinical Decision Support
GitHub: zteyesreal/medclaw · ~45 ★
An early-stage project exploring agent-based approaches for clinical decision support and medical data analysis. Growing steadily.
Best for: Researchers interested in clinical AI applications and medical decision support systems.
MedClaw (Paulzhang) — Chinese Medical OpenClaw
GitHub: Paulzhang2023/medclaw · ~5 ★
A Chinese-language focused customization of OpenClaw for medical use. The description says "为医疗领域定制的小龙虾" (OpenClaw customized for the medical domain).
Best for: Chinese-speaking medical professionals looking for an OpenClaw-based assistant.
MedClaw (Suzano) — Multi-Domain Framework
GitHub: suzano-ai/medclaw · Early stage
Despite the "Med" prefix, this is actually a universal framework covering Medical, Legal, Finance, and Sports. The medical component is just one of four domains.
Best for: Teams that need a single agent framework across multiple industries, not just medicine.
MolClaw — Molecular Science Focus
GitHub: IDEA-XL/MolClaw · ~13 ★
A lightweight, practical AI orchestrator specifically for molecular science. Built on NanoClaw with added OpenAI/OpenRouter provider support, Discord/WhatsApp channels, and durable session memory.
Best for: Computational chemistry and molecular biology researchers who want a lighter alternative to MedgeClaw.
So Which One Should You Use?
| If you need... | Choose |
|---|---|
| Full biomedical research environment with RStudio/Jupyter | MedgeClaw |
| Clinical decision support | MedClaw (zteyesreal) |
| Chinese medical AI assistant | MedClaw (Paulzhang) |
| Multi-industry framework (not just medical) | MedClaw (Suzano) |
| Lightweight molecular science tool | MolClaw |
| The most stars / community validation | MedgeClaw (~1,000 ★) |
Our recommendation: Start with MedgeClaw if you're doing biomedical research. It has the most skills (140), the most active development, and the largest community. The other MedClaw variants are either early-stage or serve different niches.
Related Resources
- Compare all MedClaw variants →
- DrugClaw comparison →
- scRNA-seq skills guide →
- All Biomedicine & Omics projects →
Last updated: March 26, 2026. All projects are actively maintained unless noted.
