From arxiv-skills
Fetches arXiv papers by category/date into local DB, searches (exact/semantic), views by date, shows stats, and manages database via CLI. Use for research workflows with quant-ph, cs.AI categories.
npx claudepluginhub ultimatile/arxiv-skills --plugin arxiv-skillsThis skill uses the workspace's default tool permissions.
CLI tool for managing arXiv papers with local database storage.
Creates new Angular apps using Angular CLI with flags for routing, SSR, SCSS, prefixes, and AI config. Follows best practices for modern TypeScript/Angular development. Use when starting Angular projects.
Generates Angular code and provides architectural guidance for projects, components, services, reactivity with signals, forms, dependency injection, routing, SSR, ARIA accessibility, animations, Tailwind styling, testing, and CLI tooling.
Executes ctx7 CLI to fetch up-to-date library documentation, manage AI coding skills (install/search/generate/remove/suggest), and configure Context7 MCP. Useful for current API refs, skill handling, or agent setup.
CLI tool for managing arXiv papers with local database storage.
arxiv search queries the local database only. If the database is empty or doesn't contain relevant papers, search will return no results. Always run arxiv fetch first to populate the database with papers from the desired categories and time range.
Download papers and store them in the local database:
arxiv fetch --num-days N --categories CATEGORIES
See arxivterminal-fetch.md for detailed options and examples.
Search papers already fetched into the local database:
arxiv search QUERY
arxiv search -e -l 20 QUERY # experimental semantic search, limit 20
Note: arxiv search launches an interactive UI. It is not suitable for non-interactive (piped/scripted) use.
See arxivterminal-search.md for search options.
arxiv show --days-ago N
See arxivterminal-show.md for details.
arxiv stats
See arxivterminal-stats.md for output format.
arxiv delete-all to reset the database~/Library/Application Support/arxivterminal/papers.db~/Library/Logs/arxivterminal/arxivterminal.logPhysics:
cond-mat.str-el — Strongly Correlated Electronscond-mat.stat-mech — Statistical Mechanicsquant-ph — Quantum Physicshep-th — High Energy Physics (Theory)CS/ML:
cs.AI — Artificial Intelligencecs.LG — Machine Learningcs.CL — Computation and LanguageMath:
math-ph — Mathematical Physicsmath.NA — Numerical Analysis# Step 1: Fetch recent papers into local DB
arxiv fetch --num-days 1 --categories quant-ph,cond-mat.str-el
# Step 2: Search the fetched papers
arxiv search -e -l 20 "variational Monte Carlo"
arxiv fetch --num-days 7 --categories cs.AI,cs.LG,quant-ph
arxiv stats