molfeat
Molecular featurization for ML (100+ featurizers). ECFP, MACCS, descriptors, pretrained models (ChemBERTa), convert SMILES to features, for QSAR and molecular ML.
npx skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill molfeat --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Molfeat - Molecular Featurization Hub ## Overview Molfeat is a comprehensive Python library for molecular featurization that unifies 100+ pre-trained embeddings and hand-crafted featurizers. Convert chemical structures (SMILES strings or RDKit molecules) into numerical representations for machine learning tasks including QSAR modeling, virtual screening, similarity searching, and deep learning applications. Features fast parallel processing, scikit-learn compatible transformers, and built-in caching. ## When to Use This Skill This skill should be used when working with: - **Molecular machine learning**: Building QSAR/QSPR models, property prediction - **Virtual screening**: Ranking compound libraries for biological activity - **Similarity searching**: Finding structurally similar molecules - **Chemical space analysis**: Clustering, visualization, dimensionality reduction - **Deep learning**: Training neural networks on molecular data - **Featurization pipelines**: Converting SMILES to ML-ready representations - **Cheminformatics**: Any task requiring molecular feature extraction ## Installation ```bash uv pip install molfeat # With all optional dependencies uv pip install "molfea
- Overview
- When to Use This Skill
- Installation
- Core Concepts
- 1. Calculators (molfeat.calc)
- 2. Transformers (molfeat.trans)
- 3. Pretrained Transformers (molfeat.trans.pretrained)
- Quick Start Workflow
- Basic Featurization
- Save and Load Configuration
- Handle Errors Gracefully
- Choosing the Right Featurizer
- For Traditional Machine Learning (RF, SVM, XGBoost)
- For Deep Learning
uv pip install molfeat With all optional dependencies uv pip install "molfeat[all]" grep -i "chembert" references/available_featurizers.md grep -i "pharmacophore" references/available_featurizers.md uv pip install "molfeat[transformer]" # For ChemBERTa/ChemGPT uv pip install "molfeat[dgl]" # For GIN models
What does the molfeat skill do?
Molecular featurization for ML (100+ featurizers). ECFP, MACCS, descriptors, pretrained models (ChemBERTa), convert SMILES to features, for QSAR and molecular ML.
How do I install it?
Run `npx skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill molfeat --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From FreedomIntelligence/OpenClaw-Medical-Skills, a repository with 2,909 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
