Agent skill · Backend & API

arxiv-viewer

View, search, and download academic papers from arXiv. Supports API queries, web scraping via Actionbook, and HTML paper reading via ar5iv. Use when user asks about arxiv papers, academic papers, research papers, paper summaries, latest papers, or wants to search/download/read papers.

Actionbook1,582★ · +2/wk · 1 repos on radarProfile →
claude-codeApache-2.0
Install
npx skills add actionbook/actionbook --skill arxiv-viewer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 8 KB
Bundled scripts: none
Path: playground/arxiv-viewer/skills/arxiv-viewer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,584 · +2 this week
Language: Rust
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# arXiv Viewer Access, search, download, and read academic papers from arXiv using a hybrid API + Actionbook approach. ## Architecture Overview ``` ┌─────────────────────────────────────────────────────────────┐ │ arxiv-viewer │ ├─────────────────┬─────────────────┬─────────────────────────┤ │ arXiv API │ arxiv.org Web │ ar5iv.org │ │ (WebFetch) │ (Actionbook) │ (Actionbook) │ ├─────────────────┼─────────────────┼─────────────────────────┤ │ • Metadata │ • Latest list │ • Read sections │ │ • Search │ • Trending │ • Extract figures │ │ • By ID lookup │ • Advanced │ • Extract citations │ │ │ search form │ • Get outline │ └─────────────────┴─────────────────┴─────────────────────────┘ ``` ## Tool Priority **By Feature:** | Feature | Primary Tool | Fallback | |---------|--------------|----------| | Paper metadata | WebFetch (API) | browser-fetcher | | Search | WebFetch (API) | browser-fetcher | | Latest papers | browser-fetcher (Actionbook) | WebFetch (API) | | Trending | browser-fetcher (Actionbook) | - | | Advanced search | browser-fetcher (Actionbook) | WebFetch (API) | | Read HTML section | html-reader (Actionbook) | Read (PDF) | | Download PDF | Bash (curl) | - | ## Workflow Rules

What's inside
Steps it walks through
  1. Architecture Overview
  2. Tool Priority
  3. Workflow Rules
  4. ⚠️ Agent Waiting Rule
  5. Data Sources
  6. 1. arXiv API (WebFetch)
  7. 2. arxiv.org Web (Actionbook + agent-browser)
  8. 3. ar5iv.org HTML Papers (Actionbook + agent-browser)
  9. URL Patterns
  10. arXiv ID Formats
  11. Common Categories
  12. Feature Matrix
  13. Output Formats
  14. Paper Info
More from actionbook
All skills →
About this skill
What does the arxiv-viewer skill do?

View, search, and download academic papers from arXiv. Supports API queries, web scraping via Actionbook, and HTML paper reading via ar5iv. Use when user asks about arxiv papers, academic papers, research papers, paper summaries, latest papers, or wants to search/download/read papers.

How do I install it?

Run `npx skills add actionbook/actionbook --skill arxiv-viewer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From actionbook/actionbook, a repository with 1,584 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going