pubmed-gene-drug-research
使用 NCBI 擴展資料庫(Gene、PubChem、ClinVar)進行基因功能、藥物化合物、遺傳變異的跨資料庫研究。
Profile →npx skills add majiayu000/claude-skill-registry --skill pubmed-gene-drug-research --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.
--- name: pubmed-gene-drug-research description: Gene, drug compound, and disease research using NCBI Extended databases. Triggers: 基因, gene, 藥物, drug, compound, PubChem, ClinVar, 變異, variant, 臨床意義 --- # 基因與藥物研究 ## 描述 使用 NCBI 擴展資料庫(Gene、PubChem、ClinVar)進行基因功能、藥物化合物、遺傳變異的跨資料庫研究。 ## 觸發條件 - 「這個基因的功能是什麼?」 - 「這個藥物的結構/作用機制?」 - 「這個變異的臨床意義?」 - 提到基因名稱(如 BRCA1, TP53) - 提到藥物化合物名稱 - 提到 ClinVar、遺傳變異 --- ## 資料庫概覽 | 資料庫 | 內容 | 用途 | |--------|------|------| | **NCBI Gene** | 基因功能、位置、表現 | 基因研究 | | **PubChem** | 化合物結構、藥理 | 藥物研究 | | **ClinVar** | 遺傳變異臨床意義 | 遺傳診斷 | --- ## NCBI Gene 工具 ### 搜尋基因 ```python search_ncbi_gene(query="BRCA1 breast cancer", limit=10) ``` ### 回傳: ```json { "genes": [ { "gene_id": "672", "symbol": "BRCA1", "name": "BRCA1 DNA repair associated", "organism": "Homo sapiens", "chromosome": "17", "description": "This gene encodes a tumor suppressor...", "aliases": ["BRCC1", "FANCS", "RNF53"] } ] } ``` ### 取得基因詳情 ```python get_ncbi_gene_info(gene_id="672") ``` ### 回傳: ```json { "gene_id": "672", "symbol": "BRCA1", "full_name": "BRCA1 DNA repair associated", "chromosome": "17", "location": "17q21.31", "summary": "This gene encodes a tumor suppressor protein...", "function": "DNA double
- 描述
- 觸發條件
- 資料庫概覽
- NCBI Gene 工具
- 搜尋基因
- 回傳:
- 取得基因詳情
- PubChem 工具
- 搜尋化合物
- 取得化合物詳情
- ClinVar 工具
- 搜尋變異
- 取得變異詳情
- 跨資料庫研究流程
What does the pubmed-gene-drug-research skill do?
使用 NCBI 擴展資料庫(Gene、PubChem、ClinVar)進行基因功能、藥物化合物、遺傳變異的跨資料庫研究。
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill pubmed-gene-drug-research --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 majiayu000/claude-skill-registry, a repository with 534 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.