CLI tool (arxivterminal) for fetching, searching, and managing arXiv papers locally. Use when working with arXiv papers using the arxivterminal command - fetching new papers by category, searching the local database, viewing papers from specific dates, or managing the local paper database.
This skill inherits all available tools. When active, it can use any tool Claude has access to.
references/arxivterminal-fetch.mdreferences/arxivterminal-management.mdreferences/arxivterminal-search.mdreferences/arxivterminal-show.mdreferences/arxivterminal-stats.mdCLI tool for managing arXiv papers with local database storage.
When you need to download papers from arXiv and store them locally:
arxiv fetch --num-days N --categories CATEGORIESWhen you need to search papers already in your local database:
arxiv search QUERYWhen you need to view papers from a specific time period:
arxiv show --days-ago NWhen you need to check what's in your database:
arxiv statsWhen you need to clean up or reset your database:
arxiv delete-all~/Library/Application Support/arxivterminal/papers.db~/Library/Logs/arxivterminal/arxivterminal.logarxiv fetch --num-days 1 --categories cs.AI,cs.CL
arxiv search -e -l 20 "large language models"
arxiv fetch --num-days 7 --categories cs.AI,cs.LG,cs.CV
arxiv stats