arxiv Skill
Search arXiv papers by keyword, author, category, or ID. Published by NousResearch in hermes-agent.
Decision snapshot
Is this a fit?
Research, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
No auth authentication
Copy skill directory
5 days ago · MIT license
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.
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
- Install or run with Copy skill directory
- No auth
Requirements and access
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.
When to use arxiv Skill
- Use it for research.
Built with
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.
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.