arxiv-search

varde80/arxiv-zotero-obsidian · updated Apr 8, 2026

$npx skills add https://github.com/varde80/arxiv-zotero-obsidian --skill arxiv-search
0 commentsdiscussion
summary

Search the arXiv repository for academic papers and preprints.

skill.md

arXiv Paper Search Skill

Search the arXiv repository for academic papers and preprints.

Usage

When the user asks to search for papers, use the search script:

cd /Users/varde/code/arxiv-zotero-obsidian && python3 .claude/skills/arxiv-search/scripts/search_arxiv.py --query "SEARCH_TERMS" --max-results 10

Available Options

Option Description Default
--query Search query (required) -
--max-results Maximum results 10
--sort-by Sort: relevance, submitted_date, last_updated relevance
--category arXiv category (e.g., cs.AI, physics.cond-mat) -
--date-from Filter from date (YYYY-MM-DD) -
--date-to Filter until date (YYYY-MM-DD) -
--output Output format: text, json text

Query Syntax

arXiv supports field-specific searches:

  • ti:keyword - Search in title
  • au:name - Search by author
  • abs:keyword - Search in abstract
  • cat:category - Filter by category

Examples

# General topic search
python3 .claude/skills/arxiv-search/scripts/search_arxiv.py --query "quantum machine learning"

# Search by author
python3 .claude/skills/arxiv-search/scripts/search_arxiv.py --query "au:Hinton"

# Search with category filter
python3 .claude/skills/arxiv-search/scripts/search_arxiv.py --query "deep learning" --category "cs.LG"

# Combined query
python3 .claude/skills/arxiv-search/scripts/search_arxiv.py --query "ti:transformer AND abs:attention"

# Recent papers only
python3 .claude/skills/arxiv-search/scripts/search_arxiv.py --query "large language models" --date-from "2024-01-01"

Output Format

The script outputs paper details including:

  • arxiv_id: Unique identifier (use this for downloading)
  • title: Paper title
  • authors: Author names
  • abstract: Paper abstract (truncated in text mode)
  • published: Publication date
  • pdf_url: Direct PDF download link
  • categories: Subject categories

Workflow

  1. Run the search with user's query
  2. Display results in a numbered list
  3. Ask user which paper(s) they want to download/add to Zotero
  4. Note the arxiv_id for use with zotero-add skill

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.737 reviews
  • Isabella Yang· Dec 28, 2024

    arxiv-search has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Dhruvi Jain· Dec 20, 2024

    Registry listing for arxiv-search matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Anaya Tandon· Dec 12, 2024

    arxiv-search fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Rahul Santra· Nov 19, 2024

    arxiv-search reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Amina Harris· Nov 19, 2024

    Solid pick for teams standardizing on skills: arxiv-search is focused, and the summary matches what you get after install.

  • Oshnikdeep· Nov 11, 2024

    Keeps context tight: arxiv-search is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Advait Nasser· Nov 3, 2024

    arxiv-search is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Advait Agarwal· Oct 22, 2024

    Solid pick for teams standardizing on skills: arxiv-search is focused, and the summary matches what you get after install.

  • Pratham Ware· Oct 10, 2024

    We added arxiv-search from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Ganesh Mohane· Oct 2, 2024

    I recommend arxiv-search for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

showing 1-10 of 37

1 / 4