Zotero-arXiv-Daily is a GitHub Action automation tool that recommends new preprint papers matching your research interests based on your Zotero library.
The tool solves the problem of staying current with relevant research by automatically scanning multiple preprint repositories—including arXiv, bioRxiv, medRxiv, and chemRxiv—and filtering results against papers already in your Zotero collection. It generates AI-powered summaries of candidate papers, resolves author affiliations, and emails you a ranked list of recommendations daily. The system runs entirely within GitHub Actions' free quota for public repositories, requiring no local installation or server maintenance.
Adoption is straightforward for researchers who maintain a Zotero library and want passive discovery of related papers. The tool suits anyone already using Zotero for reference management and willing to fork the repository and configure a few environment variables for GitHub Actions. Setup requires providing your Zotero credentials, SMTP email details, and optionally an LLM API key for generating paper summaries. The tool supports filtering out unwanted papers using glob patterns and can integrate with various LLM providers beyond OpenAI.
The project shows strong adoption signals, with nearly all open issues coming from external users rather than the core team, demonstrating a substantial base of active users reporting real-world problems. Maintainers respond to new issues and pull requests within hours, indicating responsive stewardship of the codebase.