Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

DOI Citation Skill

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.

What it does

  • 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

Example prompt

Convert this DOI to BibTeX: https://doi.org/10.1108/02640470610689151

Example output

@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}
}

Files

SKILL.md    Agent skill instructions
README.md   Human-readable description
LICENSE     MIT license

License

MIT

About

Compact AI-agent skill for converting DOI links into BibTeX citations via DOI.org

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors