pubmed-fulltext-access
透過 Europe PMC、CORE 等開放取用來源取得論文全文,包含 PDF 連結和全文內容。
Profile →npx skills add majiayu000/claude-skill-registry --skill pubmed-fulltext-access-u9401066-pubmed-search-mcp-2 --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-fulltext-access description: Full text access via Europe PMC, CORE, and other open access sources. Triggers: 全文, fulltext, PDF, open access, 免費下載, PMC, 開放取用 --- # 全文取得指南 ## 描述 透過 Europe PMC、CORE 等開放取用來源取得論文全文,包含 PDF 連結和全文內容。 ## 觸發條件 - 「我要看全文」 - 「有 PDF 嗎?」 - 「開放取用」、「免費下載」 - 「這篇有全文嗎?」 - 提到 PMC、open access --- ## 全文來源比較 | 來源 | 收錄量 | 特色 | 全文格式 | |------|--------|------|----------| | **PubMed Central** | 8M+ | 美國官方 OA 庫 | HTML, PDF | | **Europe PMC** | 33M+ | 歐洲版,含預印本 | HTML, PDF, XML | | **CORE** | 200M+ | 最大 OA 聚合器 | PDF, TXT | | **Semantic Scholar** | 200M+ | AI 摘要、引用 | 連結為主 | --- ## 檢查全文可用性 ### 單篇論文 ```python get_article_fulltext_links(pmid="30217674") ``` ### 回傳: ```json { "pmid": "30217674", "title": "Remimazolam versus midazolam...", "access_type": "open_access", "links": { "pubmed": "https://pubmed.ncbi.nlm.nih.gov/30217674/", "pmc": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6939411/", "pmc_pdf": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6939411/pdf/", "doi": "https://doi.org/10.1097/ALN.0000000000002435" }, "full_text_available": true } ``` ### 批次分析 ```python analyze_fulltext_access(pmids="30217674,28523456,35678901") # 或使用上次搜尋結果 analyze_fulltext_access
- 描述
- 觸發條件
- 全文來源比較
- 檢查全文可用性
- 單篇論文
- 回傳:
- 批次分析
- Europe PMC 全文
- 搜尋(含預印本)
- 取得全文內容
- CORE 全文
- 搜尋開放取用
- 用標題找論文
- 取得全文
What does the pubmed-fulltext-access skill do?
透過 Europe PMC、CORE 等開放取用來源取得論文全文,包含 PDF 連結和全文內容。
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill pubmed-fulltext-access-u9401066-pubmed-search-mcp-2 --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.