# arXiv AI Skill
An open-source suite of three [[AI Agent Skills|AI Agent Skill]]s (MIT License) for working with [arXiv](https://arxiv.org) research papers straight from an AI agent. Stdlib Python only, zero dependencies.
## Why
arXiv is where a huge share of AI, physics, and CS research lands first, but keeping up with it by hand is painful: searching, reading dense PDFs, and noticing what's actually new across recurring queries. I packaged the access patterns as reusable [[AI Agent Skills|AI Agent Skill]]s so any compatible agent (e.g., [[Claude Code]]) can discover, digest, and monitor papers on demand.
## Features
Three composable skills:
- **`arxiv-search`** — discover papers matching a query.
- **`arxiv-analyze`** — fetch and summarize a paper, with a tiered markdown → HTML → PDF fallback so it degrades gracefully depending on what's available.
- **`arxiv-monitor`** — track queries over time and return only papers that are new since the last run.
Stdlib Python only, zero dependencies. Works with any [agentskills.io](https://agentskills.io)-compatible agent.
## Installation
One-liner install via the [[AI Agent Skills]] CLI:
```
npx skills add dsebastien/ai-skill-arxiv
```
## Related skills
It pairs with [[Scholar AI Skill]] for broader coverage beyond arXiv (via Semantic Scholar / OpenAlex).
## License
MIT. Contributions and forks welcome.
## References
- Repository: https://github.com/dsebastien/ai-skill-arxiv
- License: https://github.com/dsebastien/ai-skill-arxiv/blob/main/LICENSE
- [[AI Agent Skills]] specification: https://agentskills.io
## Related
- [[My Published AI Skills]]
- [[AI Agent Skills]]
- [[Claude Code]]