From claude-scholar
Fetches a BibTeX citation from a DOI and optionally adds it to a .bib bibliography. Useful when a user provides a DOI and wants the citation displayed or appended to a bibliography file.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-scholar:doi-bibtexThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```bash
./scripts/doi2bib.sh <DOI>
Paths are relative to this skill's directory.
Accepts bare DOIs (10.1038/nature12373) or full URLs.
.bib files. Ask only when the destination is ambiguous.npx claudepluginhub yy/claude-scholar --plugin claude-scholarFetches BibTeX entries via arXiv API (by ID) or Semantic Scholar API (by title search). Useful when citing papers or generating .bib entries.
Create, merge, and deduplicate BibTeX bibliography files using R (RefManageR, bibtex). Generates entries from DOI/ISBN/arXiv IDs and exports clean sorted .bib files for R Markdown or Quarto projects.
Toggles DOI, URL, eprint, and ISBN display in biblatex bibliographies. Useful for showing/hiding identifiers or making them clickable links.