npx skills add ...
npx skills add lingzhi227/agent-research-skills --skill literature-search
Search academic literature using Semantic Scholar, arXiv, and OpenAlex APIs. Returns structured JSONL with title, authors, year, venue, abstract, citations, and BibTeX. Use when the user needs to find papers, check related work, or build a bibliography.
npx skills add lingzhi227/agent-research-skills --skill literature-search
Search multiple academic databases to find relevant papers.
$ARGUMENTS — The search query (natural language)Key flags: --peer-reviewed-only, --top-conferences, --min-citations N, --venue NeurIPS ICML
Key flags: --bibtex (output .bib format), --rows N
Key flags: --arxiv-id 1706.03762, --metadata, --max-results N
Tier 1: NeurIPS, ICML, ICLR, ACL, EMNLP, NAACL, CVPR, ICCV, ECCV, KDD, AAAI, IJCAI, SIGIR, WWW
Tier 2: AISTATS, UAI, COLT, COLING, EACL, WACV, JMLR, TACL
Tier 3: Workshops, arXiv preprints — mark with (preprint)
Present results as a table + detailed entries with BibTeX keys. Always note preprint status.