literature-review-toolslisted
Install: claude install-skill brycewang-stanford/lit-review-agent-tools
# Literature Review Tools — Select & Run
A curated, use-case-organized catalog of the strongest **open-source** AI tools for
literature review — **plus a launcher that actually installs and runs the top ones.**
Covers: end-to-end research agents, deep-research / auto-survey generators, autonomous
"idea→paper" systems, citation-backed RAG over PDFs, PRISMA screening, MCP servers,
Zotero/Obsidian integrations, PDF→structured extraction, citation graphs, and
paper-writing / peer-review assistants.
Full source of truth (README, always current star counts): <https://github.com/brycewang-stanford/lit-review-agent-tools>
## Two modes
- **Recommend** — user asks "what should I use to …". Route with the tables below; cite the catalog for details.
- **Run** — user asks to *install / run / use* a specific tool ("turn this PDF into Markdown with MinerU", "ask PaperQA2 about these papers", "set up the arXiv MCP server"). Drive [`scripts/litrun.py`](scripts/litrun.py) via Bash — do not hand the user raw pip commands to copy.
## Run mode — how to drive `scripts/litrun.py`
The launcher installs each supported tool into its own venv under `~/.lit-review-tools/`
(uses `uv` if present, else `python -m venv`) and reads API keys from one shared
`~/.lit-review-tools/.env`. Machine-readable recipes: [`recipes/recipes.json`](recipes/recipes.json).
Typical flow when the user wants to *use* a tool:
1. `python3 scripts/litrun.py doctor` — check toolchain + which API keys are already set.
2. `py