A compact AI-agent skill for converting DOI links into BibTeX citations via DOI.org.
Created by Dr. J. Staab RESEARCH as a demonstrator for scientific AI skills.
- Extracts a DOI from user input
- Requests BibTeX from DOI.org via content negotiation
- Returns a citation that can be copied into BibTeX / LaTeX workflows
- Avoids inventing missing bibliographic data
Convert this DOI to BibTeX: https://doi.org/10.1108/02640470610689151
@article{Chandrakar_2006,
title={Digital object identifier system: an overview},
volume={24},
ISSN={0264-0473},
url={http://dx.doi.org/10.1108/02640470610689151},
DOI={10.1108/02640470610689151},
number={4},
journal={The Electronic Library},
publisher={Emerald},
author={Chandrakar, Rajesh},
year={2006},
month=July,
pages={445–452}
}SKILL.md Agent skill instructions
README.md Human-readable description
LICENSE MIT license
MIT