search

Search arXiv and the Web for influential papers on a given topic.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/orangekame3/skills --skill search-orangekame3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: search
Source: https://github.com/orangekame3/skills/tree/main/search
Command: npx skills add https://github.com/orangekame3/skills --skill search-orangekame3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

特定テーマに対して arxiv と Web を横断的に検索し、過去論文を含め自由に探索できる環境を提供します。トレンド(日次新着)だけでなく、関連性の高い論文の発見と比較を一箇所で実現します。

Core Features & Use Cases

  • 跨域検索: arxiv API と Web 検索を組み合わせ、テーマに応じた複数のキーワードパターンで候補を抽出します。
  • 重複排除と優先度付け: 既知論文を除外し、関連性の高い論文を優先表示します。
  • レポート準備: ピックアップ論文を要約リストとして次のレビュー工程へ渡せる形式で整理します。

Quick Start

検索テーマを入力すると、arxiv と Web を横断して関連論文を自動的に抽出してレポートを生成します。

Frequently Asked Questions about search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically search arXiv and the web for influential papers on a given topic?

To automatically search arXiv and the web for influential papers, provide a topic argument and the system uses curl and the arq CLI to extract and deduplicate relevant historical and recent literature.

Can I explore both historical and recent literature for academic research discovery?

Yes, you can explore both historical and recent academic literature for research discovery, applying optional daily trend checks to capture new publications alongside foundational papers.

Do I need curl and the arq CLI to run cross-domain literature searches?

Yes, you need curl and the arq CLI installed to run cross-domain literature searches, as the system relies on these command-line tools to query arXiv APIs and perform web searches.

How does de-duplication work when picking up important papers across multiple search patterns?

De-duplication works by applying multiple keyword patterns during cross-domain searches and filtering out known papers, ensuring only unique, highly relevant literature is prioritized for review.

What is the best way to prepare a summarized literature list for a downstream review process?

The best way to prepare a summarized literature list for review is to let the system organize picked-up papers into a structured format, ready to be passed directly to the next review stage.

Are there rate-limiting precautions when querying arXiv APIs for academic publications?

Yes, the system includes rate-limiting precautions when querying arXiv APIs for academic publications to ensure stable cross-domain searches and prevent request throttling or blocks.