citation-management

Extract citation metadata from scholarly sources and convert DOIs to BibTeX.

15|2|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/rubensliv/k-dense-ai --skill citation-management-rubensliv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: citation-management
Source: https://github.com/rubensliv/k-dense-ai/tree/main/scientific-skills/citation-management
Command: npx skills add https://github.com/rubensliv/k-dense-ai --skill citation-management-rubensliv

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, scholarly, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the discovery, extraction, and verification of scholarly references to streamline citation management for researchers and writers.

Core Features & Use Cases

  • Search & metadata extraction: Locate papers via Google Scholar and PubMed and retrieve authoritative metadata (title, authors, year, journal, DOI, etc.).
  • Citation validation & BibTeX generation: Validate DOIs and metadata, format citations, and generate clean BibTeX entries ready for LaTeX manuscripts.
  • End-to-end workflows: Combine search, extraction, validation, and BibTeX formatting into reproducible literature-review pipelines.

Quick Start

Run the tool on a topic to fetch matching papers and generate BibTeX entries.

Frequently Asked Questions about citation-management

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

FAQPage Schema
How do I convert a DOI to a BibTeX entry for a LaTeX manuscript?

You can convert a DOI to BibTeX by validating the DOI against authoritative metadata sources like Crossref, then formatting the extracted title, authors, and journal fields into a clean BibTeX entry ready for LaTeX manuscripts.

What's the best way to extract citation metadata from Google Scholar and PubMed?

Extracting citation metadata from Google Scholar and PubMed is best handled by automating search queries to retrieve authoritative fields like title, authors, year, journal, and DOI. This Skill locates papers and structures the metadata for reproducible literature reviews.

Can I automate the entire literature review workflow from search to BibTeX generation?

Yes, you can automate the literature review workflow by chaining search, metadata extraction, validation, and BibTeX formatting into a single reproducible pipeline, streamlining manuscript readiness from raw topic query to formatted references.

Does this citation management approach validate DOIs against Crossref?

Yes, citation validation involves checking DOIs and retrieved metadata against authoritative sources like Crossref to ensure reference accuracy before formatting them into BibTeX entries for manuscript preparation.

Do I need Python dependencies to run searches and generate BibTeX entries?

Yes, you need Python dependencies including requests and scholarly to run automated Google Scholar and PubMed searches, retrieve metadata, validate DOIs, and generate BibTeX entries through the provided reproducible scripts.