arxiv-search-db9a10 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited arxiv-search-db9a10 (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use arXiv as a no-key web_search provider for academic paper discovery when the user asks for papers, preprints, arXiv IDs, authors, categories such as cs.AI, or literature candidates.
This skill queries the official arXiv public API and returns candidate paper metadata, abstracts, authors, categories, abstract URLs, and PDF URLs. Use a fetch or paper-reading workflow after search when the answer needs detailed synthesis from selected papers.
https://arxiv.org/https://info.arxiv.org/help/api/index.htmlhttps://info.arxiv.org/help/api/user-manual.htmlhttps://hermes-agent.nousresearch.com/docs/user-guide/skills/bundled/research/research-arxivResolve the installed ArkSpace package root before running commands. Replace <installed-arkspace-path> with the directory two levels above this loaded SKILL.md, such as /Users/<user>/.claude/plugins/cache/ark-space/ark-space/0.1.2. Use the installed package path, not a repository-relative command.
Check readiness:
python3 <installed-arkspace-path>/scripts/arkspace.py provider check arxiv --capability web_searcharXiv search does not require provider setup or an API key.
Basic paper search:
python3 <installed-arkspace-path>/scripts/arkspace.py web search --provider arxiv "diffusion transformers" --max-results 5 --output jsonSearch by author and category:
python3 <installed-arkspace-path>/scripts/arkspace.py web search --provider arxiv "language agents" \
--author "Yoshua Bengio" \
--category cs.AI \
--max-results 5 \
--output markdownSearch by title:
python3 <installed-arkspace-path>/scripts/arkspace.py web search --provider arxiv "" \
--title "attention is all you need" \
--max-results 3 \
--output jsonFetch specific IDs:
python3 <installed-arkspace-path>/scripts/arkspace.py web search --provider arxiv "" \
--id-list 1706.03762,2402.03268 \
--output jsonUse arXiv field syntax directly when needed:
python3 <installed-arkspace-path>/scripts/arkspace.py web search --provider arxiv "ti:\"retrieval augmented generation\" AND cat:cs.CL" --max-results 10exa-search when the task mixes papers with broader web sources, repositories, technical docs, or semantic discovery outside arXiv.tavily-research or exa-answer when the user asks for a synthesized research report rather than a paper candidate list.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.