Agent Skills
› afx-team/hebb-mind
› arxiv-search
arxiv-search
GitHub用于搜索arxiv学术文献,提取标题、作者、摘要等关键信息并结构化输出。支持多年度查询及特定领域(如智能体记忆系统)的相关性高亮与综述识别。
Trigger Scenarios
需要查找特定主题的学术论文
检索最新或经典的研究文献
获取某领域的综述文章概览
Install
npx skills add afx-team/hebb-mind --skill arxiv-search -g -y
SKILL.md
Frontmatter
{
"name": "arxiv-search",
"arguments": [
{
"name": "query",
"required": true,
"description": "The search topic or keywords"
}
],
"description": "Search arxiv for academic papers on a given topic, return structured summaries",
"user_invocable": true
}
arxiv Paper Search
Search arxiv for academic papers related to the given query.
Instructions
- Use WebSearch to search for:
arxiv ${query}andarxiv ${query} 2024 2025 2026 - For each relevant paper found (up to 10), extract:
- Title
- Authors
- Date
- arxiv URL
- Abstract summary (2-3 sentences)
- Key contributions
- Present results in a structured markdown table
- Highlight papers most relevant to agent memory systems if applicable
- Note any survey/review papers separately as they provide broader context
Version History
- a8914bb Current 2026-07-05 12:09


