paper-search
仓库创建 2026年2月25日最近提交 24 天前SkillHot 收录 21 天前
▸ 精选理由
快速进行学术文献初筛与引用查找,适合研究起点。
▸ 风险提示
依赖第三方 Serper/Google Scholar API,需密钥且可能受限。
这个 Skill 做什么
通过 Serper API 在 Google Scholar 上搜索学术论文与引用信息。
能直接在 Google Scholar 上帮你找论文和引用,返回摘要、作者、被引次数和原文链接,后台通过 Serper API 拉数据。写文献综述、查证学术论据或找某个领域的经典论文时用最方便。还能按相关度和引用量帮你筛结果,省得翻好几个页面去比对。
▸ 展开 SKILL.md 英文原文
Academic paper search via Google Scholar using Serper API
2.9k
Stars
342
Forks
18
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/open-gitagent/opengap/main/examples/nvidia-deep-researcher/skills/paper-search/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/open-gitagent/opengap/main/examples/nvidia-deep-researcher/skills/paper-search/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Paper Search Search for academic papers and scholarly articles via Google Scholar using the Serper API. ## When to Use - Finding peer-reviewed research on a topic - Locating seminal papers and their citation counts - Searching for systematic reviews and meta-analyses - Grounding claims in academic literature ## How to Use 1. Formulate an academic-style search query 2. Optionally specify year filters to narrow results by publication date 3. Call `paper_search` with the query 4. Review results for relevance, citation count, and recency ## Result Format Results are returned in markdown format: ``` **Title of Paper** Authors: Author A, Author B Year: 2024 | Citations: 142 Snippet: Brie
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有