← ClaudeAtlas

literature-reviewlisted

Academic literature review. Searches OpenAlex / arXiv / PubMed / Semantic Scholar through one deterministic script, ranks papers by venue and citation count, and builds an evidence table whose quotes are provably taken from the source abstracts. Two modes: survey (10-20 papers from abstracts, one context) and deep (full text of a handful of papers). Use it for requests such as "find the papers on this", "survey the literature", "go through the prior work", "what is known in this field", "read this paper closely", in any language. For market research, technology selection, or anything whose main sources are the general web (statistics, IR filings, reporting), use research-team instead.
tomkd555/research-skill · ★ 0 · Code & Development · score 73
Install: claude install-skill tomkd555/research-skill
# Literature review (literature-review) Academic search is cheap to do well because the metadata is structured. A DOI either resolves or it does not; the venue, the year and the citation count come from the API; the abstract comes back as text. None of that needs an agent's judgement, so no agent does any of it here. `scripts/paper_search.py` performs every API call, de-duplicates across sources, ranks, and grades. What reaches the model's context is a table of roughly one line per paper — a search of 37 papers writes 70 KB to disk and shows about 1 KB. `{TOOL}` below is this skill's `scripts/paper_search.py`; substitute its absolute path at run time. Run everything from the working directory where the deliverable belongs. OpenAlex puts callers who identify themselves on a faster queue. Set `OPENALEX_MAILTO` to a contact address to join it; without the variable the script still works, on the shared queue. **Output language.** The structure is English and only English: the section headings and the confidence labels, in the report and in every message to the user that carries one. The prose follows the language of the request — the evidence `claim` text, the report body, and every message to the user. `quote` stays in the language of the paper. Search in whatever language the literature on the topic is written in — for most fields English — however the report itself reads. ## Modes | Mode | When | Cost | |---|---|---| | survey | "what is known in this field". 10-20 papers