From claude-scholar
Toggles DOI, URL, eprint, and ISBN display in biblatex bibliographies. Useful for showing/hiding identifiers or making them clickable links.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-scholar:bib-doi-toggleThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Apply this skill only to biblatex projects. Natbib and `.bst` styles require style-specific changes; report that limitation instead of guessing.
Apply this skill only to biblatex projects. Natbib and .bst styles require style-specific changes; report that limitation instead of guessing.
\usepackage[...]{biblatex} or \ExecuteBibliographyOptions{...}. If multiple build variants use different settings, ask which one to change.on or off from the request. Ask only when the direction is unspecified.For on, set:
doi=true, url=true, eprint=true, isbn=false
For off, set:
doi=false, url=false, eprint=false, isbn=false
Do not change bibliography data or hyperlink styling. If the request specifically requires clickable links, verify that the project has hyperlink support and report any separate change needed. Build with the project's normal entrypoint when available, then report the edited configuration and compilation result.
npx claudepluginhub yy/claude-scholar --plugin claude-scholarFetches 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.
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.
Sets up and troubleshoots LaTeX environments on Linux/macOS, detects TeX tools like pdflatex/biber/bibtex, analyzes .tex files, installs venue-specific packages (NeurIPS/CVPR) via tlmgr/apt/brew.