スキル一覧に戻る
aiskillstore

arxiv-search

by aiskillstore

arxiv-searchは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。

102🍴 3📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


arXiv Search Skill

This skill provides access to arXiv, a free distribution service and open-access archive for scholarly articles in physics, mathematics, computer science, quantitative biology, quantitative finance, statistics, electrical engineering, systems science, and economics.

When to Use This Skill

Use this skill when you need to:

  • Find preprints and recent research papers before journal publication
  • Search for papers in computational biology, bioinformatics, or systems biology
  • Access mathematical or statistical methods papers relevant to biology
  • Find machine learning papers applied to biological problems
  • Get the latest research that may not yet be in PubMed

Skill Scripts

The arxiv_search script accepts the following arguments:

  • First argument (required): Search query string (e.g., "neural networks protein structure", "single cell RNA-seq")
  • --max-papers (optional): Maximum number of papers to retrieve (default: 10)

Usage Pattern

Use the run_skill_script tool to execute the arxiv_search script. For example:

run_skill_script(
    skill_name="arxiv-search",
    script_name="arxiv_search",
    args=["your search query", "--max-papers", "5"]
)

Search for computational biology papers (default 10 results):

run_skill_script(
    skill_name="arxiv-search",
    script_name="arxiv_search",
    args=["protein folding prediction"]
)

Output Format

The script returns formatted results with:

  • Title: Paper title
  • Summary: Abstract/summary text
  • URL: Direct link to the paper on arXiv

Each paper is separated by blank lines for readability.

Features

  • Relevance sorting: Results ordered by relevance to query
  • Fast retrieval: Direct API access with no authentication required
  • Simple interface: Clean, easy-to-parse output
  • No API key required: Free access to arXiv database

Dependencies

This skill requires the arxiv Python package. If not installed, you'll see an error message.

To install the package:

pip install arxiv

The package is not included by default since it's skill-specific. Install it when you first use this skill.

Notes

  • arXiv is particularly strong for:
    • Computer science (cs.LG, cs.AI, cs.CV)
    • Quantitative biology (q-bio)
    • Statistics (stat.ML)
    • 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 in biology

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

+5
最近の活動

3ヶ月以内に更新

+5
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

レビュー

💬

レビュー機能は近日公開予定です