Skills Plugins MCP Prompt Model 博客 我的中心

chemistry-rdkit

Computational chemistry with RDKit for molecular analysis, descriptors, fingerprints, and substructure search. Use when working with SMILES, drug discovery, or cheminformatics tasks.

DeepseekModel キュレーション済みスキル 品質 優秀 · 90 v1.0.0

取得

https://deepseekmodel.com/api/download.php?id=aiming-lab-autoresearchclaw-claude-skills-chemistry-rdkit-skill-md&format=skill
ダウンロード .skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name chemistry-rdkit description Computational chemistry with RDKit for molecular analysis, descriptors, fingerprints, and substructure search. Use when working with SMILES, drug discovery, or cheminformatics tasks. metadata {"category":"domain","trigger-keywords":"molecule,SMILES,chemical,drug,rdkit,fingerprint,molecular,compound,reaction,cheminformatics","applicable-stages":"9,10,12","priority":"4","version":"1.0","author":"researchclaw","references":"adapted from K-Dense-AI/claude-scientific-skills"} RDKit Cheminformatics Best Practice Molecular I/O Create molecules from SMILES: mol = Chem.MolFromSmiles('CCO') Always check for None: MolFromSmiles returns None on invalid input Convert to canonical SMILES: Chem.MolToSmiles(mol) Read SDF files: suppl = Chem.SDMolSupplier('file.sdf') Read SMILES files: suppl = Chem.SmilesMolSupplier('file.smi') Write molecules: writer = Chem.SDWriter('output.sdf') Molecular Descriptors Molecular weight: Descriptors.MolWt(mol) LogP (lipophilicity): Descriptors.MolLogP(mol) TPSA (polar surface area): Descriptors.TPSA(mol) H-bond donors/acceptors: Descriptors.NumHDonors(mol) , Descriptors.NumHAcceptors(mol) Rotatable bonds: Descriptors.NumRotatableBonds(mol) Lipinski Rule of 5: MW <= 500, LogP <= 5, HBD <= 5, HBA <= 10 Fingerprints and Similarity Morgan (circular) fingerprints: AllChem.GetMorganFingerprintAsBitVect(mol, radius=2, nBits=2048) RDKit fingerprints: Chem.RDKFingerprint(mol) MACCS keys: MACCSkeys.GenMACCSKeys(mol) Tanimoto similarity: DataStructs.TanimotoSimilarity(fp1, fp2) Use radius=2 (ECFP4 equivalent) as default for most applications For virtual screening, Tanimoto > 0.7 suggests structural similarity Substructure Search SMARTS patterns: pattern = Chem.MolFromSmarts('[OH]') Check match: mol.HasSubstructMatch(pattern) Get all matches: mol.GetSubstructMatches(pattern) Common SMARTS: [#6](=O)[OH] (carboxylic acid), [NH2] (primary amine) Filter compound libraries by functional group presence Property Calculation Patterns Batch processing: iterate over SDMolSupplier, skip None entries Use Chem.Descriptors.descList for all available descriptors For ADMET filtering, calculate Lipinski, Veber, and PAINS filters Generate 3D coordinates: AllChem.EmbedMolecule(mol, AllChem.ETKDG()) Minimize energy: AllChem.MMFFOptimizeMolecule(mol) Common Pitfalls Always sanitize molecules (default behavior) — disable only when needed Add hydrogens explicitly for 3D work: Chem.AddHs(mol) Handle stereochemistry: use Chem.AssignStereochemistry(mol) Large SDF files: use ForwardSDMolSupplier for memory efficiency Kekulization errors usually indicate invalid SMILES input
このスキルを起動するキーワード。クリックでコピーできます。

このスキルにはトリガーワードがありません。

ダウンロードした .skill に含まれるフィールド。
フィールド 説明
formatフォーマット識別子(skill/v1)
skill_idスキル固有 ID
nameスキル名
versionバージョン
description説明
categoryカテゴリ(配列)
trigger_wordsトリガーワード
tagsタグ
sourceソース
source_urlソース URL(本ページ)
exported_atエクスポート日時(ダウンロード毎)
system_promptシステムプロンプト本文
model_configモデル設定:provider / model / temperature / max_tokens / top_p
examplesサンプル
install_guide各プラットフォームの導入説明(Coze / Dify / Claude / カスタム)
同じスキルを各プラットフォーム形式で出力できます。
.skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能 ダウンロード
.skillpro 拡張形式。scripts / tools / dependencies / hooks を含む ダウンロード
.json 純粋な JSON 出力。system_prompt とモデル設定のみ ダウンロード
Coze frontmatter 付き Markdown。Coze へのインポート用 ダウンロード
Dify Dify DSL。アプリ作成後にそのままインポート ダウンロード

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

验证码 --

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。