Favicon of arxiv

arxiv Skill

AI Agent SkillPythonOpen source

Search arXiv papers by keyword, author, category, or ID. Published by NousResearch in hermes-agent.

Decision snapshot

Is this a fit?

Best for

Research, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

No auth authentication

Setup

Copy skill directory

Project health

5 days ago · MIT license

Considerations

Access note: No auth.

What is arxiv Skill?

Search arXiv papers by keyword, author, category, or ID. Published by NousResearch in hermes-agent. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
100/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Research
  • Research use cases

Declared skill metadata

  • Declared author: Hermes Agent
  • Declared license: MIT
  • Source file: skills/research/arxiv/SKILL.md

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory
  • No auth

Requirements and access

No auth

Security and permissions

Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.

No auth authentication

When to use arxiv Skill

  • Use it for research.

Built with

PythonCopy skill directory

Editorial notes

Source

  • Creator: NousResearch
  • Repository: NousResearch/hermes-agent
  • Skill file: skills/research/arxiv/SKILL.md

What it does

Search arXiv papers by keyword, author, category, or ID.

Skill instructions

arXiv Research Search and retrieve academic papers from arXiv via their free REST API. No API key, no dependencies — just curl. Quick Reference | Action | Command | |--------|---------| | Search papers | curl "https://export.arxiv.org/api/query?searchquery=all:QUERY&maxresults=5" | | Get specific paper | curl "https://export.arxiv.org/api/query?idlist=2402.03300" | | Read abstract (web) | webextract(urls=["https://arxiv.org/abs/2402.03300"]) | | Read full paper (PDF) | webextract(urls=["https://arxiv.org/pdf/2402.03300"]) | Searching Papers The API returns Atom XML. Parse with grep/sed or pipe through python for clean output. Basic search bash curl -s "https://export.arxiv.org/api/query?searchquery=all:GRPO+reinforcement+learning&maxresults=5" Clean output (parse XML to readable format) bash curl -s "https://export.arxiv.org/api/query?searchquery=all:GRPO+reinforcement+learning&maxresults=5&sortBy=submittedDate&sortOrder=descending" | python -c " import sys, xml.etree.ElementTree as ET

Verified compatibility and discovery

Frequently asked questions

What is arxiv?

arxiv is a open-source AI agent skill with Copy skill directory. Search arXiv papers by keyword, author, category, or ID.

Who is arxiv best for?

arxiv is best for reusing agent instructions, scripts, and references, research workflows.

How do I install arxiv?

Install or run arxiv using Copy skill directory. Check arxiv for the latest setup command.

Is arxiv actively maintained?

arxiv may need a closer maintenance check before production use.

Share:

Stars
240,254
Forks
49,174
Last commit
5 days ago
Last verified
Sep 3, 2026
Metadata fetched
Sep 3, 2026
Repository age
1 year
License
MIT

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to arxiv