aris-semantic-scholar

Search published journal and conference papers via the Semantic Scholar API with citation counts and venue metadata.

1.1k|116|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/OpenLAIR/dr-claw --skill aris-semantic-scholar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aris-semantic-scholar
Source: https://github.com/OpenLAIR/dr-claw/tree/main/skills/aris-semantic-scholar
Command: npx skills add https://github.com/OpenLAIR/dr-claw --skill aris-semantic-scholar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Finding published, peer-reviewed literature beyond arXiv preprints is difficult when you need citation counts, venue information, and DOI links. This Skill queries the Semantic Scholar API to surface IEEE, ACM, Springer, and other venue papers with structured metadata.

Core Features & Use Cases

  • Filtered Literature Search: Search by topic with default filters for field of study, publication type, year range, and minimum citation count to reduce cross-discipline noise.
  • Single Paper Lookup: Fetch full details for a paper by DOI, Semantic Scholar ID, ArXiv ID, or Corpus ID, including abstract, TLDR, and open-access PDF links.
  • arXiv De-duplication: Detects papers that also exist on arXiv and flags venue-only publications, complementing preprint searches.
  • Use Case: A researcher writing a related-work section needs highly-cited IEEE journal papers on wireless sensing from 2022 onward; the Skill returns a ranked table with citations, DOIs, and TLDR summaries.

Quick Start

Ask the assistant to search Semantic Scholar for published journal and conference papers on your research topic with citation counts and venue details.

Frequently Asked Questions about aris-semantic-scholar

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

FAQPage Schema
How do I search Semantic Scholar for published papers by topic?

Run the skill with a topic query, and it calls the Semantic Scholar graph API search endpoint with default filters for Computer Science and Engineering fields plus journal and conference publication types. Results are returned as a ranked table with citations, venue, and year.

Semantic Scholar vs arXiv for literature search, which should I use?

Use Semantic Scholar for published, peer-reviewed venue papers where citation counts and journal or conference metadata matter. Use arXiv for the latest unrefereed preprints. The two skills complement each other, and this skill flags papers that also exist on arXiv.

Can I look up a single paper by DOI on Semantic Scholar?

Yes, pass a DOI such as 10.1109/TSP.2021.3071210 directly as the argument and the skill fetches full paper details instead of running a search. It also accepts Semantic Scholar IDs, ArXiv IDs, and Corpus IDs.

Why am I getting HTTP 429 rate limit errors from the Semantic Scholar API?

The Semantic Scholar API without a key is limited to roughly one request per second with strict cooldowns. Wait and retry when a 429 occurs, or set the SEMANTIC_SCHOLAR_API_KEY environment variable with a free key for higher limits.

What are the limitations of Semantic Scholar paper search?

Venue filtering requires exact venue names rather than partial matches like IEEE, so publication-type and field-of-study filters are preferred. Some publishers omit TLDR fields and many IEEE papers lack open-access PDFs, so DOI links serve as the fallback.