AI Agent Hub
Back to skills
Paper Search and Literature Lookup icon

Paper Search and Literature Lookup

Knowledge Management Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_13555fe3/paper-search1 according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem

When doing research or technical investigation, you often need to confirm whether a direction has enough literature, then check titles, authors, years, citation counts, DOIs, and full-text links one by one. If this is done by switching between browsers and multiple academic sites, it can miss sources and is inconvenient for downstream scripting. This skill compresses common literature-lookup needs into a single natural-language query, useful for early screening before topic selection, review writing, related-work checks, or engineering research.

How It Works

  • Intent input: accepts keywords, research fields, authors, and filters, such as “LLM lightweighting,” “Zhang San deep learning,” “computer vision multimodal,” or “highly cited papers in the last five years.”
  • Multi-source retrieval: queries open academic APIs such as OpenAlex, arXiv, and Crossref in real time, without relying on a local static JSON library, and covers Chinese and English journals, SCI/EI, top conferences, and preprints.
  • Structured output: returns the paper title, publication year, author team, journal or conference source, citation count, DOI, and accessible full-text links such as PDFs or official pages.
  • Programmatic use: run node search.mjs "LLM lightweighting" to search, use --format=json for structured output, and use --limit=3 to control the number of results.

Boundaries

It is best for paper discovery, metadata lookup, and citation positioning, helping you compare candidate papers and obtain DOIs or full-text entries. It does not manage a bulk reference library, parse PDFs deeply, extract figures, generate semantic literature reviews, or convert citations to BibTeX/EndNote formats; those require other tools.

Use Cases

  • Before writing a literature review, search recent papers on lightweight LLMs and collect titles, years, citation counts, DOIs, and links.
  • When checking a professor's recent highly cited papers, retrieve the title, publication year, citation count, and full-text link for each item.
  • When looking for computer-vision multimodal preprints, search arXiv and obtain PDF or official page links for further reading.
  • When calling it programmatically, run a keyword search with a result limit and output JSON so downstream scripts can process the metadata.

Best For

  • Computer-science graduate students starting a thesis topic who need to find related LLM or Transformer papers and DOIs.
  • Engineers writing related work who need to check recent highly cited papers and obtain full-text links.
  • PhD students managing literature review who need to filter candidate papers by author or top-conference preprints.
  • Faculty members choosing interdisciplinary topics who need to check whether relevant research exists in engineering, biomedical, or social science fields.