claudeers.

πŸ”“ unclaimed β€” this page was auto-generated from GitHub. Are you the creator?

Claim this page β†’
// RAG & Knowledge

OpenClaw-Medical-Skills

The largest open-source medical AI skills library for OpenClaw🦞.

// RAG & Knowledge[ cli ][ api ][ desktop ][ web ][ mobile ][ claude ]#claude#awesome#claude-code#clawhub#medical#nanoclaw#openclaw#openclaw-skills#rag$open-sourceupdated 14 days ago
Actively maintained
95/100
last commit 21 days ago
last release none
releases 0
open issues 9
// install
git clone https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills

OpenClaw Medical Skills

The largest open-source medical AI skill library for OpenClaw.

869 curated skills Β· Clinical Β· Genomics Β· Drug Discovery Β· Bioinformatics Β· Medical Devices

English | δΈ­ζ–‡


What Is This?

OpenClaw Medical Skills is a curated collection of 869 AI agent skills covering the full spectrum of biomedical and clinical research. These skills are designed for OpenClaw / NanoClaw β€” Claude-based personal AI assistant frameworks β€” and transform a general-purpose AI agent into a powerful medical and scientific research companion.

Each skill is a self-contained module (a SKILL.md file) that:

  • Teaches the agent specialized domain knowledge and workflows
  • Connects to real databases, APIs, and computational tools
  • Produces structured, clinically or scientifically relevant outputs

We benefit from the open-source community. The full collection of resources can be found here: Awesome LLM Resources

Why This Collection Matters

Without SkillsWith OpenClaw Medical Skills
Generic AI responses about medicineReal PubMed / ClinicalTrials.gov / FDA queries
No bioinformatics capabilityRNA-seq, scRNA-seq, GWAS, variant calling pipelines
No drug intelligenceChEMBL, DrugBank, DDI prediction, pharmacovigilance
No clinical documentationSOAP notes, discharge summaries, prior auth decisions
No genomics supportVCF annotation, ACMG classification, PRS calculation
No regulatory guidanceFDA, CE mark, IEC 62304, ISO 14971 compliance

This collection aggregates skills from 12+ open-source skill repositories spanning academic research tools, clinical workflows, regulatory frameworks, and cutting-edge AI-driven protein design β€” giving your AI agent capabilities comparable to a team of specialized research scientists.


Installation

Requirements

  • OpenClaw installed and running, or NanoClaw as an alternative
  • Git (for cloning this repo)

For OpenClaw Users

OpenClaw loads skills from two locations:

PriorityPathScope
High<workspace>/skills/Per-workspace (recommended)
Low~/.openclaw/skills/Global, shared across all agents
# Clone this repository (skills only β€” skips large data files)
git clone --depth=1 --no-checkout https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills.git
cd OpenClaw-Medical-Skills
git sparse-checkout init --cone
git sparse-checkout set skills
git checkout main

