andyed

Arxiv Search — Development skill for Claude Code

Development community

Search arXiv by free text; surfaces published DOIs ready to verify.

How to install Arxiv Search

Installs to ~/.claude/skills/andyed-science-agent-arxiv-search/SKILL.md

Terminal
mkdir -p ~/.claude/skills/andyed-science-agent-arxiv-search && curl -fsSL https://raw.githubusercontent.com/andyed/science-agent/HEAD/commands/arxiv-search.md -o ~/.claude/skills/andyed-science-agent-arxiv-search/SKILL.md

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

What Arxiv Search does


description: Search arXiv by free text; surfaces published DOIs ready to verify. Args: "query" [--max=10] [--sort=relevance] [--id=2401.12345]

Run the arXiv search:

NODE_PATH="${CLAUDE_PLUGIN_DATA}/node_modules" node "${CLAUDE_PLUGIN_ROOT}/cli.js" arxiv-search $ARGUMENTS

This is the *find* step that pairs with science-agent's *verify* step. It queries the public arXiv API and returns structured metadata — including `arxiv:doi` and `arxiv:journal_ref` when a preprint has be

Alternatives in Development

  • Godogen Source Repo — This repository contains two source trees for the same project: - claude/ — Claude Code source tree - codex/ 2.8k ★
  • Claudecode — Open Source ClaudeCode Leaked 1k ★
  • Arstart — AgentRecall session opener — status board (no args), project loader ( ), or cold-start bootstrap 370 ★

Full documentation available on GitHub

View Source Repository