research-lit

Search and synthesize academic papers from Zotero, Obsidian, local PDFs, and web sources.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/zniihgnexy/vid_tokenizer --skill research-lit-zniihgnexy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: research-lit
Source: https://github.com/zniihgnexy/vid_tokenizer/tree/main/.claude/skills/research-lit
Command: npx skills add https://github.com/zniihgnexy/vid_tokenizer --skill research-lit-zniihgnexy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Conducting a literature review requires manually searching multiple sources, reading dozens of papers, and synthesizing findings into a coherent summary. This Skill automates that process by searching your Zotero library, Obsidian notes, local PDF collections, and the web in one unified workflow, then producing a structured literature table with citations. ## Core Features & Use Cases - Multi-Source Search: Queries Zotero (via MCP), Obsidian vaults, local PDF folders, arXiv API, and web search with automatic de-duplication across sources. - Structured Synthesis: Extracts each paper's problem, method, results, and relevance, then groups papers by theme and identifies research gaps. - Citation Export: Pulls BibTeX entries from Zotero for direct use in academic writing. - Use Case: A researcher starting a new project on diffusion models runs the skill to scan their existing Zotero annotations and local PDFs, fill gaps with recent arXiv papers, and receive a comparison table plus a narrative summary of the field. ## Quick Start Ask the assistant to find papers and do a literature review on your research topic, optionally restricting sources with a directive like sources: zotero, web.

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 with AI assistance?▼

Provide a research topic and the skill searches Zotero, Obsidian, local PDFs, and the web, then outputs a structured table of papers with methods, key results, and relevance plus a narrative synthesis of the field.

How to search arXiv papers from the command line?▼

The skill uses an arxiv_fetch.py script to query the arXiv API, returning structured metadata including title, abstract, authors, and categories. If the script is unavailable, it falls back to standard web search.

Does it work without Zotero or Obsidian configured?▼

Yes, the skill degrades gracefully. If Zotero or Obsidian MCP servers are unavailable, it silently skips them and relies on local PDF scanning and web search instead.

Can I limit the literature search to specific sources?▼

Yes, append a sources directive to your query, such as sources: zotero, web, to search only those sources. Valid values are zotero, obsidian, local, web, and all.

Does the skill download arXiv PDFs automatically?▼

No, downloads are disabled by default and only metadata is fetched. Enable downloading with an arxiv download: true directive, which saves up to 5 top-ranked PDFs to your local papers folder.