bibtex-builder

Convert URLs and .bib files into sorted BibTeX entries with abstracts.

1|Updated May 12, 2026
One-click install
npx skills add https://github.com/MoxyWolfLLC/moxywolf-plugins --skill bibtex-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bibtex-builder
Source: https://github.com/MoxyWolfLLC/moxywolf-plugins/tree/main/plugins/bibtex-builder/skills/bibtex-builder
Command: npx skills add https://github.com/MoxyWolfLLC/moxywolf-plugins --skill bibtex-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

When you need citations for papers, reports, or projects, manually creating and refining BibTeX entries from web sources wastes time and often produces incomplete or inconsistent bibliographies.

Core Features & Use Cases

  • Build BibTeX from web content: Create BibTeX entries from a single URL or a list of URLs by extracting bibliographic metadata and generating a scholarly abstract.
  • Enrich existing bibliographies: Parse an uploaded .bib file and add missing abstract fields (preserving existing fields and content).
  • Standardize citation formatting: Generate consistent citation keys and output BibTeX entries following strict formatting rules, then compile them into a single sorted .bib file.

Quick Start

Use the bibtex-builder skill to generate a bibliography by telling it: “Create a .bib file from these URLs: <paste your links here>, and save it to: <path you want>.”

Frequently Asked Questions about bibtex-builder

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

FAQPage Schema
How do I create BibTeX entries from URLs automatically?

To create BibTeX entries from URLs automatically, provide a single link or a list of links to the bibtex-builder. It fetches web pages, extracts bibliographic metadata, generates AI abstracts, and compiles properly formatted BibTeX entries sorted by citation key.

Can I add missing abstracts to an existing .bib file?

Yes, you can enrich existing BibTeX bibliographies by uploading a .bib file. The tool parses your file, adds AI-generated abstracts to missing fields while preserving existing content, and recompiles the enriched entries into a sorted output.

What is the best way to build a bibliography from a list of web links?

The best way to build a bibliography from web links is to paste your URL list and specify a save path. The system extracts scholarly metadata from each page, applies deterministic citation-key generation, and outputs a unified, sorted .bib file.

Does bibtex-builder overwrite existing fields when enriching references?

No, bibtex-builder does not overwrite existing fields when enriching references. When parsing an uploaded .bib file, it specifically targets missing abstract fields and preserves all existing content, ensuring your current bibliographic data remains intact.

How are citation keys generated for new BibTeX entries?

Citation keys for new BibTeX entries are generated deterministically using strict formatting rules. This ensures consistent citation key generation across your entire bibliography, with the final output compiled into a single file sorted alphabetically by key.

Why do my manually generated BibTeX entries have inconsistent formatting?

Manually generated BibTeX entries often lack consistent formatting and complete metadata. By converting URLs or parsing existing .bib files through automated extraction and strict formatting rules, you get standardized entries with AI-generated abstracts compiled into a sorted file.