Skip to content

v2.1.0 — Initial release

Choose a tag to compare

@O0000-code O0000-code released this 24 May 10:09

Multi-source academic literature discovery as a Skill — for Claude Code, Codex, and any agent that loads the SKILL.md format.

Highlights

  • 14-step recipe in SKILL.md drives every run
  • Five sources with smart routing: OpenAlex (primary) · PubMed (medical / MeSH) · arXiv (preprint freshness) · Semantic Scholar (influential citations) · CrossRef (funder · license · CT#)
  • Four tiers: Quick (5–8 min) · Standard (10–17 min) · Deep (30–45 min) · Audit (2–3 hr)
  • Single-file HTML report — Shadcn aesthetic, three tabs (Findings · Methods · Audit), three hero layouts (Swiss · Editorial · Document), two list densities (Catalog · Index), responsive at 860 px, bilingual UI (EN / 中文 auto-selected from query language), Noto Sans SC inlined, fully offline
  • PRISMA-S 16-item disclosure log for reproducibility
  • No third-party LLM keys — your agent is the LLM; classification via parallel Inline SubAgents (up to 5 per round)
  • Exports: report.html · report.md · papers.csv · papers.bib (BibTeX) · papers.ris · papers.json · execution_log.json · summary.md

Live demo

https://o0000-code.github.io/paper-search-pro/

Install

git clone https://github.com/O0000-code/paper-search-pro.git \
  ~/.claude/skills/paper-search-pro

python3 -m pip install -r ~/.claude/skills/paper-search-pro/scripts/requirements.txt

Five free API keys (~15 min total) — see references/setup.md.

License

Apache License 2.0 — see LICENSE.txt · NOTICE.md · THIRD_PARTY.md.

Vendored from futurehouse/paper-qa (Apache 2.0).