ワンクリックで
arxiv
Search arXiv papers by query, author, category, or identifier using the native Bun client.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Search arXiv papers by query, author, category, or identifier using the native Bun client.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Add a Bun-native YAML agent definition with inheritance, tool policy, and subagent references.
Add a Bun-native messaging channel adapter with lifecycle, webhook, and configuration coverage.
Add a Bun-native LLM provider entry with routing, pricing, headers, limits, and Bun tests.
Add a Bun-native TypeScript tool with schema, registry wiring, policy boundaries, and Bun tests.
Author a Bun-native Xerxes SKILL.md bundle with valid metadata, safe assets, and discovery tests.
Normalize Xerxes Apache-2.0 headers with the native Bun maintenance command and verify TypeScript sources.
| name | arxiv |
| description | Search arXiv papers by query, author, category, or identifier using the native Bun client. |
| version | 0.3.0 |
| tags | ["research","arxiv","papers","academic"] |
| source | bundled |
| subcommands | ["arxiv"] |
Use the native client to query arXiv's public Atom API and render readable paper metadata:
xerxes skill arxiv "GRPO reinforcement learning" --max 10 --sort date
xerxes skill arxiv --author "Yann LeCun" --max 5
xerxes skill arxiv --category cs.AI --sort date
xerxes skill arxiv --id 2402.03300,2401.12345
--sort accepts relevance, date, or updated. The command uses no SDK and no Python process.