Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

semantic-scholar语义学者

Agent Skill

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

总安装

10,359

周安装

436

GitHub Stars

公开资料未说明

下载量

3,628
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install semantic-scholar

简介

接入 Semantic Scholar API 搜索学术论文元数据。

  • 支持作者查找、引文分析与论文集构建。
  • 助力科研背景调研与文献综述撰写。semantic-scholar 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 安装命令:openclaw skills install semantic-scholar。
  • 免费额度有限,商用需申请高级访问权限。

SKILL.md

name
semantic-scholar
description
Search, retrieve, and organize scholarly metadata with the Semantic Scholar APIs. Use when Codex needs to find papers or authors, build paper sets from complex queries, fetch records in batch by IDs, get related-paper recommendations from seed papers, or decide between Graph API, Recommendations API, and Datasets API workflows for Semantic Scholar.

Semantic Scholar

Overview

Choose the right Semantic Scholar API workflow before writing code or issuing requests. Prefer small, field-scoped online calls for interactive search, paper/search/bulk for large retrieval jobs, recommendations when the user already has seed papers, and datasets only for offline or release-based data pulls.

Workflow Decision Tree

Start by classifying the task:

  • Use the Graph API for live paper or author lookup, metadata retrieval, query refinement, and batch fetches by known IDs.
  • Use the Recommendations API when the user already has one or more relevant papers and wants similar or related work.
  • Use the Datasets API when the user needs offline snapshots, release-to-release diffs, or corpus-scale ingestion rather than interactive search.

Then choose the endpoint pattern:

  • Use paper/search for normal interactive search, smaller result sets, ranking, and iterative query tuning.
  • Use paper/search/bulk for large result collection; it uses continuation-token pagination and is the default for broad literature harvesting.
  • Use paper/batch or author/batch when the user already has IDs and wants metadata efficiently.
  • Use author/search for author discovery by name or affiliation-like clues.
  • Use recommendations for "papers like this one" workflows.

Operating Rules

  • Request only the fields needed for the task. Semantic Scholar explicitly supports field projection; smaller field lists are faster and less error-prone.
  • Prefer API key authentication via SEMANTIC_SCHOLAR_API_KEY when available, especially for repeated or larger jobs.
  • Handle pagination explicitly. paper/search and author/search are interactive search flows; paper/search/bulk uses continuation tokens.
  • Add retry and backoff for 429 and transient 5xx responses.
  • Preserve raw results before flattening or post-processing them.
  • For broad discovery, write Boolean-rich queries instead of a single brittle phrase. Use exact phrases only when the user asks for them.
  • Do not route normal search tasks to Datasets API. Use datasets only when the user truly needs offline release files or diffs.

Typical Workflows

Search papers interactively

Use this for "find papers about X", "search by title keywords", or "filter by year/citations/open access".

  • Start with paper/search if the user expects inspection and refinement.
  • Keep fields minimal.
  • If the search must collect many records, switch to paper/search/bulk.
  • Read references/query-recipes.md for query patterns.
  • Read references/graph-api.md for endpoint details.

Harvest a broad paper set

Use this for literature review corpora, screening spreadsheets, or downstream ranking.

  • Prefer scripts/semantic_scholar_bulk_search.py.
  • Save raw output to JSONL and only then export CSV if the user needs tabular review.
  • Expose query, year filter, sort, and field selection as parameters instead of hardcoding them.

Fetch by known IDs

Use paper/batch or author/batch when IDs are already known from previous steps or user input.

  • Batch fetch is usually better than repeated single-record lookups.
  • Ask for only the fields required for the analysis or export.

Expand from seed papers

Use recommendations when the user says things like "find papers similar to this", "expand from these seed papers", or "build a related-work set".

  • Use the Recommendations API instead of trying to approximate similarity with a new keyword query.
  • Keep the seed-paper IDs and result set separate from keyword-search results so provenance stays clear.
  • Read references/recommendations-api.md.

Pull datasets or release diffs

Use the Datasets API only for offline ingestion or change tracking between releases.

  • Read references/datasets-api.md.
  • Confirm storage expectations before downloading large files.
  • Document the exact release identifiers used in the workflow.

References

Script

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

74.29%
按下载量换算2,695

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills