arxiv Skill
Search arXiv papers by keyword, author, category, or ID. Published by NousResearch in hermes-agent.
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.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Research
- Research use cases
Technical details
- Install or run with Copy skill directory
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 python3 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" | python3 -c " import sys, xml.etree.ElementTree as
Explore related resources
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.
Auto-fetched from GitHub.