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

searchapi-scholar-searchsearchapi 学者搜索

Agent Skill

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

总安装

9,055

周安装

385

GitHub Stars

公开资料未说明

下载量

3,172
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install searchapi-scholar-search

简介

searchapi-scholar-search 使用 SerpApi/SearchAPI 进行学术论文与网络证据检索。

  • 适用于科研文献调研、引用溯源与学术写作支持任务。
  • 可返回带 DOI、作者与发表信息的结构化论文列表。
  • 需配置有效 API 密钥并遵守服务商调用频次限制。
  • 建议优先选择开放获取资源,兼顾合法性与可访问性。

SKILL.md

name
searchapi-scholar-search
description
Academic paper discovery and evidence-oriented web search using a SerpApi/SearchAPI-compatible key. Use when the user asks for Google Scholar retrieval, paper/title/DOI/source verification, related-work discovery, foreign-language literature collection, or structured research leads for reviews, proposals, theses, and faculty/student research tasks; especially when emphasizing paper search over general web search.
metadata
{"openclaw":{"requires":{"bins":["node"],"env":["SERPAPI_API_KEY","SEARCHAPI_API_KEY"]}},"clawdbot":{"emoji":"📚","requires":{"bins":["node"],"env":["SERPAPI_API_KEY","SEARCHAPI_API_KEY"]},"primaryEnv":"SERPAPI_API_KEY"}}

SearchAPI Scholar Search

Use this skill for paper-first retrieval. Prefer scholar-search.mjs when the user needs academic literature, candidate references, DOI clues, citation signals, or source verification for scholarly work.

This skill is especially good for:

  • discovering English-language papers from a topic or question
  • finding classic / highly cited papers quickly
  • building an initial literature pool for a review, thesis, proposal, or grant application
  • checking whether a paper title, source, year, or DOI is plausible
  • finding official landing pages, publisher pages, repositories, and supporting evidence on the web

What this skill can do

1) Scholar-based paper retrieval

Run:

node {baseDir}/scripts/scholar-search.mjs "query"
node {baseDir}/scripts/scholar-search.mjs "query" -n 10 --year-from 2020 --year-to 2026
node {baseDir}/scripts/scholar-search.mjs "query" --mode review
node {baseDir}/scripts/scholar-search.mjs "query" --mode verify
node {baseDir}/scripts/scholar-search.mjs "query" --json

Returns, when available:

  • paper title
  • authors
  • publication summary / venue clues
  • year
  • best verification link
  • cited-by count
  • snippet
  • DOI / DOI URL when detected or enriched
  • likely paper type (review, systematic-review, primary-study)
  • search refinement suggestions
  • verification hints for downstream checking

Modes:

  • shortlist — default; gives a practical reading shortlist
  • review — emphasizes likely review/survey-style papers for literature review workflows using heuristic title/snippet detection
  • verify — emphasizes title/DOI/source verification for a likely candidate paper or claim

Use this first for:

  • literature discovery
  • related work exploration
  • title verification
  • DOI/source checking
  • identifying representative papers for a topic
  • getting better next-step search suggestions

2) Evidence-oriented web search

Run:

node {baseDir}/scripts/web-search.mjs "query"
node {baseDir}/scripts/web-search.mjs "query" --json

Use this after Scholar search to find:

  • publisher landing pages
  • DOI pages
  • institutional repositories
  • lab/project pages
  • author homepages
  • non-paper evidence related to a research topic

Recommended workflow

A. Build a candidate paper pool

Start with Scholar search using 1-3 focused queries. Example:

node {baseDir}/scripts/scholar-search.mjs "large language models higher education" -n 8 --year-from 2021 --mode shortlist

Then refine queries with:

  • synonyms
  • narrower task terms
  • domain words
  • method names
  • population or setting constraints
  • review / systematic review when you need overview papers first

B. Verify promising items

For strong candidates, use Scholar verify mode or web search on:

  • exact paper title
  • "paper title" DOI
  • "paper title" publisher

This often surfaces the official landing page or repository page.

C. Normalize outputs for downstream use

After retrieval:

  • deduplicate by title / DOI
  • keep official or publisher links when possible
  • retain cited-by counts only as rough influence signals, not quality guarantees
  • convert the final shortlist into the citation format the user needs

Good query patterns

Use patterns like:

  • "topic keyword" method
  • "topic keyword" review
  • "topic keyword" systematic review
  • "topic keyword" site:doi.org via web search when verifying DOI presence
  • exact title queries in quotes for verification

Examples:

node {baseDir}/scripts/scholar-search.mjs "intrusion detection deep learning review" -n 10 --year-from 2020 --mode review
node {baseDir}/scripts/scholar-search.mjs "large language models classroom teaching" -n 10 --year-from 2023 --mode shortlist
node {baseDir}/scripts/scholar-search.mjs '"Attention Is All You Need"' --mode verify
node {baseDir}/scripts/web-search.mjs '"Attention Is All You Need" DOI'

Environment variables

The scripts read the first available key from:

  • SERPAPI_API_KEY
  • SEARCHAPI_API_KEY

No custom base URL override is exposed in this public edition. The skill uses the default SerpApi endpoint for consistency and auditability.

Notes

  • Prefer Scholar search for literature retrieval; use web search for source verification.
  • Keep search batches small to avoid rate limits.
  • DOI enrichment may query the public Crossref API when a DOI is not obvious in the search result.
  • This skill is best used as the front end of a literature workflow: retrieve → verify → deduplicate → format citations.
  • Review/survey detection is heuristic, so verify important claims on the destination page.
  • For publication or academic writing tasks, do not treat search output as final truth without checking the destination page.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

75.33%
按下载量换算2,389

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

可疑

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills