arxiv-search

Retrieve arXiv paper metadata via keyword queries and save results as JSONL.

497|38|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/WILLOSCAR/research-units-pipeline-skills --skill arxiv-search-willoscar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-search
Source: https://github.com/WILLOSCAR/research-units-pipeline-skills/tree/main/.codex/skills/arxiv-search
Command: npx skills add https://github.com/WILLOSCAR/research-units-pipeline-skills --skill arxiv-search-willoscar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of finding and retrieving academic papers from arXiv, streamlining the initial phase of literature reviews and research.

Core Features & Use Cases

  • Keyword-based Search: Find papers using specific keywords and exclude irrelevant terms.
  • Metadata Retrieval: Collects essential paper metadata like title, authors, abstract, and publication details.
  • Offline Import: Supports importing existing paper exports for use without an internet connection.
  • Use Case: A researcher needs to gather papers on "LLM agents" published after 2022. This Skill can perform the search, filter results, and save the metadata for further analysis.

Quick Start

Use the arxiv-search skill to find up to 100 papers related to 'LLM agents' and exclude 'survey'.

Frequently Asked Questions about arxiv-search

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

FAQPage Schema
How do I retrieve arXiv paper metadata for a specific keyword query?

To retrieve arXiv paper metadata, use this Skill to perform keyword-based searches, optionally applying exclusion terms and year-based filtering, saving the collected publication details as a JSONL file.

Can I filter literature search results by publication year?

Yes, you can filter literature search results by applying year-based parameters to your keyword query, ensuring the returned arXiv paper metadata strictly matches your specified publication timeframe.

How do I import existing arXiv paper exports for offline metadata retrieval?

For offline metadata retrieval, you can import existing arXiv paper exports directly into the Skill, allowing you to process previously downloaded academic search data without an active internet connection.

What is the best way to exclude irrelevant terms during an academic search for research papers?

To exclude irrelevant terms during an academic search, apply optional exclusion keywords alongside your primary query to filter out unwanted arXiv paper metadata and refine your literature search results.

How many research papers can I discover and save in a single arXiv search?

You can discover and retrieve up to 100 research papers in a single arXiv search, capturing essential metadata like titles, authors, and abstracts, which are then saved in JSONL format.

Does the arxiv-search Skill support metadata enrichment for discovered papers?

Yes, the arxiv-search Skill supports metadata enrichment options, allowing you to augment the basic title, author, and abstract data retrieved from arXiv before saving the final JSONL output.