What problem does it solve? Researchers waste time manually searching multiple academic databases and downloading papers one by one, often ending up with corrupted or mismatched PDF files. This Skill automates the two-step loop of literature retrieval and full-text download with built-in integrity verification. ## Core Features & Use Cases - Multi-Source Literature Search: Query Crossref, Medline/PubMed, SemanticScholar, arXiv, and OpenAlex through the jabkit-rs CLI and receive BibTeX entries within 25 seconds. - Four-Tier Download Fallback: Download PDFs by DOI via doi-fetch with automatic degradation across bban.top, Sci-Hub, LibGen, and Anna's Archive, plus proxy rotation for rate limits. - PDF Integrity Verification: Enforce a mandatory magic-number check (first 5 bytes must be %PDF-) and title cross-check via pdfinfo to prevent corrupted or mismatched files from entering your library. - Use Case: Given a .bib file with 50 DOIs, batch-download all full texts, verify each PDF, and merge deduplicated entries into your reference library via lit-import. ## Quick Start Ask the agent to search SemanticScholar for papers on your topic and download the full-text PDF for a given DOI with verification.