Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

semanticscholar-search-skill语义学者搜索技巧

Agent Skill

semanticscholar-search-skill 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

20,268

周安装

812

GitHub Stars

1

下载量

6,561
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:semanticscholar-search-skill(语义学者搜索技巧)
来源仓库:https://github.com/jackkuo666/semanticscholar-search-skill
安装命令:
openclaw skills install semanticscholar-search-skill
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install semanticscholar-search-skill

简介

深度集成 Semantic Scholar API 的学术资源检索。

  • 返回包含引用关系与作者信息的详细论文数据。
  • 支持批量下载与结构化导出。semanticscholar-search-skill 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 安装命令:openclaw skills install semanticscholar-search-skill。
  • 注意控制请求频率以免触发限流。

SKILL.md

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

{
  "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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

82.64%
按下载量换算5,422

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills