Broad drift audit against origin/main (b52b63396).
Reference pages (most user-visible drift):
- slash-commands: add /busy, /curator, /footer, /indicator, /redraw, /steer
that were missing; drop non-existent /terminal-setup; fix /q footnote
(resolves to /queue, not /quit); extend CLI-only list with all 24
CLI-only commands in the registry
- cli-commands: add dedicated sections for hermes curator / fallback /
hooks (new subcommands not previously documented); remove stale
hermes honcho standalone section (the plugin registers dynamically
via hermes memory); list curator/fallback/hooks in top-level table;
fix completion to include fish
- toolsets-reference: document the real 52-toolset count; split browser
vs browser-cdp; add discord / discord_admin / spotify / yuanbao;
correct hermes-cli tool count from 36 to 38; fix misleading claim
that hermes-homeassistant adds tools (it's identical to hermes-cli)
- tools-reference: bump tool count 55 -> 68; add 7 Spotify, 5 Yuanbao,
2 Discord toolsets; move browser_cdp/browser_dialog to their own
browser-cdp toolset section
- environment-variables: add 40+ user-facing HERMES_* vars that were
undocumented (--yolo, --accept-hooks, --ignore-*, inference model
override, agent/stream/checkpoint timeouts, OAuth trace, per-platform
batch tuning for Telegram/Discord/Matrix/Feishu/WeCom, cron knobs,
gateway restart/connect timeouts); dedupe the Cron Scheduler section;
replace stale QQ_SANDBOX with QQ_PORTAL_HOST
User-guide (top level):
- cli.md: compression preserves last 20 turns, not 4 (protect_last_n: 20)
- configuration.md: display.platforms is the canonical per-platform
override key; tool_progress_overrides is deprecated and auto-migrated
- profiles.md: model.default is the config key, not model.model
- sessions.md: CLI/TUI session IDs use 6-char hex, gateway uses 8
- checkpoints-and-rollback.md: destructive-command list now matches
_DESTRUCTIVE_PATTERNS (adds rmdir, cp, install, dd)
- docker.md: the container runs as non-root hermes (UID 10000) via
gosu; fix install command (uv pip); add missing --insecure on the
dashboard compose example (required for non-loopback bind)
- security.md: systemctl danger pattern also matches 'restart'
- index.md: built-in tool count 47 -> 68
- integrations/index.md: 6 STT providers, 8 memory providers
- integrations/providers.md: drop fictional dashscope/qwen aliases
Features:
- overview.md: 9 image models (not 8), 9 TTS providers (not 5),
8 memory providers (Supermemory was missing)
- tool-gateway.md: 9 image models
- tools.md: extend common-toolsets list with search / messaging /
spotify / discord / debugging / safe
- fallback-providers.md: add 6 real providers from PROVIDER_REGISTRY
(lmstudio, kimi-coding-cn, stepfun, alibaba-coding-plan,
tencent-tokenhub, azure-foundry)
- plugins.md: Available Hooks table now includes on_session_finalize,
on_session_reset, subagent_stop
- built-in-plugins.md: add the 7 bundled plugins the page didn't
mention (spotify, google_meet, three image_gen providers, two
dashboard examples)
- web-dashboard.md: add --insecure and --tui flags
- cron.md: hermes cron create takes positional schedule/prompt, not
flags
Messaging:
- telegram.md: TELEGRAM_WEBHOOK_SECRET is now REQUIRED when
TELEGRAM_WEBHOOK_URL is set (gateway refuses to start without it
per GHSA-3vpc-7q5r-276h). Biggest user-visible drift in the batch.
- discord.md: HERMES_DISCORD_TEXT_BATCH_SPLIT_DELAY_SECONDS default
is 2.0, not 0.1
- dingtalk.md: document DINGTALK_REQUIRE_MENTION /
FREE_RESPONSE_CHATS / MENTION_PATTERNS / HOME_CHANNEL /
ALLOW_ALL_USERS that the adapter supports
- bluebubbles.md: drop fictional BLUEBUBBLES_SEND_READ_RECEIPTS env
var; the setting lives in platforms.bluebubbles.extra only
- qqbot.md: drop dead QQ_SANDBOX; add real QQ_PORTAL_HOST and
QQ_GROUP_ALLOWED_USERS
- wecom-callback.md: replace 'hermes gateway start' (service-only)
with 'hermes gateway' for first-time setup
Developer-guide:
- architecture.md: refresh tool/toolset counts (61/52), terminal
backend count (7), line counts for run_agent.py (~13.7k), cli.py
(~11.5k), main.py (~10.4k), setup.py (~3.5k), gateway/run.py
(~12.2k), mcp_tool.py (~3.1k); add yuanbao adapter, bump platform
adapter count 18 -> 20
- agent-loop.md: run_agent.py line count 10.7k -> 13.7k
- tools-runtime.md: add vercel_sandbox backend
- adding-tools.md: remove stale 'Discovery import added to
model_tools.py' checklist item (registry auto-discovery)
- adding-platform-adapters.md: mark send_typing / get_chat_info as
concrete base methods; only connect/disconnect/send are abstract
- acp-internals.md: ACP sessions now persist to SessionDB
(~/.hermes/state.db); acp.run_agent call uses
use_unstable_protocol=True
- cron-internals.md: gateway runs scheduler in a dedicated background
thread via _start_cron_ticker, not on a maintenance cycle; locking
is cross-process via fcntl.flock (Unix) / msvcrt.locking (Windows)
- gateway-internals.md: gateway/run.py ~12k lines
- provider-runtime.md: cron DOES support fallback (run_job reads
fallback_providers from config)
- session-storage.md: SCHEMA_VERSION = 11 (not 9); add migrations
10 and 11 (trigram FTS, inline-mode FTS5 re-index); add
api_call_count column to Sessions DDL; document messages_fts_trigram
and state_meta in the architecture tree
- context-compression-and-caching.md: remove the obsolete 'context
pressure warnings' section (warnings were removed for causing
models to give up early)
- context-engine-plugin.md: compress() signature now includes
focus_topic param
- extending-the-cli.md: _build_tui_layout_children signature now
includes model_picker_widget; add to default layout
Also fixed three pre-existing broken links/anchors the build warned
about (docker.md -> api-server.md, yuanbao.md -> cron-jobs.md and
tips#background-tasks, nix-setup.md -> #container-aware-cli).
Regenerated per-skill pages via website/scripts/generate-skill-docs.py
so catalog tables and sidebar are consistent with current SKILL.md
frontmatter.
docusaurus build: clean, no broken links or anchors.
300 lines
10 KiB
Markdown
300 lines
10 KiB
Markdown
---
|
|
title: "Arxiv — Search arXiv papers by keyword, author, category, or ID"
|
|
sidebar_label: "Arxiv"
|
|
description: "Search arXiv papers by keyword, author, category, or ID"
|
|
---
|
|
|
|
{/* This page is auto-generated from the skill's SKILL.md by website/scripts/generate-skill-docs.py. Edit the source SKILL.md, not this page. */}
|
|
|
|
# Arxiv
|
|
|
|
Search arXiv papers by keyword, author, category, or ID.
|
|
|
|
## Skill metadata
|
|
|
|
| | |
|
|
|---|---|
|
|
| Source | Bundled (installed by default) |
|
|
| Path | `skills/research/arxiv` |
|
|
| Version | `1.0.0` |
|
|
| Author | Hermes Agent |
|
|
| License | MIT |
|
|
| Tags | `Research`, `Arxiv`, `Papers`, `Academic`, `Science`, `API` |
|
|
| Related skills | [`ocr-and-documents`](/docs/user-guide/skills/bundled/productivity/productivity-ocr-and-documents) |
|
|
|
|
## Reference: full SKILL.md
|
|
|
|
:::info
|
|
The following is the complete skill definition that Hermes loads when this skill is triggered. This is what the agent sees as instructions when the skill is active.
|
|
:::
|
|
|
|
# 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?search_query=all:QUERY&max_results=5"` |
|
|
| Get specific paper | `curl "https://export.arxiv.org/api/query?id_list=2402.03300"` |
|
|
| Read abstract (web) | `web_extract(urls=["https://arxiv.org/abs/2402.03300"])` |
|
|
| Read full paper (PDF) | `web_extract(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?search_query=all:GRPO+reinforcement+learning&max_results=5"
|
|
```
|
|
|
|
### Clean output (parse XML to readable format)
|
|
|
|
```bash
|
|
curl -s "https://export.arxiv.org/api/query?search_query=all:GRPO+reinforcement+learning&max_results=5&sortBy=submittedDate&sortOrder=descending" | python3 -c "
|
|
import sys, xml.etree.ElementTree as ET
|
|
ns = {'a': 'http://www.w3.org/2005/Atom'}
|
|
root = ET.parse(sys.stdin).getroot()
|
|
for i, entry in enumerate(root.findall('a:entry', ns)):
|
|
title = entry.find('a:title', ns).text.strip().replace('\n', ' ')
|
|
arxiv_id = entry.find('a:id', ns).text.strip().split('/abs/')[-1]
|
|
published = entry.find('a:published', ns).text[:10]
|
|
authors = ', '.join(a.find('a:name', ns).text for a in entry.findall('a:author', ns))
|
|
summary = entry.find('a:summary', ns).text.strip()[:200]
|
|
cats = ', '.join(c.get('term') for c in entry.findall('a:category', ns))
|
|
print(f'{i+1}. [{arxiv_id}] {title}')
|
|
print(f' Authors: {authors}')
|
|
print(f' Published: {published} | Categories: {cats}')
|
|
print(f' Abstract: {summary}...')
|
|
print(f' PDF: https://arxiv.org/pdf/{arxiv_id}')
|
|
print()
|
|
"
|
|
```
|
|
|
|
## Search Query Syntax
|
|
|
|
| Prefix | Searches | Example |
|
|
|--------|----------|---------|
|
|
| `all:` | All fields | `all:transformer+attention` |
|
|
| `ti:` | Title | `ti:large+language+models` |
|
|
| `au:` | Author | `au:vaswani` |
|
|
| `abs:` | Abstract | `abs:reinforcement+learning` |
|
|
| `cat:` | Category | `cat:cs.AI` |
|
|
| `co:` | Comment | `co:accepted+NeurIPS` |
|
|
|
|
### Boolean operators
|
|
|
|
```
|
|
# AND (default when using +)
|
|
search_query=all:transformer+attention
|
|
|
|
# OR
|
|
search_query=all:GPT+OR+all:BERT
|
|
|
|
# AND NOT
|
|
search_query=all:language+model+ANDNOT+all:vision
|
|
|
|
# Exact phrase
|
|
search_query=ti:"chain+of+thought"
|
|
|
|
# Combined
|
|
search_query=au:hinton+AND+cat:cs.LG
|
|
```
|
|
|
|
## Sort and Pagination
|
|
|
|
| Parameter | Options |
|
|
|-----------|---------|
|
|
| `sortBy` | `relevance`, `lastUpdatedDate`, `submittedDate` |
|
|
| `sortOrder` | `ascending`, `descending` |
|
|
| `start` | Result offset (0-based) |
|
|
| `max_results` | Number of results (default 10, max 30000) |
|
|
|
|
```bash
|
|
# Latest 10 papers in cs.AI
|
|
curl -s "https://export.arxiv.org/api/query?search_query=cat:cs.AI&sortBy=submittedDate&sortOrder=descending&max_results=10"
|
|
```
|
|
|
|
## Fetching Specific Papers
|
|
|
|
```bash
|
|
# By arXiv ID
|
|
curl -s "https://export.arxiv.org/api/query?id_list=2402.03300"
|
|
|
|
# Multiple papers
|
|
curl -s "https://export.arxiv.org/api/query?id_list=2402.03300,2401.12345,2403.00001"
|
|
```
|
|
|
|
## BibTeX Generation
|
|
|
|
After fetching metadata for a paper, generate a BibTeX entry:
|
|
|
|
{% raw %}
|
|
```bash
|
|
curl -s "https://export.arxiv.org/api/query?id_list=1706.03762" | python3 -c "
|
|
import sys, xml.etree.ElementTree as ET
|
|
ns = {'a': 'http://www.w3.org/2005/Atom', 'arxiv': 'http://arxiv.org/schemas/atom'}
|
|
root = ET.parse(sys.stdin).getroot()
|
|
entry = root.find('a:entry', ns)
|
|
if entry is None: sys.exit('Paper not found')
|
|
title = entry.find('a:title', ns).text.strip().replace('\n', ' ')
|
|
authors = ' and '.join(a.find('a:name', ns).text for a in entry.findall('a:author', ns))
|
|
year = entry.find('a:published', ns).text[:4]
|
|
raw_id = entry.find('a:id', ns).text.strip().split('/abs/')[-1]
|
|
cat = entry.find('arxiv:primary_category', ns)
|
|
primary = cat.get('term') if cat is not None else 'cs.LG'
|
|
last_name = entry.find('a:author', ns).find('a:name', ns).text.split()[-1]
|
|
print(f'@article{{{last_name}{year}_{raw_id.replace(\".\", \"\")},')
|
|
print(f' title = {{{title}}},')
|
|
print(f' author = {{{authors}}},')
|
|
print(f' year = {{{year}}},')
|
|
print(f' eprint = {{{raw_id}}},')
|
|
print(f' archivePrefix = {{arXiv}},')
|
|
print(f' primaryClass = {{{primary}}},')
|
|
print(f' url = {{https://arxiv.org/abs/{raw_id}}}')
|
|
print('}')
|
|
"
|
|
```
|
|
{% endraw %}
|
|
|
|
## Reading Paper Content
|
|
|
|
After finding a paper, read it:
|
|
|
|
```
|
|
# Abstract page (fast, metadata + abstract)
|
|
web_extract(urls=["https://arxiv.org/abs/2402.03300"])
|
|
|
|
# Full paper (PDF → markdown via Firecrawl)
|
|
web_extract(urls=["https://arxiv.org/pdf/2402.03300"])
|
|
```
|
|
|
|
For local PDF processing, see the `ocr-and-documents` skill.
|
|
|
|
## Common Categories
|
|
|
|
| Category | Field |
|
|
|----------|-------|
|
|
| `cs.AI` | Artificial Intelligence |
|
|
| `cs.CL` | Computation and Language (NLP) |
|
|
| `cs.CV` | Computer Vision |
|
|
| `cs.LG` | Machine Learning |
|
|
| `cs.CR` | Cryptography and Security |
|
|
| `stat.ML` | Machine Learning (Statistics) |
|
|
| `math.OC` | Optimization and Control |
|
|
| `physics.comp-ph` | Computational Physics |
|
|
|
|
Full list: https://arxiv.org/category_taxonomy
|
|
|
|
## Helper Script
|
|
|
|
The `scripts/search_arxiv.py` script handles XML parsing and provides clean output:
|
|
|
|
```bash
|
|
python scripts/search_arxiv.py "GRPO reinforcement learning"
|
|
python scripts/search_arxiv.py "transformer attention" --max 10 --sort date
|
|
python scripts/search_arxiv.py --author "Yann LeCun" --max 5
|
|
python scripts/search_arxiv.py --category cs.AI --sort date
|
|
python scripts/search_arxiv.py --id 2402.03300
|
|
python scripts/search_arxiv.py --id 2402.03300,2401.12345
|
|
```
|
|
|
|
No dependencies — uses only Python stdlib.
|
|
|
|
---
|
|
|
|
## Semantic Scholar (Citations, Related Papers, Author Profiles)
|
|
|
|
arXiv doesn't provide citation data or recommendations. Use the **Semantic Scholar API** for that — free, no key needed for basic use (1 req/sec), returns JSON.
|
|
|
|
### Get paper details + citations
|
|
|
|
```bash
|
|
# By arXiv ID
|
|
curl -s "https://api.semanticscholar.org/graph/v1/paper/arXiv:2402.03300?fields=title,authors,citationCount,referenceCount,influentialCitationCount,year,abstract" | python3 -m json.tool
|
|
|
|
# By Semantic Scholar paper ID or DOI
|
|
curl -s "https://api.semanticscholar.org/graph/v1/paper/DOI:10.1234/example?fields=title,citationCount"
|
|
```
|
|
|
|
### Get citations OF a paper (who cited it)
|
|
|
|
```bash
|
|
curl -s "https://api.semanticscholar.org/graph/v1/paper/arXiv:2402.03300/citations?fields=title,authors,year,citationCount&limit=10" | python3 -m json.tool
|
|
```
|
|
|
|
### Get references FROM a paper (what it cites)
|
|
|
|
```bash
|
|
curl -s "https://api.semanticscholar.org/graph/v1/paper/arXiv:2402.03300/references?fields=title,authors,year,citationCount&limit=10" | python3 -m json.tool
|
|
```
|
|
|
|
### Search papers (alternative to arXiv search, returns JSON)
|
|
|
|
```bash
|
|
curl -s "https://api.semanticscholar.org/graph/v1/paper/search?query=GRPO+reinforcement+learning&limit=5&fields=title,authors,year,citationCount,externalIds" | python3 -m json.tool
|
|
```
|
|
|
|
### Get paper recommendations
|
|
|
|
```bash
|
|
curl -s -X POST "https://api.semanticscholar.org/recommendations/v1/papers/" \
|
|
-H "Content-Type: application/json" \
|
|
-d '{"positivePaperIds": ["arXiv:2402.03300"], "negativePaperIds": []}' | python3 -m json.tool
|
|
```
|
|
|
|
### Author profile
|
|
|
|
```bash
|
|
curl -s "https://api.semanticscholar.org/graph/v1/author/search?query=Yann+LeCun&fields=name,hIndex,citationCount,paperCount" | python3 -m json.tool
|
|
```
|
|
|
|
### Useful Semantic Scholar fields
|
|
|
|
`title`, `authors`, `year`, `abstract`, `citationCount`, `referenceCount`, `influentialCitationCount`, `isOpenAccess`, `openAccessPdf`, `fieldsOfStudy`, `publicationVenue`, `externalIds` (contains arXiv ID, DOI, etc.)
|
|
|
|
---
|
|
|
|
## Complete Research Workflow
|
|
|
|
1. **Discover**: `python scripts/search_arxiv.py "your topic" --sort date --max 10`
|
|
2. **Assess impact**: `curl -s "https://api.semanticscholar.org/graph/v1/paper/arXiv:ID?fields=citationCount,influentialCitationCount"`
|
|
3. **Read abstract**: `web_extract(urls=["https://arxiv.org/abs/ID"])`
|
|
4. **Read full paper**: `web_extract(urls=["https://arxiv.org/pdf/ID"])`
|
|
5. **Find related work**: `curl -s "https://api.semanticscholar.org/graph/v1/paper/arXiv:ID/references?fields=title,citationCount&limit=20"`
|
|
6. **Get recommendations**: POST to Semantic Scholar recommendations endpoint
|
|
7. **Track authors**: `curl -s "https://api.semanticscholar.org/graph/v1/author/search?query=NAME"`
|
|
|
|
## Rate Limits
|
|
|
|
| API | Rate | Auth |
|
|
|-----|------|------|
|
|
| arXiv | ~1 req / 3 seconds | None needed |
|
|
| Semantic Scholar | 1 req / second | None (100/sec with API key) |
|
|
|
|
## Notes
|
|
|
|
- arXiv returns Atom XML — use the helper script or parsing snippet for clean output
|
|
- Semantic Scholar returns JSON — pipe through `python3 -m json.tool` for readability
|
|
- arXiv IDs: old format (`hep-th/0601001`) vs new (`2402.03300`)
|
|
- PDF: `https://arxiv.org/pdf/{id}` — Abstract: `https://arxiv.org/abs/{id}`
|
|
- HTML (when available): `https://arxiv.org/html/{id}`
|
|
- For local PDF processing, see the `ocr-and-documents` skill
|
|
|
|
## ID Versioning
|
|
|
|
- `arxiv.org/abs/1706.03762` always resolves to the **latest** version
|
|
- `arxiv.org/abs/1706.03762v1` points to a **specific** immutable version
|
|
- When generating citations, preserve the version suffix you actually read to prevent citation drift (a later version may substantially change content)
|
|
- The API `<id>` field returns the versioned URL (e.g., `http://arxiv.org/abs/1706.03762v7`)
|
|
|
|
## Withdrawn Papers
|
|
|
|
Papers can be withdrawn after submission. When this happens:
|
|
- The `<summary>` field contains a withdrawal notice (look for "withdrawn" or "retracted")
|
|
- Metadata fields may be incomplete
|
|
- Always check the summary before treating a result as a valid paper
|