โ† All skills
Tencent SkillHub ยท Developer Tools

SemanticScholar Search Skill

Search academic papers, authors, and citations with detailed metadata using the Semantic Scholar API, supporting queries, paper details, author profiles, and...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Search academic papers, authors, and citations with detailed metadata using the Semantic Scholar API, supporting queries, paper details, author profiles, and...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, requirements.txt, semantic_scholar_search.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 16 sections Open source page

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"

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"

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

Console Output

ๆ ‡้ข˜: Attention Is All You Need ไฝœ่€…: Vaswani, A., et al. ๅนดไปฝ: 2017 ๅผ•็”จๆ•ฐ: 50000+ ไผš่ฎฎ: NeurIPS ๆ‘˜่ฆ: This paper proposes the Transformer architecture...

JSON Format

{ "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/..." }

Notes

Semantic Scholar API is free and doesn't require authentication You can use DOI as paper ID (e.g., "10.1038/nature12373") Search results are ranked by relevance Citation counts are updated regularly Some papers may not have abstracts available

Related Skills

sci-data-extractor - Extract data from scientific paper PDFs pubmed-search-skill - Search biomedical literature on PubMed sci-hub-search-skill - Download papers from Sci-Hub

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts1 Files
  • SKILL.md Primary doc
  • README.md Docs
  • semantic_scholar_search.py Scripts
  • requirements.txt Files