Agent skill

pubmed-multi-source-search

整合 PubMed、Europe PMC、CORE、Semantic Scholar、OpenAlex 等多個學術資料庫,進行全面的跨來源搜尋。

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill pubmed-multi-source-search --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/analysis/pubmed-multi-source-search/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

--- name: pubmed-multi-source-search description: Cross-database search using multiple academic sources. Triggers: 跨資料庫, multi-source, Semantic Scholar, OpenAlex, CORE, Europe PMC, 綜合搜尋 --- # 多來源綜合搜尋 ## 描述 整合 PubMed、Europe PMC、CORE、Semantic Scholar、OpenAlex 等多個學術資料庫,進行全面的跨來源搜尋。 ## 觸發條件 - 「搜尋所有來源」 - 「跨資料庫搜尋」 - 「找更多來源」 - 提到 Semantic Scholar、OpenAlex、CORE - 需要開放取用論文 --- ## 資料庫特色比較 | 資料庫 | 收錄量 | 特色 | 最適合 | |--------|--------|------|--------| | **PubMed** | 35M+ | 生物醫學權威 | 臨床/基礎醫學 | | **Europe PMC** | 33M+ | 含預印本、全文 | 歐洲研究、預印本 | | **CORE** | 200M+ | 最大 OA 庫 | 開放取用全文 | | **Semantic Scholar** | 200M+ | AI 分析、引用圖譜 | 跨領域、影響力分析 | | **OpenAlex** | 250M+ | 開放學術圖譜 | 大規模分析、趨勢研究 | --- ## 各資料庫工具 ### PubMed(核心) ```python search_literature(query="remimazolam sedation", limit=30) generate_search_queries(topic="remimazolam") # MeSH 擴展 ``` ### Europe PMC ```python # 搜尋(含預印本) search_europe_pmc(query="remimazolam", limit=30) # 取得全文 get_europe_pmc_fulltext(pmcid="PMC6939411") # 引用資料 get_europe_pmc_citations(pmid="30217674") ``` ### CORE ```python # 搜尋 search_core(query="machine learning radiology", limit=30) # 全文搜尋 search_core_fulltext(query="adverse events", limit=20) # 取得全文 get_core_fulltext(core_id="12

What's inside
Steps it walks through
  1. 描述
  2. 觸發條件
  3. 資料庫特色比較
  4. 各資料庫工具
  5. PubMed(核心)
  6. Europe PMC
  7. CORE
  8. Semantic Scholar
  9. OpenAlex
  10. 跨來源搜尋策略
  11. 策略 1:互補搜尋
  12. 策略 2:全文優先
  13. 策略 3:影響力分析
  14. 完整跨來源工作流程
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the pubmed-multi-source-search skill do?

整合 PubMed、Europe PMC、CORE、Semantic Scholar、OpenAlex 等多個學術資料庫,進行全面的跨來源搜尋。

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill pubmed-multi-source-search --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.

Keep going