Install
openclaw skills install semanticscholar-search-skillSearch academic papers, authors, and citations with detailed metadata using the Semantic Scholar API, supporting queries, paper details, author profiles, and...
openclaw skills install semanticscholar-search-skillAI-Powered Academic Paper Search Tool - Search academic papers through Semantic Scholar
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.
/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"
/semantic-scholar-search Find papers about "transformer architecture in natural language processing"
/semantic-scholar-search Get detailed information for paper with ID "10.1038/nature12373"
/semantic-scholar-search Get author profile for author ID "1741101"
/semantic-scholar-search Show citations and references for paper "10.1038/nature12373"
Search for papers on Semantic Scholar.
| Option | Description |
|---|---|
--query | Search query string |
--results | Number of results (default: 10) |
--output | Output file path |
--format | Output format: console, json |
Get detailed information about a specific paper.
| Option | Description |
|---|---|
--paper-id | Paper ID or DOI (required) |
--output | Output file path |
--format | Output format: console, json |
Get author details and statistics.
| Option | Description |
|---|---|
--author-id | Author ID (required) |
--output | Output file path |
--format | Output format: console, json |
Get citations and references for a paper.
| Option | Description |
|---|---|
--paper-id | Paper ID or DOI (required) |
--limit | Number of citations/references to return (default: 10) |
--output | Output file path |
--format | Output format: console, json |
标题: Attention Is All You Need
作者: Vaswani, A., et al.
年份: 2017
引用数: 50000+
会议: NeurIPS
摘要: This paper proposes the Transformer architecture...
{
"paperId": "10.1038/nature12373",
"title": "Paper Title",
"abstract": "Paper abstract...",
"year": "2020",
"authors": [{"name": "Author Name", "authorId": "12345"}],
"citationCount": 150,
"venue": "Nature",
"url": "https://www.semanticscholar.org/paper/..."
}