citation-management

Convert bibliographic identifiers into structured BibTeX entries.

1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/Victory-Hugo/S2-Agent-Skill --skill citation-management-victory-hugo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: citation-management
Source: https://github.com/Victory-Hugo/S2-Agent-Skill/tree/main/skills/writing/citation-management
Command: npx skills add https://github.com/Victory-Hugo/S2-Agent-Skill --skill citation-management-victory-hugo

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Citation Management skill automates discovery, extraction, validation, and BibTeX formatting of bibliographic metadata from multiple sources (Google Scholar, PubMed, CrossRef, arXiv), enabling reproducible literature workflows.

Core Features & Use Cases

  • Cross-database search for papers (Google Scholar, PubMed)
  • Metadata extraction (authors, title, year, journal, volume, issue, pages, DOI)
  • BibTeX generation and formatting with validation and deduplication
  • Workflow integration with literature review and scientific writing

Use cases: build publication bibliographies, verify citation accuracy, and generate ready-to-submit BibTeX entries.

Quick Start

Example: extract metadata for a DOI and format it into BibTeX, then validate and integrate into a manuscript workflow.

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 automatically?

Automated citation management tools convert a DOI to a BibTeX entry by querying CrossRef for metadata and formatting the results. This ensures accurate bibliographic data extraction and consistent syntax for research workflows.

Can I search PubMed and Google Scholar for citations and export them together?

Cross-database search tools query PubMed and Google Scholar simultaneously to discover papers and extract metadata. This enables users to export unified, deduplicated BibTeX bibliographies for literature reviews.

What is the best way to validate arXiv IDs and metadata for a bibliography?

Validating arXiv IDs and metadata is best achieved using automated extraction scripts that verify identifier resolution and field consistency. This ensures bibliographies contain accurate author, title, and year data before final formatting.

Does automated citation extraction support duplicate detection across multiple databases?

Automated citation extraction supports duplicate detection across databases like PubMed and Google Scholar by comparing metadata fields during aggregation. This ensures the final BibTeX file contains only unique bibliographic entries.

Why does my BibTeX formatting fail when extracting metadata from URLs?

BibTeX formatting fails when URL metadata extraction encounters incomplete fields or unresolved DOIs. Automated validation checks identify missing bibliographic data like volume or issue numbers, ensuring consistent syntax generation.