Paper Bib banner
s-choung s-choung

Paper Bib

Development community

Description

--- name: paper-bib description: Generate BibTeX entries from DOI or paper title argument-hint: "<DOI, title, or paper-ref output>" allowed-tools: Read, Edit, Write, Bash, Grep --- ## Task User invoked: `/paper-bib $ARGUMENTS` Treat `$ARGUMENTS` as one or more DOIs, paper titles, or pasted `/paper-ref` output. 1. Parse the input to extract DOIs or titles. 2. For each, fetch metadata from Crossref API (`https://api.crossref.org/works/{DOI}`). 3. Format as BibTeX entries following the rules in

Installation

Installs to ~/.claude/skills/s-choung-research-skills-paper-bib/SKILL.md

Terminal
mkdir -p ~/.claude/skills/s-choung-research-skills-paper-bib && curl -fsSL https://raw.githubusercontent.com/s-choung/Research-Skills/HEAD/commands/paper-bib.md -o ~/.claude/skills/s-choung-research-skills-paper-bib/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository