← スキル一覧に戻る

arxiv-search
by HanLi0705
lead agent for research
⭐ 1🍴 0📅 2026年1月19日
SKILL.md
name: arxiv-search description: Search arXiv preprint repository for academic papers in physics, mathematics, computer science, and related fields
arXiv Search Skill
This skill provides access to arXiv, a free distribution service and open-access archive for scholarly articles.
When to Use This Skill
Use this skill when you need to:
- Search for academic papers or research articles
- Find preprints before journal publication
- Look up papers in computer science, physics, mathematics, or related fields
- Search for specific topics like "DeepSeek", "machine learning", "neural networks", etc.
- Find the latest research on any technical topic
How to Use
This skill provides a Python script that searches arXiv and returns formatted results.
Basic Usage
Use the shell tool to execute the arXiv search script:
python3 superagent/agent_skills/arxiv-search/arxiv_search.py --query "your search query" [--max-papers N]
Arguments:
query(required): The search query string (e.g., "DeepSeek-V3", "machine learning", "neural networks")--max-papers(optional): Maximum number of papers to retrieve (default: 10)
Examples
Search for DeepSeek papers:
python3 superagent/agent_skills/arxiv-search/arxiv_search.py --query "DeepSeek-V3" --max-papers 5
Search for machine learning papers:
python3 superagent/agent_skills/arxiv-search/arxiv_search.py --query "deep learning" --max-papers 10
Output Format
The script returns formatted results with:
- Title: Paper title
- Summary: Abstract/summary text
Each paper is separated by blank lines for readability.
Dependencies
This skill requires the arxiv Python package. If not installed, use:
pip install arxiv
Notes
- arXiv is particularly strong for computer science (cs.LG, cs.AI, cs.CV), physics, and mathematics
- Papers are preprints and may not be peer-reviewed
- Results include both recent uploads and older papers
- Best for computational/theoretical work
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です