来源信息
- 仓库
- openags/auto-researcher
- 最近来源活动
- 2026年3月20日 18:36
- 检测到的 SKILL.md 语言
- 英语
- 星标
- 9
- 分支
- 2
安装方式
默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。
检查来源文件
决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。
正在显示 SKILL.md
SKILL.md
来源说明 · 只读预览- name
- search-papers
- description
- Search for academic papers using arXiv and Semantic Scholar
- roles
- ["literature","ags"]
- tools
- ["arxiv","semantic_scholar"]
- triggers
- ["search papers","find papers","literature search","arxiv","semantic scholar"]
- allowed-tools
- Bash(curl *), Read, Write, Grep
- version
- 1.0.0
## Instructions
When the user asks to search for academic papers:
1. Use the `arxiv` tool to search arXiv for relevant preprints
2. Use the `semantic_scholar` tool to find peer-reviewed papers with citation data
3. Combine results, removing duplicates (match by title similarity)
4. Sort by relevance, then by citation count
5. Present results as a structured list with:
- Title, Authors, Year
- Venue (if peer-reviewed)
- Citation count
- arXiv/DOI links
- Brief abstract summary (1-2 sentences)
在 GitHub 查看