arxiv-research

Search arXiv papers, extract full text, and generate formatted citations.

6|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/Ray0907/arxiv-research-skill --skill arxiv-research-ray0907
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-research
Source: https://github.com/Ray0907/arxiv-research-skill/tree/main
Command: npx skills add https://github.com/Ray0907/arxiv-research-skill --skill arxiv-research-ray0907

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires beautifulsoup4, httpx, and includes scripts (resource) components.

What problem does it solve?

This Skill removes the manual effort of finding relevant arXiv papers, reading and structuring their content, and generating properly formatted citations for academic writing.

Core Features & Use Cases

  • Connect (Find & Navigate): Search arXiv, fetch paper metadata and full content, and explore related work via citation networks, coauthors, and recommendations.
  • Understand (Comprehend): Produce structured analyses from arXiv paper text (quick summaries, methodology, contributions, critical review, comparisons, literature review organization, evidence evaluation).
  • Evidence (Cite): Generate citations in multiple academic formats (BibTeX, APA, IEEE, ACM, Chicago, RIS) and batch export for reference managers.
  • TikZ (Extract Figures): Extract TikZ/PGFPlots code from arXiv LaTeX sources and optionally output it as compilable LaTeX or structured JSON, then analyze the figures with preset prompts.

Quick Start

Ask your agent to search arXiv for "transformer attention mechanism" and return the top 10 results with citation counts using the connect capability, then generate an APA citation for one selected paper ID.

Frequently Asked Questions about arxiv-research

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

FAQPage Schema
How do I generate citations in APA or BibTeX from arXiv papers?

You can generate citations from arXiv papers by inputting arXiv IDs or URLs to automatically extract metadata and export references in BibTeX, APA, IEEE, ACM, Chicago, or RIS formats for academic writing.

How do I extract TikZ code from arXiv LaTeX sources?

To extract TikZ code from arXiv LaTeX sources, the Skill retrieves the full text and isolates TikZ/PGFPlots snippets, outputting them as compilable LaTeX or structured JSON for figure analysis.

Can I perform a semantic search and literature review on arXiv?

Yes, you can perform semantic search on arXiv to discover papers and produce structured literature reviews by analyzing full text, methodology, and contributions via retrieved content.

Does this arXiv search tool support batch processing and rate limiting?

Yes, the arXiv search tool supports batch modes and implements rate limiting when calling arXiv and Semantic Scholar APIs to retrieve metadata and full content.

What is the best way to organize evidence and summaries from arXiv papers?

The best way to organize arXiv evidence is to retrieve full content via Jina Reader and use SQLite caching to generate structured analyses including quick summaries, methodology, and critical reviews.

Do I need an API key to fetch arXiv metadata and citation networks?

No API key is required for basic arXiv metadata retrieval, though the Skill optionally calls Semantic Scholar APIs to explore citation networks, coauthors, and recommendations.