skills/43-wentorai-research-plugins/skills/writing/citation/reference-manager-comparison/SKILL.md
Compare Zotero, Mendeley, EndNote, and Paperpile for research use
npx skillsauth add brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research reference-manager-comparisonInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
A skill for selecting and configuring the right reference management tool for your research workflow. Provides an in-depth comparison of Zotero, Mendeley, EndNote, and Paperpile across features, pricing, integration, collaboration, and discipline-specific needs.
| Feature | Zotero | Mendeley | EndNote | Paperpile | |---------|--------|----------|---------|-----------| | Cost | Free (300MB cloud) | Free (2GB cloud) | ~$275 or institutional | $36/year (academic) | | Platform | Win/Mac/Linux | Win/Mac/Linux | Win/Mac | Web + Chrome | | Word plugin | Yes | Yes | Yes | Yes (Google Docs too) | | LaTeX export | BibTeX, BibLaTeX | BibTeX | BibTeX | BibTeX | | PDF annotation | Basic (built-in reader) | Yes | Yes | Yes | | Group libraries | Yes (unlimited, 300MB free) | Yes (limited free) | Via EndNote Online | Yes | | Browser extension | Excellent (Zotero Connector) | Web Importer | Capture (limited) | Excellent | | Open source | Yes (GPLv3) | No | No | No | | Offline access | Full | Full | Full | Limited | | Storage upgrade | $20/year (2GB) | $55/year (5GB) | Unlimited (desktop) | Unlimited |
- Free and open source with strong community
- Best browser extension for capturing metadata
- Excellent plugin ecosystem:
* Better BibTeX (superior LaTeX integration)
* ZotFile (PDF management and renaming)
* Zotero OCR (extract text from scanned PDFs)
* Scite (citation context analysis)
- Works on all platforms including Linux
- Syncs across devices; self-hosting is possible
- Transparent data format (SQLite, exportable)
def recommended_zotero_plugins() -> list[dict]:
"""
Essential Zotero plugins for academic researchers.
"""
return [
{
"name": "Better BibTeX",
"purpose": "Automatic .bib file export, stable citation keys",
"install": "github.com/retorquere/zotero-better-bibtex",
"priority": "Essential for LaTeX users"
},
{
"name": "ZotFile",
"purpose": "Rename and organize attached PDFs",
"install": "zotfile.com",
"priority": "Highly recommended"
},
{
"name": "Zotero Storage Scanner",
"purpose": "Find broken attachments and duplicates",
"install": "Available via Zotero plugin manager",
"priority": "Useful for library maintenance"
},
{
"name": "DOI Manager",
"purpose": "Fetch missing DOIs for your references",
"install": "Available via Zotero plugin manager",
"priority": "Recommended for bibliography accuracy"
}
]
- Free with generous 2GB cloud storage
- Built-in PDF reader with annotation tools
- Mendeley Suggest recommends related papers
- Strong institutional adoption
- Social features (researcher profiles, groups)
- Owned by Elsevier (data privacy concerns for some users)
- Desktop app development has slowed (focus shifted to web)
- Limited plugin ecosystem compared to Zotero
- BibTeX export can have formatting inconsistencies
- Group library size limitations on free tier
- Deep integration with Web of Science
- Mature product with decades of development
- Excellent Word plugin (Cite While You Write)
- Strong institutional support and training resources
- Handles very large libraries (10,000+ references) well
- Expensive for individual purchase
- No Linux support
- Closed format (vendor lock-in risk)
- Steeper learning curve
- Limited free collaboration features
- Excellent Google Docs and Google Scholar integration
- Clean, modern interface
- Very fast browser-based workflow
- Built-in PDF viewer with annotation
- Automatic metadata extraction from PDFs
- No desktop app (requires internet for full functionality)
- Chrome-only browser extension
- No Linux-native app (web-based works on all platforms)
- Smaller user community than Zotero or Mendeley
If you use LaTeX primarily:
-> Zotero + Better BibTeX (best .bib integration)
If you use Google Docs primarily:
-> Paperpile (native Docs integration)
If your institution provides it:
-> EndNote (maximize institutional support)
If you want free + open source:
-> Zotero (no contest)
If you need built-in recommendations:
-> Mendeley or Paperpile (suggest related papers)
If you collaborate heavily:
-> Zotero groups or Paperpile shared folders
If you have a very large library (50,000+ items):
-> EndNote or Zotero (both handle large libraries well)
All major reference managers support BibTeX and RIS export formats, making migration possible:
Export from source tool:
- Zotero: File > Export Library > BibTeX/RIS
- Mendeley: Tools > Export (BibTeX)
- EndNote: File > Export > RIS/BibTeX
- Paperpile: Settings > Export > BibTeX
Import to target tool:
- Drag and drop the exported file into the new tool
- Review imported entries for metadata accuracy
- Re-attach PDFs if they did not transfer automatically
| Data | Transfers? | Notes | |------|-----------|-------| | Metadata (title, author, year) | Yes | Via BibTeX/RIS | | PDFs | Sometimes | Depends on export settings | | Annotations/highlights | Rarely | Usually tool-specific format | | Folder/collection structure | Sometimes | Zotero RDF preserves collections | | Tags | Usually | Via RIS or Zotero RDF | | Notes | Sometimes | Check export format |
Choose your reference manager early in your research career and invest time in organizing your library -- the cost of switching grows with library size.
tools
Recommend AND run open-source AI tools, agents, Claude Code / Codex skills, and MCP servers for any stage of a literature review — searching, reading, extracting, synthesizing, screening, citation-checking, and paper writing. Use when the user asks "what tool should I use to..." OR "install/run/use <tool> to ..." for research/lit-review work: automating a survey or related-work section, PDF→Markdown extraction for LLMs (MinerU/marker/docling), PRISMA / systematic review (ASReview), citation-backed Q&A over PDFs (PaperQA2), wiring papers into Claude/Cursor via MCP (arxiv/paper-search/zotero servers), or chatting with a Zotero library. Ships a launcher (scripts/litrun.py) that installs each tool in an isolated venv and runs it. Curated catalog of 70+ vetted projects. 支持中英文(用于「文献综述工具选型」与「一键安装/运行」)。
development
Route empirical-research requests through the Auto-Empirical Research Skills catalog when this whole repository is installed as one skill in Codex, CodeBuddy, Claude Code, or another IDE. Use to choose and load the right vendored AERS skill for causal inference, econometrics, replication, data acquisition, manuscript writing, peer review and referee responses, citation checking, de-AIGC editing, or full empirical-paper workflows without reading the entire repository at once.
documentation
Use when the project collects primary data or runs a field, lab, or survey experiment, before the intervention begins — write the pre-analysis plan, size the sample from a power calculation, and register with the AEA RCT Registry. Apply after the design is chosen in aer-identification and before any outcome data are seen.
tools
Guide economists to authoritative data sources with explicit, confirmed data specifications before retrieval; interfaces with Playwright MCP to navigate portals and extract real data, not articles about data.