general-arxiv-search

Retrieve ArXiv paper metadata using keyword, author, category, and title filters.

144|21|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/learningmatter-mit/AtomisticSkills --skill general-arxiv-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: general-arxiv-search
Source: https://github.com/learningmatter-mit/AtomisticSkills/tree/main/.agents/skills/general-arxiv-search
Command: npx skills add https://github.com/learningmatter-mit/AtomisticSkills --skill general-arxiv-search

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires feedparser, urllib, and includes scripts (resource) components.

What problem does it solve?

This Skill eliminates manual browsing of ArXiv by enabling fast programmatic search and retrieval of paper metadata for literature review and research planning.

Core Features & Use Cases

  • Keyword, author, category, and title search: Combine multiple criteria to narrow results and focus on relevant materials, chemistry, physics, and ML topics.
  • Structured metadata output: Returns key fields such as ID, URL, title, authors, abstract/summary, publication and update dates, categories, DOI (when available), and journal reference.
  • Practical research use cases: Rapidly discover recent work (e.g., MACE force field papers) or compile targeted reading lists (e.g., by a specific author in materials science categories).

Quick Start

Run the skill script to search ArXiv for papers matching a topic and save the results to a JSON file.

Frequently Asked Questions about general-arxiv-search

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

FAQPage Schema
How do I search ArXiv for papers by topic, author, or title?

To search ArXiv for papers by topic, author, or title, use this Skill to query the official ArXiv export API. It applies keyword, author, category, and title filters to retrieve relevant preprints and returns structured metadata for literature discovery.

Can I retrieve structured JSON metadata from the ArXiv API?

Yes, you can retrieve structured JSON metadata from the ArXiv API. The Skill parses feed entries into structured fields including ID, URL, title, authors, abstract, dates, categories, and DOI, optionally persisting the JSON output for downstream agent use.

What is the best way to compile a targeted ArXiv reading list for materials science?

The best way to compile a targeted ArXiv reading list for materials science is using query filters. Combine multiple criteria like specific authors and physics categories to narrow results and save the curated preprint metadata to a JSON file.

Does this ArXiv search method support configurable max results and sorting?

Yes, this ArXiv search method supports configurable max results and sorting. You can specify the maximum number of returned papers and define the sorting order to rapidly discover recent work or compile targeted reading lists efficiently.

What limitations exist when parsing ArXiv API feeds for research discovery?

Limitations when parsing ArXiv API feeds include relying on the availability of the official ArXiv export API. Additionally, metadata fields like DOI and journal reference are only returned when available, which may result in incomplete structured output for some preprints.