lumi-research-discover

Discover and rank candidate research sources from arXiv, Semantic Scholar, and OpenAlex into a reviewable shortlist.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/MathematicGuy/team-006-vin20k --skill lumi-research-discover-mathematicguy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: lumi-research-discover
Source: https://github.com/MathematicGuy/team-006-vin20k/tree/main/lumina-wiki/.agents/skills/lumi-research-discover
Command: npx skills add https://github.com/MathematicGuy/team-006-vin20k --skill lumi-research-discover-mathematicguy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Finding relevant papers and web sources for a research topic requires manually searching multiple academic databases, deduplicating results against what you already have, and judging relevance — a slow, error-prone process. This Skill automates candidate discovery, deduplication, and ranking, then stops at a human-reviewable shortlist before anything is ingested. ## Core Features & Use Cases - Multi-source discovery: Fetches candidates from arXiv, Semantic Scholar, OpenAlex, Wikipedia, and DeepXiv using topic, anchor-paper, or wiki-context seed modes. - Deduplication and ranking: Excludes already-ingested sources via external identifiers (DOI, arXiv, S2, URL), scores candidates with discover.py, and adds human-readable rationales and risk notes. - Purpose-aligned shortlist: Judges each candidate against the project's stated purpose, classifies items as ready/maybe/skip, and checkpoints the shortlist for later ingestion via /lumi-ingest. - Use Case: A researcher starting a literature review on retrieval-augmented generation runs the skill with a topic query, receives 5-10 ranked, deduplicated candidates with provenance estimates, and picks which ones to ingest. ## Quick Start Ask the assistant to discover candidate sources for your research topic, for example: "Find and rank recent papers about retrieval-augmented generation for my wiki."

Frequently Asked Questions about lumi-research-discover

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

FAQPage Schema
How do I find relevant research papers for a topic automatically?▼

Run the discovery workflow with a topic query, which fetches candidates from arXiv, Semantic Scholar, and OpenAlex, then ranks them by citation count, recency, and topic overlap. You receive a shortlist of 5-10 items with scores and rationales to approve before ingestion.

How to discover papers related to a known paper or DOI?▼

Use anchor mode with the paper's arXiv ID, Semantic Scholar ID, or DOI. The skill fetches citations, references, and recommendations through the Semantic Scholar and OpenAlex fetcher tools, then deduplicates and ranks the results.

Does this skill download PDFs or ingest sources automatically?▼

No. Discovery only writes metadata JSON to raw/discovered/ and presents a shortlist for approval. PDF downloading and ingestion happen separately through the /lumi-ingest skill after you select candidates.

How are duplicate papers detected across arXiv and DOI identifiers?▼

The skill builds an exclusion set from existing sources' external_ids (DOI, arXiv, S2, URL, OpenAlex) and normalized titles. Cross-walked identifiers are matched, so a DOI like 10.48550/arXiv.<id> also excludes its arXiv form.

What are the limitations of automated source discovery?▼

Candidates may have missing abstracts, weak topic overlap, or metadata-only records for closed-access papers. The skill flags these risks and marks off-purpose or duplicate items as maybe or skip rather than silently including them.