Agent Skills
› afx-team/hebb-mind
› arxiv-search
arxiv-search
GitHub该技能用于在arXiv上搜索学术文献。通过组合查询获取最新论文,提取标题、作者、摘要等关键信息,并以结构化表格呈现,特别标注与智能体记忆系统相关的论文及综述文章。
触发场景
用户需要查找特定主题的学术论文
用户需要了解某领域的最新研究进展
用户寻找综述或背景资料
安装
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
版本历史
- a8914bb 当前 2026-07-05 12:09


