Skip to main content

arxiv-reader

Read and analyze arXiv papers by fetching LaTeX source, listing sections, or extracting abstracts. Use when the user mentions arXiv, research papers, preprints, paper IDs like 2301.xxxxx, or wants to read academic publications.

Ir a la instalación

Datos de origen

Repositorio
Prismer-AI/Prismer
Última actividad en el origen
19 de marzo de 2026 a las 07:49
Idioma detectado de SKILL.md
inglés
Estrellas
794
Forks
38

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Explorador de archivos
3 archivos

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
name
arxiv-reader
description
Read and analyze arXiv papers by fetching LaTeX source, listing sections, or extracting abstracts. Use when the user mentions arXiv, research papers, preprints, paper IDs like 2301.xxxxx, or wants to read academic publications.
_source
Canonical source at /skills/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. ## Process 1. **Quick look** — Use `arxiv_abstract` to get a paper's abstract before committing to a full read 2. **Survey structure** — Use `arxiv_sections` to understand the paper's outline 3. **Deep read** — Use `arxiv_fetch` to get the full flattened LaTeX for analysis ## Tools - `arxiv_fetch` — Fetch full flattened LaTeX source. Params: `arxiv_id` (required), `remove_comments`, `remove_appendix`, `figure_paths` - `arxiv_sections` — List all sections and subsections. Params: `arxiv_id` (required) - `arxiv_abstract` — Extract just the abstract. Params: `arxiv_id` (required) **Example:** ```json { "arxiv_id": "2301.00001", "remove_appendix": true } ``` See [canonical skill](/skills/arxiv-reader/SKILL.md) for full tool documentation and parameter details.
Ver en GitHub