arxiv-reader
SKILL.md
arxiv-reader
Read and analyze arXiv papers directly from the workspace. Converts LaTeX source into clean text suitable for LLM analysis.
Description
This skill fetches arXiv papers, flattens LaTeX includes, and returns clean text. It works in two modes:
- Standalone mode (default): Downloads directly from arXiv using Node.js built-ins. No Docker or Python required.
- Container mode: Delegates to the arXiv server (port 8082) if available, for faster processing.
Results are cached locally (~/.cache/arxiv-reader/ in standalone, /workspace/.cache/arxiv/ in container) for fast repeat access.
Usage Examples
- "Read the paper 2301.00001 from arXiv"
- "What sections does paper 2405.12345 have?"
- "Get the abstract of 2312.09876"
- "Fetch paper 2301.00001 without the appendix"