research-lit-search

Searches scholarly literature via citation graphs and keyless academic APIs to map fields and gate novelty.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/mnazaal/dotfiles --skill research-lit-search-mnazaal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-lit-search
Source: https://github.com/mnazaal/dotfiles/tree/main/.agents/skills/research-lit-search
Command: npx skills add https://github.com/mnazaal/dotfiles --skill research-lit-search-mnazaal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Literature reviews and novelty checks often rely on a single keyword search, missing papers that attack the same problem by different methods and leaving no record of what was rejected. This Skill runs a disciplined multi-source sweep across scholarly APIs so related work, research clusters, and gaps are found systematically and recorded verifiably. ## Core Features & Use Cases - Citation-graph recall: Expands searches through citation and reference edges using OpenAlex, OpenCitations, Semantic Scholar, Crossref, Unpaywall, and arXiv, with author expansion as a secondary signal. - Novelty gate: Produces a positioning table of nearest neighbors, a defensible delta, scooping-risk assessment, and a survive/pivot verdict before building a new method. - Author and lab corpus mapping: Resolves author identity, builds verified publication lists, and maps research trajectories ranked by contrastive originality. - Use Case: Before proposing a new retrieval method, ask for a novelty gate on your idea; the Skill searches your own notes first, sweeps external sources along citation edges, and returns a comparison table showing exactly which feature combination no single paper has. ## Quick Start Run a literature search on retrieval-augmented generation evaluation methods and give me a cluster map with representative papers and gaps.

Frequently Asked Questions about research-lit-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I do a literature search for related work on a research topic?

Start with broad and targeted keyword searches, then expand through citation and reference edges of the top results using OpenAlex, OpenCitations, or Semantic Scholar. Cluster results by problem and method, and record both kept and dropped papers with reasons.

How do I check if my research idea is novel before building it?

Run a novelty gate: find the nearest neighbor papers, name the single defining feature each is missing, and render a positioning table with one column per axis the problem demands. End with a survive/pursue or scooped/pivot verdict plus a scooping-risk assessment.

Which scholarly APIs can I use for citation data without an API key?

OpenAlex, OpenCitations, Crossref, Unpaywall, and arXiv all work keyless over HTTP. Semantic Scholar works without a key but shares a rate-limited pool, so it is the fallback when other sources are exhausted.

Why does the arXiv API return an entry titled Error?

A malformed parameter such as a non-integer start value returns HTTP 200 with a single entry whose title is Error. Check for that title before treating any entry as a paper, and fix the request rather than retrying it.

Can I find a free PDF for a paper using its DOI?

Yes, query the Unpaywall API with the DOI and your email address. If is_oa is true, use best_oa_location.url_for_pdf for a legal free copy; the oa_status field indicates whether it is gold, green, hybrid, or bronze open access.

What are the limitations of author-based literature expansion?

Author edges are a weaker topical signal because researchers pivot subfields and co-author across topics. Use author expansion best-first only when citation and reference expansion leaves a coverage gap, capped to a few authors, and flag clusters dominated by one lab.