research-lit

Search local PDFs, web sources, and arXiv to synthesize research literature reviews.

52|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/Immortalqx/my_codex_skills --skill research-lit-immortalqx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-lit
Source: https://github.com/Immortalqx/my_codex_skills/tree/main/research-lit
Command: npx skills add https://github.com/Immortalqx/my_codex_skills --skill research-lit-immortalqx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Building a grounded picture of prior work on a research topic requires checking local paper collections, searching the web, and querying arXiv separately, then manually de-duplicating and synthesizing the results. ## Core Features & Use Cases - Multi-source paper discovery: Scans local PDF libraries (papers/ or literature/ folders), runs public web searches, and queries the arXiv API through a bundled helper script, then merges and de-duplicates results. - Structured landscape synthesis: Extracts problem, method, results, and relevance for each paper, groups them by research theme, and outputs a comparison table plus a narrative summary of trends and gaps. - Optional PDF download: When enabled, downloads the top-ranked arXiv PDFs into the local library with size validation and duplicate skipping. - Use Case: Ask for a literature review on "test-time scaling for VLM agents" and receive a ranked table of relevant papers with venues, key results, and a summary of open research gaps. ## Quick Start Use the research-lit skill to find and summarize recent papers on diffusion models for video generation.

Frequently Asked Questions about research-lit

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

FAQPage Schema
How do I do a literature review on a research topic with AI?

Provide a topic and the skill scans local PDFs, searches the web, and queries arXiv, then produces a comparison table of papers with venue, method, key results, and relevance. It finishes with a narrative summary of research clusters, trends, and open gaps.

How to search arXiv papers from the command line?

Run the bundled helper with python scripts/arxiv_fetch.py search "your query" --max 10 to get JSON results including title, authors, abstract, categories, and PDF links. You can also pass a bare arXiv ID or id:ARXIV_ID to fetch a specific paper.

Can it search my local PDF paper library?

Yes, it checks a user-provided path first, then papers/ and literature/ folders in the current project. It reads up to 20 local PDFs at the title, abstract, and intro level and de-duplicates them against web and arXiv results.

Does the arXiv helper download PDFs automatically?

No, downloading is disabled by default. Enable it with the arxiv download: true directive, and it fetches only the top-ranked papers up to the configured maximum, skipping files already present and rejecting downloads smaller than 10 KB.

What happens if one paper source is unavailable?

The workflow continues with the remaining sources instead of failing. If local papers are missing or web search is weak, the arXiv helper still provides structured metadata, and results are merged from whichever sources succeed.