Literature Search Arxiv

88TrustedShips scripts

Scientific paper search and full-text retrieval for research discovery on arXiv.

What it does

Installing Literature Search Arxiv equips your assistant with direct programmatic access to the arXiv repository. Instead of relying on training data alone, the assistant can query current preprints, pull metadata like authors and abstracts, and save local copies of documents for detailed analysis.

This utility manages the technical requirements for interacting with arXiv, including rate-limited requests and specific file handling. It transitions the assistant from merely discussing research to actively retrieving and organizing specific papers upon request.

When it earns its place

Reach for it when…

Apply this skill when you need to gather specific scientific papers by identifier, perform keyword-based searches for recent preprints, or download the full-text PDF or LaTeX source code for local evaluation.

Look elsewhere when…

This skill is not suitable for searching behind paywalls, accessing non-arXiv repositories, or performing comprehensive meta-analyses across multiple academic databases simultaneously.

What to say to use it

You never invoke a skill directly — the assistant picks it up when your request matches what it covers. These are the kinds of things that do that.

  • find the most recent papers on transformer architecture
  • download the PDF for this arXiv paper 1706.03762
  • search for articles authored by Yann LeCun on arXiv
  • get me the LaTeX source for this preprint

Install it

Install for all your projects

Copy the skill directory into your personal skills folder. Claude picks it up on its own the next time your request matches what it does — there is nothing to enable.

bash
git clone --depth 1 --branch main https://github.com/google-deepmind/science-skills.git /tmp/science-skills
mkdir -p ~/.claude/skills
cp -r /tmp/science-skills/skills/literature_search_arxiv ~/.claude/skills/literature-search-arxiv

Install for one project only

Put it in the project's own skills folder instead, so it can be committed and shared with everyone working on that repository.

bash
cp -r /tmp/science-skills/skills/literature_search_arxiv .claude/skills/literature-search-arxiv

If a skill of the same name exists in both places, the personal one wins.

Installing on Claude.ai or through the API instead? The full guide covers every surface.

Pair it with an MCP server