citation-management

Manage academic citation lifecycle with metadata retrieval, verification, and style conversion.

17|1|Updated Jun 1, 2026
One-click install
npx skills add https://github.com/jrcjrcc/deepseek-nyamu --skill citation-management-jrcjrcc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: citation-management
Source: https://github.com/jrcjrcc/deepseek-nyamu/tree/main/crates/tui/assets/skills/academic-paper-pipeline/modules/03-citations
Command: npx skills add https://github.com/jrcjrcc/deepseek-nyamu --skill citation-management-jrcjrcc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, bibtexparser, arxiv, semanticscholar, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the academic citation lifecycle, addressing the challenges of citation collection, verification, formatting, and full-text retrieval.

Core Features & Use Cases

  • Citation Collection: Retrieve metadata from DOIs, arXiv IDs, and OpenAlex Work IDs.
  • Verification: Proactively verify citations against Google Scholar and CrossRef to prevent AI-generated hallucinations.
  • Formatting: Convert citations between BibTeX, APA, MLA, Chicago, Vancouver, IEEE, and other formats.
  • Full Text Retrieval: Locate and download open-access full-text versions of paywalled papers via Unpaywall.
  • Use Case: When writing a research paper, use this Skill to quickly collect and verify citations, format them according to the journal's requirements, and retrieve full-text versions of paywalled papers.

Quick Start

Use the citation-management skill to verify and format a citation for a paper with DOI "10.1038/s41586-021-03819-2" and output in APA format.

Frequently Asked Questions about citation-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert BibTeX citations to APA or MLA format automatically?

Citation format conversion from BibTeX to APA, MLA, Chicago, Vancouver, or IEEE is handled automatically by retrieving metadata from DOIs or arXiv IDs and mapping it to the target style.

How can I verify academic references to prevent AI hallucinated citations?

Verify academic references by cross-checking metadata against Google Scholar and CrossRef databases to ensure cited papers exist and match the original source details accurately.

How do I retrieve open access full text for paywalled papers using a DOI?

Full text retrieval for paywalled papers is achieved by querying the Unpaywall API with a DOI to locate and download open-access versions of the document.

Can I collect citation metadata directly from arXiv IDs and OpenAlex Work IDs?

Yes, citation collection supports automated metadata retrieval directly from arXiv IDs, OpenAlex Work IDs, and DOIs to build verified bibliography entries.

Does this citation management approach integrate with LaTeX and Markdown workflows?

Yes, the citation lifecycle integrates with LaTeX and Markdown workflows, allowing seamless insertion of formatted references and BibTeX entries into academic documents.