PaperBD command-line client.
This repo builds the JavaScript distribution used by the public paperbd npm package.
Paper Breakdown: https://paperbreakdown.com
Recommended installer:
npx install-paperbd@latestInstall or upgrade the CLI:
npx install-paperbd@latestManual skill install:
npx skills add PaperBreakdown/paperbd-cli --skill paperbd-study-paperAuthenticate in your browser:
paperbd loginAfter you complete login, return to the terminal and the CLI will finish automatically.
Show help:
paperbd --helpCheck login status:
paperbd statusList your available papers:
paperbd papersCheck your remaining usage:
paperbd usageAsk about a paper by arXiv ID:
paperbd ask --arxiv 2401.1234 --query "What training setup did they use?"paperbd ask returns relevant PDF passages for the paper and query.
It also automatically tries to add the paper to your accessible paper list.
Log out:
paperbd logoutpaperbd paperslists the papers you currently have access to.paperbd usageshows your remaining paper analyses, remaining CLI requests, and when the quota resets.- Paper analysis means accessing new papers you have never read with Paper Breakdown.
- CLI requests means every successful CLI query reduces that count.
- If a paper is not already available to your account,
paperbd askwill try to add it automatically.