arxiv-article

Convert arXiv HTML articles to Markdown summaries and archive them locally.

5|Updated Jul 25, 2025
One-click install
npx skills add https://github.com/tomzx/agents --skill arxiv-article
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: arxiv-article
Source: https://github.com/tomzx/agents/tree/main/skills/arxiv-article
Command: npx skills add https://github.com/tomzx/agents --skill arxiv-article

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill converts arXiv HTML articles into Markdown, archives the raw content, and returns a concise, structured summary to streamline research and ingestion workflows.

Core Features & Use Cases

  • HTML to Markdown Conversion: Uses pandoc to convert arXiv HTML pages into clean Markdown while preserving formatting.
  • Archiving & Organization: Stores the original article under a user-defined archive directory for easy re-access.
  • Structured Summary: Produces a standardized summary including Title, ID, URL, Authors, Problem, Approach, Key Results, and Takeaway for quick review.
  • Use Case: Research teams can ingest single arXiv HTML articles into their knowledge base with minimal manual steps.

Quick Start

Run the arxiv-article skill with an arXiv HTML URL to download, convert, archive, and summarize the paper.

Frequently Asked Questions about arxiv-article

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert an arXiv HTML article to Markdown for knowledge management?▼

To convert an arXiv HTML article to Markdown, you provide the article URL to generate a clean Markdown version using pandoc, which is then archived locally alongside a structured summary for knowledge management workflows.

What is the best way to summarize academic papers from arXiv automatically?▼

The best way to summarize academic papers from arXiv is to process the HTML URL, which extracts the Title, Authors, Problem, Approach, Key Results, and Takeaway into a standardized summary format.

Do I need pandoc installed to convert arXiv HTML to Markdown?▼

Yes, you need pandoc installed to convert arXiv HTML to Markdown, as the skill enforces pandoc availability as a prerequisite and will abort with a clear error message if it is missing.

How do I archive raw arXiv articles locally for research ingestion?▼

To archive raw arXiv articles locally, you must define an ARXIV_DIRECTORY environment variable, allowing the skill to automatically store the original HTML content and converted Markdown in that specified path.

What structured metadata is extracted when summarizing arXiv papers?▼

When summarizing arXiv papers, the structured metadata extracted includes the Title, ID, URL, Authors, Problem, Approach, Key Results, and Takeaway, providing a concise overview for quick review.

Why does arXiv HTML to Markdown conversion abort with an error?▼

arXiv HTML to Markdown conversion aborts with an error if prerequisites are unmet, specifically when pandoc is unavailable or the ARXIV_DIRECTORY environment variable is not properly set.