academic-paper-finder

Search biomedical literature, get citation counts, and import to Zotero/EndNote. Use when: (1) User asks to search for papers/literature by DOI, title, author, or keywords (2) User wants to find papers with citation counts and Chinese summaries (3) User wants to import papers to Zotero by PMID/DOI (4) User wants to generate RIS file for EndNote (5) User provides a research topic and wants to find relevant authoritative papers

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "academic-paper-finder" with this command: npx skills add merdeng/academic-paper-finder

Academic Paper Finder

Search PubMed and import papers to Zotero or generate RIS file for EndNote.

Setup

Requires environment variables:

Quick Start

1. Search Paper by DOI

python3 scripts/pubmed_search.py --doi "10.1016/j.cell.2014.07.013"

2. Search by Title

python3 scripts/pubmed_search.py --title "circulating tumor cell clusters"

3. Search by Author

python3 scripts/pubmed_search.py --author "Aceto N" --year 2014

4. Add to Zotero

# By PMID
python3 scripts/zotero_add.py --pmid 25171411

# By DOI
python3 scripts/zotero_add.py --doi "10.1016/j.cell.2014.07.013"

5. Batch Import (Multiple PMIDs)

python3 scripts/batch_import.py --pmids "25171411,30728496,41212905"

6. Generate RIS for EndNote

python3 scripts/generate_ris.py --pmids "25171411,30728496" --output literature.ris

Scripts

  • pubmed_search.py - Search PubMed by DOI/title/author
  • zotero_add.py - Add paper to Zotero by PMID/DOI
  • batch_import.py - Batch add multiple papers
  • generate_ris.py - Generate RIS file for EndNote

Examples

Get PMID from Citation

When user provides a citation like:

Aceto, N.; Bardia, A.; Miyamoto, D. T.; Donaldson, M. C.; Wittner, B. S.; Spencer, J. A.; Yu, M.; Pely, A.; Ting, K.; Haber, D. A.; Maheswaran, S. Circulating Tumor Cell Clusters Are Oligoclonal Precursors of Breast Cancer Metastasis. Cell 2014, 158 (5), 1110–1122. https://doi.org/10.1016/j.cell.2014.07.013.
  1. Extract DOI: 10.1016/j.cell.2014.07.013
  2. Search: python3 scripts/pubmed_search.py --doi "10.1016/j.cell.2014.07.013"
  3. Result: PMID 25171411
  4. Add to Zotero: python3 scripts/zotero_add.py --pmid 25171411

Batch Import for EndNote

User has multiple papers and wants to import to EndNote:

# List all PMIDs
python3 scripts/generate_ris.py --pmids "25171411,30728496,41212905,41651843,19945376" --output my_papers.ris

Then import the RIS file to EndNote: File → Import → Select .ris file.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Gemini Citation

Conduct evidence-based research with exact, accurate APA citations using the Gemini API's 'scientific citation' (Google Search grounding) feature. Use when X...

Registry SourceRecently Updated
2290guoxh
Research

安全驾驶行为分析工具

Analyzes videos of vehicle drivers to identify unsafe driving behaviors. It generates professional analysis reports to help enhance road safety awareness. |...

Registry SourceRecently Updated
700Profile unavailable
Research

deep-research-surf

Conducts deep, multi-angle research using Surf MCP tools and parallel subagents. Use for deep research, competitive landscape analysis, strategic intelligenc...

Registry SourceRecently Updated
430Profile unavailable
Research

audio-quality-check

Analyze audio recording quality - echo detection, loudness, speech intelligibility, SNR, spectral analysis. Use when the user wants to check a recording's qu...

Registry SourceRecently Updated
1120Profile unavailable