# Install to your workspace skills directory
cp -r skills/* <your-workspace>/skills/

# Or install globally (available to all agents)
cp -r skills/* ~/.openclaw/skills/

Note: Some skills bundle large data files (databases, datasets). The sparse-checkout method above avoids downloading them. If you need the full repo including all data, install Git LFS first, then run git clone https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills.git.

Skills are picked up automatically on the next session. No restart needed.

Method 2 β€” OpenClaw CLI

If you use the OpenClaw plugin registry, you can search and install individual skills from there. For bulk install from this collection, Method 1 is faster.

openclaw plugins install <skill-slug>    # install a single skill
openclaw plugins update                  # update all installed skills

Method 3 β€” Configure Extra Directories

To point OpenClaw at a cloned copy of this repo permanently, add it to ~/.openclaw/openclaw.json:

{
  "plugins": {
    "local": ["/path/to/OpenClaw-Medical-Skills"]
  }
}

This mounts the entire collection without copying files.

Method 4 β€” Install Selected Skills Only

Pick skills relevant to your domain:

# Example: clinical + drug discovery stack
SKILLS=(
  "clinical-reports"
  "tooluniverse-drug-research"
  "tooluniverse-pharmacovigilance"
  "clinicaltrials-database"
  "biomedical-search"
  "tooluniverse-drug-drug-interaction"
)

for skill in "${SKILLS[@]}"; do
  cp -r OpenClaw-Medical-Skills/skills/$skill ~/.openclaw/skills/
done

For NanoClaw Users

NanoClaw loads skills into agent containers at startup from container/skills/.

# Clone and copy into NanoClaw container skills directory
git clone https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills.git
cp -r OpenClaw-Medical-Skills/skills/* /path/to/nanoclaw/container/skills/

# Rebuild the container to apply
cd /path/to/nanoclaw
./container/build.sh

Verification

After installation, ask your agent:

What medical and clinical skills do you have available?

Your agent should list the installed skills with their capabilities.


Skills Overview

CategoryCountHighlights
General & Core10Browser/search, document tools, and developer workflow utilities
Medical & Clinical119Clinical reports, CDS, oncology, imaging, and healthcare AI
Scientific Databases43Genomics/protein/drug databases and biomedical knowledge retrieval
Bioinformatics (gptomics)239Variant analysis, sequencing QC, DE, pathways, single-cell, and epigenomics
Omics & Computational Biology59Single-cell/spatial, proteomics, cheminformatics, and protein design tools
ClawBio Pipelines21Orchestration pipelines for scRNA, GWAS, ancestry, and structural workflows
BioOS Extended Suite285Extended agent suite for oncology, immunology, clinical AI, and infrastructure
Data Science & Tools93Statistics, visualization, automation, simulation, and scientific tooling
Total869

General & Core

Medical & Clinical

Scientific Databases

Bioinformatics (gptomics bio-* suite)

Omics & Computational Biology

ClawBio Pipelines

BioOS Extended Suite

Data Science & Tools


Skills List

🧰 General & Core

Expand/Collapse this category

General Tools

Click to expand skill list
SkillDescription
agent-browserBrowse the web for any task β€” research topics, read articles, interact with web apps, fill forms, take screenshots, extract data, and test web pages. Use whenever a browser would be useful.
find-skillsHelps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities.
multi-search-engineMulti search engine integration with 17 engines (8 CN + 9 Global). Supports Baidu, Bing, 360, Sogou, WeChat, Google, DuckDuckGo, WolframAlpha and more. Supports advanced operators, time filters, site search. No API keys required.
wikipedia-searchSearch and fetch structured content from Wikipedia using the MediaWiki API for reliable, encyclopedic information. Supports multi-language queries.
deep-researchExecute autonomous multi-step deep research on any topic. Searches multiple sources, reads full content, synthesizes findings, and produces a structured report. Use for comprehensive research, literature reviews, competitive analysis, or topic deep-dives.
pdfComprehensive PDF toolkit β€” extract text and tables, create new PDFs, merge/split documents, handle forms, OCR scanned PDFs. Use when working with any .pdf file.
docxCreate, edit, and analyze Word documents (.docx). Supports tracked changes, comments, formatting preservation, and text extraction. Use for drafting, redlining, or extracting content from Word files.
xlsxSpreadsheet creation, editing, and analysis. Supports formulas, formatting, data analysis, and visualization. Use for any .xlsx, .xlsm, .csv, or .tsv task.
pptxPresentation creation, editing, and analysis. Supports layouts, speaker notes, templates, and design. Use for any .pptx file.
doc-coauthoringGuide users through a structured workflow for co-authoring documentation. Use when writing documentation, proposals, technical specs, decision docs, or similar structured content.

πŸ₯ Medical & Clinical

Expand/Collapse this category

Medical Tools

Click to expand skill list
SkillDescription
pubmed-searchSearch PubMed for scientific literature. Use when the user asks to find papers, search literature, look up research, find publications, or asks about recent studies.
medical-research-toolkitQuery 14+ biomedical databases for drug repurposing, target discovery, clinical trials, and literature research. Access ChEMBL, PubMed, ClinicalTrials.gov, OpenTargets, OpenFDA, OMIM, Reactome, KEGG, UniProt, and more through a unified MCP endpoint.
medical-specialty-briefsGenerate daily or on-demand medical research briefs for any medical specialty. Searches latest research from top-tier journals (NEJM, Lancet, JAMA, BMJ, Nature Medicine), delivers concise summaries with 1-sentence takeaways and direct links. Use when user asks for medical news, research updates, or specialty-specific updates (endocrinology, cardiology, oncology, neurology, etc.).
usmlePrepare for US medical licensing exams with progress tracking, weak area analysis, question bank management, and residency match planning. Covers Step 1/2 CK/Step 3, IMG-specific guidance, score prediction, and wellbeing support.
medical-entity-extractorExtract medical entities (symptoms, medications, lab values, diagnoses) from patient messages.
patiently-aiSimplifies medical documents for patients. Takes doctor's letters, test results, prescriptions, discharge summaries, and clinical notes and explains them in clear, personalised language.
biomedical-searchComplete biomedical information search combining PubMed, preprints, clinical trials, and FDA drug labels. Powered by Valyu semantic search.
medical-imaging-reviewWrite comprehensive literature reviews for medical imaging AI research. Use when writing survey papers, systematic reviews, or literature analyses on imaging topics.
fhir-developer-skillFHIR API development guide for building healthcare endpoints (Patient, Observation, Encounter, Condition, MedicationRequest). Use when developing or integrating FHIR REST APIs.
clinical-trial-protocol-skillGenerate clinical trial protocols for medical devices or drugs. Use when designing clinical studies, creating FDA submission documentation, or developing protocols for investigational products.
prior-auth-review-skillAutomate payer review of prior authorization (PA) requests. Assesses medical necessity, validates against coverage policies, and generates PA decisions.
clinical-reportsWrite comprehensive clinical reports β€” case reports (CARE guidelines), diagnostic reports (radiology/pathology/lab), clinical trial reports (ICH-E3, CSR), and patient documentation (SOAP, H&P, discharge summaries). HIPAA/FDA/ICH-GCP compliant.
clinicaltrials-databaseQuery ClinicalTrials.gov via API v2. Search trials by condition, drug, location, status, or phase. Retrieve trial details by NCT ID, export data for clinical research and patient matching.
clinical-decision-supportGenerate clinical decision support (CDS) documents for pharmaceutical and clinical research β€” patient cohort analyses, treatment recommendation reports with GRADE evidence grading, biomarker integration, and statistical outputs (hazard ratios, survival curves).
tooluniverse-clinical-trial-designStrategic clinical trial design feasibility assessment. Evaluates patient population sizing, biomarker prevalence, endpoint selection, comparator analysis, safety monitoring, and regulatory pathways. Use when planning Phase 1/2 trials or assessing trial feasibility.
tooluniverse-disease-researchGenerate comprehensive disease research reports covering epidemiology, mechanisms, diagnostics, treatments, and ongoing trials. Use when asking about diseases, syndromes, or needing systematic disease analysis.
tooluniverse-literature-deep-researchDeep literature research with target disambiguation, evidence grading, and structured theme extraction. Resolves gene/protein IDs, identifies synonyms, synthesizes biological models, and generates testable hypotheses. Use for thorough literature reviews or target profiles.
tooluniverse-clinical-guidelinesSearch and retrieve clinical practice guidelines from 12+ sources (NICE, WHO, ADA, AHA/ACC, NCCN, SIGN, CPIC, etc.). Covers cardiology, oncology, diabetes, pharmacogenomics, and more. Use when asking about treatment recommendations or standard of care.
tooluniverse-drug-researchComprehensive drug research reports covering identity, pharmacology, targets, clinical trials, safety, pharmacogenomics, and ADMET. Use for drug profiling, safety assessment, or clinical development research.
tooluniverse-drug-repurposingIdentify drug repurposing candidates using target-based, compound-based, and disease-driven strategies. Finds new indications for approved drugs by analyzing targets, bioactivity, and safety profiles.
tooluniverse-drug-drug-interactionDrug-drug interaction prediction and risk assessment. Analyzes CYP450/transporter mechanisms, severity classification, and provides management strategies. Supports polypharmacy analysis (3+ drugs) and alternative drug recommendations.
tooluniverse-rare-disease-diagnosisDifferential diagnosis for rare diseases based on phenotype and genetic data. Matches symptoms to HPO terms, identifies candidate diseases from Orphanet/OMIM, and interprets variants of uncertain significance.
tooluniverse-pharmacovigilanceAnalyze drug safety signals from FDA adverse event reports, label warnings, and pharmacogenomic data. Calculates PRR/ROR, identifies serious adverse events, and assesses pharmacogenomic risk.
tooluniverse-clinical-trial-matchingPatient-to-trial matching for precision medicine and oncology. Ranks trials from ClinicalTrials.gov by molecular eligibility, clinical criteria, biomarker alignment, and geographic feasibility with a quantitative Trial Match Score (0-100).
literature-reviewSystematic literature reviews across multiple databases (PubMed, arXiv, bioRxiv, Semantic Scholar). Produces professionally formatted reports with verified citations in APA, Nature, Vancouver styles.
tooluniverse-precision-oncologyActionable treatment recommendations for cancer patients based on molecular profile. Interprets tumor mutations, identifies FDA-approved therapies, clinical trials, and resistance mechanisms.
tooluniverse-cancer-variant-interpretationClinical interpretation of somatic mutations in cancer. Given gene+variant (e.g., EGFR L858R, BRAF V600E), assesses oncogenicity, therapeutic implications, and trial eligibility.
tooluniverse-variant-analysisProduction-ready VCF processing, variant annotation, and mutation analysis. Parses VCF files, annotates with ClinVar/gnomAD/COSMIC, and interprets clinical significance.
tooluniverse-variant-interpretationSystematic clinical variant interpretation from raw calls to ACMG-classified recommendations. Aggregates evidence from ClinVar, gnomAD, literature, and population databases.
tooluniverse-structural-variant-analysisComprehensive structural variant (SV/CNV) analysis for clinical genomics. Classifies SVs, assesses pathogenicity, and interprets copy number alterations.
tooluniverse-polygenic-risk-scoreBuild and interpret polygenic risk scores (PRS) for complex diseases using GWAS summary statistics. Calculates genetic risk profiles and interprets PRS percentiles.
tooluniverse-precision-medicine-stratificationPatient stratification for precision medicine by integrating genomic, clinical, and therapeutic data. Identifies treatment-relevant subgroups and biomarker-driven therapy options.
tooluniverse-gwas-trait-to-geneDiscover genes associated with diseases and traits using GWAS Catalog (500k+ associations) and Open Targets Genetics locus-to-gene predictions.
tooluniverse-gwas-drug-discoveryTransform GWAS signals into drug targets and repurposing opportunities. Performs locus-to-gene mapping, druggability assessment, and existing drug identification.
tooluniverse-gwas-study-explorerCompare GWAS studies and assess replication across cohorts. Integrates NHGRI-EBI GWAS Catalog and Open Targets Genetics for cross-study meta-analysis.
tooluniverse-gwas-finemappingIdentify and prioritize causal variants at GWAS loci using statistical fine-mapping. Computes posterior probabilities and credible sets for causal variant identification.
tooluniverse-gwas-snp-interpretationInterpret SNPs from GWAS studies by aggregating evidence from GWAS Catalog, Open Targets Genetics, and ClinVar. Retrieves variant-trait associations and functional annotations.
tooluniverse-phylogeneticsPhylogenetics and sequence analysis β€” alignment processing, evolutionary tree construction, and evolutionary metrics for pathogens or species.
tooluniverse-epigenomicsEpigenomics data processing β€” methylation array analysis (CpG filtering, differential methylation), chromatin accessibility, and histone modification analysis.
tooluniverse-rnaseq-deseq2RNA-seq differential expression analysis using PyDESeq2. Performs normalization, dispersion estimation, Wald testing, LFC shrinkage, and pathway enrichment.
tooluniverse-single-cellSingle-cell RNA-seq analysis using scanpy. Performs QC, normalization, PCA, UMAP, Leiden clustering, trajectory analysis, and cell type annotation.
tooluniverse-spatial-transcriptomicsSpatial transcriptomics data analysis β€” maps gene expression in tissue architecture. Supports 10x Visium, MERFISH, seqFISH, and Slide-seq platforms.
tooluniverse-spatial-omics-analysisComputational analysis for spatial multi-omics data integration β€” spatially variable genes, domain annotation, and tissue-resolved omics.
tooluniverse-proteomics-analysisMass spectrometry proteomics analysis β€” protein quantification, differential expression, PTMs, and protein-protein interaction network construction.
tooluniverse-metabolomicsMetabolomics research β€” identifies metabolites and searches databases (HMDB 220k+ metabolites, MetaboLights, Metabolomics Workbench).
tooluniverse-metabolomics-analysisMetabolomics data analysis β€” metabolite identification, quantification, pathway analysis, and metabolic flux from LC-MS, GC-MS, or NMR data.
tooluniverse-multi-omics-integrationIntegrate transcriptomics, proteomics, epigenomics, genomics, and metabolomics for systems biology and precision medicine.
tooluniverse-multiomic-disease-characterizationSystems-level disease characterization integrating genomics, transcriptomics, proteomics, pathway, and therapeutic layers.
tooluniverse-expression-data-retrievalRetrieve gene expression and omics datasets from ArrayExpress and BioStudies with quality assessment and structured reports.
tooluniverse-gene-enrichmentGene enrichment and pathway analysis using gseapy, PANTHER, STRING, Reactome. Supports GO enrichment, KEGG pathways, and 40+ ToolUniverse tools.
tooluniverse-systems-biologySystems biology and pathway analysis using Reactome, KEGG, WikiPathways, Pathway Commons, and BioModels. Network modeling and pathway simulation.
tooluniverse-protein-interactionsProtein-protein interaction network analysis using STRING, BioGRID, and SASBDB. Maps interaction networks with confidence scores and functional modules.
tooluniverse-protein-structure-retrievalRetrieve protein structure data from RCSB PDB, PDBe, and AlphaFold with quality assessment and comprehensive structural profiles.
tooluniverse-protein-therapeutic-designDesign novel protein therapeutics (binders, enzymes, scaffolds) using AI-guided de novo design β€” RFdiffusion, ProteinMPNN, and ESM.
tooluniverse-antibody-engineeringAntibody engineering and optimization for therapeutics β€” humanization, affinity maturation, developability assessment, and immunogenicity prediction.
tooluniverse-immune-repertoire-analysisTCR/BCR repertoire analysis from sequencing data β€” clonality, diversity, V(D)J gene usage, clonal expansion, and antigen specificity prediction.
tooluniverse-immunotherapy-response-predictionPredict patient response to immune checkpoint inhibitors using multi-biomarker integration β€” TMB, MSI, PD-L1, TIL signatures, and HLA typing.
tooluniverse-infectious-diseasePathogen characterization and drug repurposing for infectious disease outbreaks. Identifies taxonomy, essential proteins, structural targets, and treatment options.
tooluniverse-crispr-screen-analysisCRISPR screen analysis for functional genomics β€” pooled or arrayed screens (knockout/activation/interference) to identify essential genes and hits.
tooluniverse-target-researchComprehensive biological target intelligence β€” protein info, structure, interactions, pathways, expression, variant landscape, and drug pipeline.
tooluniverse-network-pharmacologyCompound-target-disease network analysis for drug repurposing, polypharmacology discovery, and systems pharmacology.
tooluniverse-statistical-modelingStatistical modeling on biomedical datasets β€” linear/logistic regression, mixed-effects models, survival analysis, and Bayesian methods.
tooluniverse-image-analysisBiomedical microscopy image analysis β€” colony morphometry, cell counting, fluorescence quantification, and statistical comparison of imaging data.
literature-searchComprehensive scientific literature search across PubMed, arXiv, bioRxiv, medRxiv using natural language queries powered by Valyu semantic search.
medrxiv-searchSearch medRxiv medical preprints with natural language queries powered by Valyu semantic search.
clinical-trials-searchSearch ClinicalTrials.gov with natural language queries β€” find trials by condition, enrollment status, and outcomes via Valyu.
drug-discovery-searchEnd-to-end drug discovery platform combining ChEMBL, DrugBank, targets, and FDA labels via natural language Valyu search.
drug-labels-searchSearch FDA drug labels with natural language queries β€” indications, dosing, and safety data via Valyu.
chembl-searchSearch ChEMBL bioactive molecules database β€” compounds, assay data, and bioactivity via Valyu semantic search.
open-targets-searchSearch Open Targets drug-disease associations and target validation via Valyu semantic search.
patents-searchSearch global patents with natural language queries β€” prior art, patent landscapes, and innovation tracking via Valyu.
drugbank-searchSearch DrugBank comprehensive drug database β€” mechanisms, interactions, and safety data via Valyu semantic search.
arxiv-searchSearch arXiv preprints (biology, medicine, AI) using natural language queries powered by Valyu semantic search.
gwas-databaseQuery NHGRI-EBI GWAS Catalog for SNP-trait associations by rs ID, disease/trait, or gene. Retrieve p-values and summary statistics for genetic epidemiology.
scikit-survivalSurvival analysis and time-to-event modeling in Python β€” Kaplan-Meier, Cox regression, log-rank tests, and censored data handling using scikit-survival.

Drug Safety & Chemical Biology

Click to expand skill list
SkillDescription
tooluniverse-adverse-event-detectionDetect and analyze adverse drug event signals using FDA FAERS data, drug labels, disproportionality analysis (PRR, ROR, IC), and biomedical evidence. Generates quantitative safety signal scores (0-100).
tooluniverse-binder-discoveryDiscover novel small molecule binders for protein targets using structure-based and ligand-based approaches. Creates actionable reports with candidate compounds, ADMET profiles, and synthesis feasibility.
tooluniverse-chemical-compound-retrievalRetrieves chemical compound information from PubChem and ChEMBL with disambiguation, cross-referencing, and quality assessment. Comprehensive compound profiles with identifiers, properties, bioactivity.
tooluniverse-chemical-safetyComprehensive chemical safety and toxicology assessment integrating ADMET-AI predictions, CTD toxicogenomics, FDA label safety data, DrugBank safety profiles, and STITCH chemical-protein interactions.
tooluniverse-drug-target-validationComputational validation of drug targets across 10 dimensions: disambiguation, disease association, druggability, chemical matter, clinical precedent, safety, and expression evidence.
tooluniverse-sequence-retrievalRetrieve biological sequences (DNA, RNA, protein) from NCBI and ENA with gene disambiguation, accession type handling, and comprehensive sequence profiles.

Medical Imaging & Pathology

Click to expand skill list
SkillDescription
pydicomPython library for working with DICOM medical imaging files. Reading, writing, modifying DICOM data, extracting pixel data, handling metadata and multi-frame files.
histolabDigital pathology image processing toolkit for whole slide images (WSI). Process H&E or IHC stained tissue images, extract tiles from gigapixel slides.
pathmlComputational pathology toolkit for analyzing WSI and multiparametric imaging data. H&E stained images, multiplex immunofluorescence, spatial omics integration.
omero-integrationMicroscopy data management platform. Access images via Python, retrieve datasets, analyze pixels, manage ROIs/annotations, for high-content screening workflows.
neurokit2Comprehensive biosignal processing: ECG, EEG, EDA, RSP, PPG, EMG, EOG signals. Cardiovascular signal analysis, neurophysiology, and physiological data processing.
neuropixels-analysisNeuropixels neural recording analysis. Load SpikeGLX/OpenEphys data, Kilosort4 spike sorting, quality metrics, Allen/IBL curation, for neuroscience research.

Healthcare ML & Clinical AI

Click to expand skill list
SkillDescription
pyhealthComprehensive healthcare AI toolkit for developing ML models with clinical data (EHR, claims). Task definition API, model training, evaluation for clinical NLP and prediction.
scikit-learnMachine learning in Python: supervised learning (classification, regression), unsupervised learning (clustering, dimensionality reduction), model evaluation, hyperparameter tuning.
transformersPre-trained transformer models for NLP, computer vision, audio, and multimodal tasks. Text generation, classification, question answering, and biomedical NLP (BioBERT, ClinicalBERT).
shapModel interpretability using SHAP (SHapley Additive exPlanations). Explain ML model predictions, compute feature importance, generate SHAP plots for biomedical models.
umap-learnUMAP dimensionality reduction. Fast nonlinear manifold learning for 2D/3D visualization, clustering preprocessing (HDBSCAN), for high-dimensional omics data.

Health & Wellness Analytics

Click to expand skill list
SkillDescription
nutrition-analyzerComprehensive nutrition analysis: macro/micronutrient tracking, dietary assessment, meal planning, food data lookup, and nutritional recommendations.
mental-health-analyzerMental health data analysis: mood tracking, symptom patterns, PHQ/GAD scoring, behavioral insights, and wellness recommendations.
sleep-analyzerSleep quality analysis: sleep stages, duration, efficiency metrics, circadian rhythm assessment, and sleep hygiene recommendations.
rehabilitation-analyzerRehabilitation progress tracking: functional assessments, exercise programs, recovery milestones, and outcome measurement for physical/occupational therapy.
fitness-analyzerFitness performance analysis: exercise tracking, strength/cardio metrics, training load, VO2max estimation, and periodization planning.
health-trend-analyzerLongitudinal health trend analysis: vital sign tracking, biomarker trends, risk factor monitoring, and predictive health insights.
weightloss-analyzerWeight management analytics: caloric balance, body composition tracking, progress monitoring, and evidence-based weight loss strategies.
goal-analyzerHealth goal tracking and analysis: SMART goal setting, progress metrics, habit formation, and motivational insights for wellness objectives.
occupational-health-analyzerOccupational health assessment: workplace ergonomics, exposure risk, work-related illness surveillance, and return-to-work planning.
travel-health-analyzerTravel medicine: destination health risks, vaccination requirements, malaria prophylaxis, altitude sickness, and traveler health preparation.
family-health-analyzerFamily health management: pediatric milestones, family medical history, preventive screening schedules, and multigenerational health tracking.
tcm-constitution-analyzerTraditional Chinese Medicine constitution analysis: TCM body type assessment, pattern differentiation, herbal recommendations, and lifestyle guidance.
emergency-cardGenerate emergency medical information cards with critical health data, medications, allergies, and emergency contacts for patient safety.
ai-analyzerAI-powered comprehensive health data interpretation combining multiple biomarkers and health metrics for holistic wellness assessment.
wellally-techTechnical framework for WellAlly health analytics platform: integration patterns, data pipelines, and health AI infrastructure.

Mental Health & Crisis Intervention

Click to expand skill list
SkillDescription
crisis-detection-intervention-aiDetect crisis signals using NLP and mental health sentiment analysis. Implements suicide ideation detection, automated escalation, and crisis resource integration for mental health apps and recovery platforms.
crisis-response-protocolHandle mental health crisis situations safely: crisis detection, safety protocols, emergency escalation, suicide prevention, and hotline integration for AI coaching applications.
hipaa-complianceEnsure HIPAA compliance when handling PHI. Audit logging, data access controls, security event tracking, and compliance verification for health data applications.
clinical-diagnostic-reasoningIdentify and counteract cognitive biases in medical decision-making through systematic error analysis, differential diagnosis frameworks, and clinical judgment improvement.
speech-pathology-aiAI-powered speech-language pathology: phoneme analysis, articulation visualization, voice disorder assessment, fluency intervention, AAC, and stuttering treatment support.
hrv-alexithymia-expertHeart rate variability biometrics and emotional awareness training. HRV analysis, interoception training, biofeedback, vagal tone assessment, and autonomic nervous system evaluation.
adhd-daily-plannerADHD-optimized daily planning: time-blind friendly scheduling, executive function support, dopamine-aware task design, and neurodivergent-friendly productivity systems.

…view the full README on GitHub.

// compatibility

Platformscli, api, desktop, web, mobile
Operating systemsβ€”
AI compatibilityclaude
Licenseβ€”
Pricingopen-source
LanguagePython

// faq

What is OpenClaw-Medical-Skills?

The largest open-source medical AI skills library for OpenClaw🦞.. It is open-source on GitHub.

Is OpenClaw-Medical-Skills free to use?

OpenClaw-Medical-Skills is open-source, so it is free to use.

What category does OpenClaw-Medical-Skills belong to?

OpenClaw-Medical-Skills is listed under skills in the Claudeers registry of Claude-compatible tools.

0 views
β˜… 2,795 stars
unclaimed
updated 14 days ago

// embed badge

OpenClaw-Medical-Skills on Claudeers
[![Claudeers](https://claudeers.com/api/badge/openclaw-medical-skills.svg)](https://claudeers.com/openclaw-medical-skills)

// retro hit counter

OpenClaw-Medical-Skills hit counter
[![Hits](https://claudeers.com/api/counter/openclaw-medical-skills.svg)](https://claudeers.com/openclaw-medical-skills)

// reviews

// guestbook

0/500

// related in RAG & Knowledge

πŸ”“

Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server.

// ragheadroomlabs-ai/⟨PythonβŸ©β˜… 56,255β—· Apache-2.0[ claude ]
πŸ”“

A collection of notebooks/recipes showcasing some fun and effective ways of using Claude.

// raganthropics/⟨Jupyter NotebookβŸ©β˜… 46,409β—· MIT[ claude ]
πŸ”“

✨ Light and Fast AI Assistant. Support: Web | iOS | MacOS | Android | Linux | Windows

// ragChatGPTNextWeb/⟨TypeScriptβŸ©β˜… 88,415β—· MIT[ claude ]
πŸ”“

Persistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, compresses it with AI, and injects relevant contex…

// ragthedotmack/⟨JavaScriptβŸ©β˜… 86,462β—· Apache-2.0[ claude ]

// built by

β†’ see how OpenClaw-Medical-Skills connects across the ecosystem