semantic-scholar

Search Semantic Scholar for journal and conference papers by topic or identifier.

Updated May 25, 2026
One-click install
npx skills add https://github.com/duypham2801/ThS_LLM --skill semantic-scholar-duypham2801
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: semantic-scholar
Source: https://github.com/duypham2801/ThS_LLM/tree/main/.claude/skills/semantic-scholar
Command: npx skills add https://github.com/duypham2801/ThS_LLM --skill semantic-scholar-duypham2801

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the time-consuming task of manually locating published (venue) papers and checking their citation counts and venue details, especially when you only know the topic (not the exact paper).

Core Features & Use Cases

  • Published-paper discovery: Search for journal and conference papers using Semantic Scholar, including venue name and publication type (journal vs conference).
  • Citation-focused ranking: Surface papers with prominent citation counts so you can quickly identify influential work.
  • Direct paper lookup: Fetch a specific paper by DOI or Semantic Scholar ID when you already know what you’re looking for.
  • arXiv de-duplication awareness: Flags results that also have an arXiv preprint via externalIds.ArXiv, without re-fetching from arXiv.

Quick Start

Use the semantic-scholar skill to find highly cited journal papers on chest X-ray phrase grounding by asking: semantic-scholar "chest x-ray phrase grounding" - type: journal - min-citations: 50 - year: 2022-

Frequently Asked Questions about semantic-scholar

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

FAQPage Schema
How do I find highly cited published papers on a specific research topic?

To find published papers on a specific research topic, search the Semantic Scholar corpus using keywords and apply filters for minimum citation counts, publication year ranges, and sorting options.

Can I look up a specific journal paper using its DOI?

Yes, you can look up a specific journal paper using its DOI. The tool directly fetches exact papers by DOI or Semantic Scholar ID to retrieve concise summaries, venue metadata, and citation analytics.

Does Semantic Scholar search distinguish between journal articles and conference papers?

Yes, Semantic Scholar search distinguishes between journal articles and conference papers. You can filter results by publication type to ensure you only retrieve venue metadata for journals or conferences as needed.

How do literature search tools handle arXiv preprint duplicates?

Literature search tools handle arXiv preprint duplicates by flagging results that also have an arXiv preprint via externalIds.ArXiv. This de-duplication awareness occurs without re-fetching data from arXiv directly.

What do I need to access the Semantic Scholar API for paper discovery?

To access the Semantic Scholar API for paper discovery, you need a resolver fetcher script. This script processes your configurable filters for fields of study, publication types, and result limits to query the corpus.

What are the limitations of using Semantic Scholar for research workflow?

A limitation of using Semantic Scholar for research workflow is that it focuses on published venue papers and metadata rather than fetching full-text PDFs. It is best used for citation analytics and discovery rather than document retrieval.