cite-management

Extract and validate citation metadata into BibTeX entries from academic databases.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/moonshineTP/ATTT-20252 --skill cite-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cite-management
Source: https://github.com/moonshineTP/ATTT-20252/tree/main/.gemini/skills/cite-management
Command: npx skills add https://github.com/moonshineTP/ATTT-20252 --skill cite-management

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of finding, managing, and validating citations for academic research, ensuring accuracy and efficiency in the publication process.

Core Features & Use Cases

  • Comprehensive Search: Search Google Scholar, PubMed, and other databases for papers and extract metadata.
  • Metadata Extraction: Convert DOIs, PMIDs, arXiv IDs, and URLs to complete citation metadata.
  • BibTeX Formatting: Format and clean BibTeX entries for consistency and correctness.
  • Citation Validation: Validate BibTeX entries for accuracy and completeness.
  • Use Case: Imagine you need to write a literature review. Use this Skill to search for relevant papers, extract metadata, format BibTeX entries, and validate citations for accuracy.

Quick Start

Use the cite-management skill to extract metadata from the DOI '10.1038/s41586-021-03819-2'.

Frequently Asked Questions about cite-management

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

FAQPage Schema
How do I extract citation metadata from a DOI or arXiv ID?

To extract citation metadata from a DOI or arXiv ID, the Skill queries databases like CrossRef and PubMed to fetch complete bibliographic details. It converts identifiers into structured data for academic research.

What is the best way to format and validate BibTeX entries for a bibliography?

The best way to format and validate BibTeX entries is using automated citation management. The Skill parses existing entries, checks for accuracy and completeness, and cleans the formatting to ensure bibliography consistency.

Can I use scholarly and bibtexparser to search Google Scholar and export metadata?

Yes, you can use scholarly to search Google Scholar and bibtexparser to export metadata. The Skill integrates these dependencies to access literature APIs, extract metadata, and format BibTeX entries automatically.

Does this citation management approach support PubMed and CrossRef APIs?

Yes, this citation management approach supports PubMed and CrossRef APIs. It uses requests and biopython to interface with these sources, extracting and validating metadata for academic bibliographies.

How do I automate extracting metadata from URLs for academic research?

To automate extracting metadata from URLs for academic research, the Skill processes web links to identify papers and pulls structured citation data. It integrates with literature APIs to gather and format the required metadata.