Agent skill

pubmed-fulltext-access

透過 Europe PMC、CORE 等開放取用來源取得論文全文,包含 PDF 連結和全文內容。

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/analysis/pubmed-fulltext-access-u9401066-pubmed-search-mcp-2/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-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

What's inside
Steps it walks through
  1. 描述
  2. 觸發條件
  3. 全文來源比較
  4. 檢查全文可用性
  5. 單篇論文
  6. 回傳:
  7. 批次分析
  8. Europe PMC 全文
  9. 搜尋(含預印本)
  10. 取得全文內容
  11. CORE 全文
  12. 搜尋開放取用
  13. 用標題找論文
  14. 取得全文
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going