Agent Skills
› afx-team/hebb-mind
› arxiv-search
arxiv-search
GitHub用于在arxiv搜索学术文献。通过组合关键词与年份检索,提取标题、作者、摘要及贡献等关键信息,并以结构化表格呈现结果,特别标注与智能体记忆系统相关的论文或综述文章。
Trigger Scenarios
用户需要查找特定主题的学术论文
用户询问某领域的最新研究进展
用户需要获取arxiv上的文献综述
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


