citation-formatter

Solid

USE WHEN the user asks to format references for an academic paper or research note. Converts messy DOIs, URLs, or pasted text into APA / IEEE / GB/T 7714 / BibTeX consistently. Verifies the cite key matches the work.

AI & Automation 50 stars 6 forks Updated today MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
57
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# citation-formatter — clean academic citations ## Supported formats | Format | When | |--------|------| | **APA 7** | Social sciences, psychology, health | | **IEEE** | Engineering, computer science | | **GB/T 7714-2015** | Chinese academic papers | | **BibTeX** | LaTeX manuscripts | | **Vancouver** | Medicine | | **Chicago** | Humanities | Default to whichever the surrounding document uses. Ask only if the doc has no existing citations. ## Source inputs you accept - DOI: `10.1038/nature12345` - arXiv ID: `arXiv:2304.12345` - PubMed ID: `PMID: 12345678` - ISBN - Raw URL (publisher page) - Loosely formatted text (author / year / title) For DOI / arXiv / PubMed, prefer to fetch authoritative metadata (`WebFetch` or MCP fetch) rather than guess. Never invent author lists. ## Format templates ### APA 7 (journal article) > Lastname, F. M., & Lastname, F. M. (Year). Title. *Journal Name*, > *Volume*(Issue), pp–pp. https://doi.org/... ### IEEE (journal article) > [N] F. M. Lastname and F. M. Lastname, "Title," *Journal Name*, vol. N, > no. N, pp. pp–pp, Mon. Year, doi: 10.xxxx/xxxxx. ### GB/T 7714-2015 (期刊文章) > [N] 作者. 题名 [J]. 刊名, 年, 卷(期): 页码. ### BibTeX (key generated from first author + year + short title) ```bibtex @article{lastnameYYYYshorttitle, author = {Lastname, Firstname and Lastname, Firstname}, title = {Title of paper}, journal = {Journal Name}, volume = {N}, number = {N}, pages = {pp--pp}, year = {YYYY}, doi = {10.xxxx/xxxxx}, } ...

Details

Author
hesorchen
Repository
hesorchen/muselab
Created
2 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category