← ClaudeAtlas

scholar-sidekick-clilisted

Resolve scholarly identifiers (DOI, PMID, PMCID, ISBN, arXiv, ISSN, ADS bibcode, WHO IRIS URL) into formatted citations (10,000+ CSL styles) and bibliography exports (BibTeX, RIS, EndNote, CSV…), and check retraction, open-access, and citation-fabrication status — from the terminal via the `scholar` CLI. Wraps the public REST API; needs Node ≥20 but no API key for the free tier. Use when the user wants to look up, cite, export, or verify a reference by DOI, PMID, PMCID, ISBN, arXiv ID, ISSN, ADS bibcode, or WHO IRIS URL from the terminal — including retraction, open-access, and fabricated-citation checks, or a whole-bibliography audit of a .bib/.ris/CSL-JSON file.
mlava/scholar-sidekick-skills · ★ 0 · Code & Development · score 76
Install: claude install-skill mlava/scholar-sidekick-skills
# Scholar Sidekick (CLI) — Citations, Retraction & Open-Access from the terminal Turn a scholarly identifier into a formatted citation, a bibliography file, or an integrity check (retraction / open-access / fabrication) by running the `scholar` command. The CLI is a thin wrapper over the public Scholar Sidekick REST API. **No API key required** for the free, rate-limited tier — and ergonomic subcommands mean you don't hand-build JSON request bodies. > Sibling skills, same capabilities: use **`scholar-sidekick-api`** if there's no Node runtime (plain `curl`), or **`scholar-sidekick-mcp`** if an MCP host is connected. This skill is the typed-CLI path for Node ≥20. ## When to Use - The user has an identifier (DOI, PMID, PMCID, ISBN, arXiv, ISSN, ADS bibcode, WHO IRIS URL) and wants metadata, a formatted citation, or a bibliography file, **and** the environment has Node ≥20. - "Cite this in APA/Vancouver/Chicago…", "give me a BibTeX/RIS file", "export these refs to a file". - "Has this been retracted?", "is this open access?", "is this citation real / did you make it up?" - "Audit my bibliography" / "check all the references in this .bib file" — a whole reference list at once. - Batch jobs: several identifiers at once, or streaming results as they resolve. - Do NOT use to *search* for papers by topic — that's discovery (see the `arxiv` skill). This assumes you already have an identifier. - Prefer `scholar-sidekick-api` instead when there is no Node runtime, or `scholar-sidekic