ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Semanticscholar Search Skill

Skill by jackkuo666

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/jackkuo666/semanticscholar-search-skill
Or

Semantic Scholar Search

AI-Powered Academic Paper Search Tool - Search academic papers through Semantic Scholar

Description

Search for academic papers, get detailed paper information, author profiles, and citation data through Semantic Scholar API. This skill provides comprehensive academic literature search capabilities with rich metadata extraction.

Features

  • Paper Search: Search papers by keywords, titles, or authors
  • Paper Details: Get detailed information including abstract, authors, citations
  • Author Profiles: Retrieve author information, publication count, h-index
  • Citation Analysis: Get citations and references for any paper
  • Rich Metadata: Access venue, publication type, citation counts
  • JSON Output: Export results in JSON format for further processing

Usage

/semantic-scholar-search Search for papers about "deep learning in computer vision"
/semantic-scholar-search Get details for paper ID "10.1038/nature12373"
/semantic-scholar-search Find author information for author ID "1741101"
/semantic-scholar-search Get citations and references for paper "10.1038/nature12373"

Examples

Search Papers

/semantic-scholar-search Find papers about "transformer architecture in natural language processing"

Get Paper Details

/semantic-scholar-search Get detailed information for paper with ID "10.1038/nature12373"

Get Author Profile

/semantic-scholar-search Get author profile for author ID "1741101"

Citation Analysis

/semantic-scholar-search Show citations and references for paper "10.1038/nature12373"

Command Reference

search

Search for papers on Semantic Scholar.

OptionDescription
--querySearch query string
--resultsNumber of results (default: 10)
--outputOutput file path
--formatOutput format: console, json

paper

Get detailed information about a specific paper.

OptionDescription
--paper-idPaper ID or DOI (required)
--outputOutput file path
--formatOutput format: console, json

author

Get author details and statistics.

OptionDescription
--author-idAuthor ID (required)
--outputOutput file path
--formatOutput format: console, json

citations

Get citations and references for a paper.

OptionDescription
--paper-idPaper ID or DOI (required)
--limitNumber of citations/references to return (default: 10)
--outputOutput file path
--formatOutput format: console, json

Output Format

Console Output

标题: Attention Is All You Need
作者: Vaswani, A., et al.
年份: 2017
引用数: 50000+
会议: NeurIPS
摘要: This paper proposes the Transformer architecture...

JSON Format

Metadata

Stars2032
Views1
Updated2026-03-05
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-jackkuo666-semanticscholar-search-skill": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.