Codex skill for building a local paper knowledge base from a bibliography.
It keeps a simple two-folder library:
cite/: one Markdown file per BibTeX entry.paper/: one PDF per accessible paper.
The skill handles citation capture, publisher access, visible-browser HKU eproxy login checks for subscribed content, direct PDF downloads, fallback PDF retrieval, fallback-to-official upgrades, and browser print-to-PDF when the readable article page has no downloadable PDF.
$env:KNOWLEDGE_ROOT = "<absolute path to your knowledge folder>"
python "scripts/save_bibtex_note.py" --cite-dir "$env:KNOWLEDGE_ROOT/cite" --bibtex-file "<entry.bib>"