az9713

Arxiv — Development skill for Claude Code

Development community

Fetch and analyze an arXiv research paper, explaining it in plain English.

How to install Arxiv

Installs to ~/.claude/commands/az9713-cerebro-arxiv.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/az9713/cerebro/HEAD/.claude/commands/arxiv.md -o ~/.claude/commands/az9713-cerebro-arxiv.md

Restart Claude Code, or start a new session, for it to be picked up.

What Arxiv does


description: Fetch and analyze an arXiv research paper, explaining it in plain English

Analyze arXiv Research Paper

Fetch and analyze the arXiv paper at: $ARGUMENTS

Steps

  1. Fetch the paper content using WebFetch from the arXiv URL provided
    • If URL is abstract page (arxiv.org/abs/...), fetch that
    • Extract title, authors, abstract, and available content
  2. If fetch fails:
    • Inform user: "Could not fetch content from arXiv"
    • Suggest: "Try copying the abstract ma

Alternatives in Development

Full documentation available on GitHub

View Source Repository