Search arXiv for papers and extract knowledge into memory. Use `search` to find papers, `learn` to extract knowledge.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill arxiv --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Arxiv?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-arxiv-claude-skill-registry)More formats (shields.io, HTML) on the badges page.
---
name: arxiv
description: >
Search arXiv for papers and extract knowledge into memory.
Use `search` to find papers, `learn` to extract knowledge.
allowed-tools: Bash, Read
triggers:
- learn from arxiv
- learn from this paper
- extract knowledge from paper
- find papers on
- search arxiv
- arxiv
metadata:
short-description: arXiv paper search and knowledge extraction
---
# arXiv Skill
Search arXiv and extract knowledge into memory.
## Commands
| Command | Description |
|---------|-------------|
| `search` | Find papers (returns abstracts for triage) |
| `learn` | Extract knowledge into memory |
---
## `search` - Find Papers
```bash
./run.sh search -q "agent memory" -n 5
```
Returns papers with **full abstracts** for quick triage.
| Option | Description |
|--------|-------------|
| `-q` | Search query (required) |
| `-n` | Max results (default: 10) |
| `-c` | Category filter (e.g., cs.LG) |
| `-m` | Papers from last N months |
| `--smart` | LLM translates natural language query |
---
## `learn` - Extract Knowledge
```bash
./run.sh learn 2601.08058 --scope memory
```
Full pipeline: download → distill → interview → store → verify edges.
| Option | Description |
|--------|-------------|
| `--scope` | Memory scope (required) |
| `--context` | Domain focus for relevance |
| `--dry-run` | Preview without storing |
| `--skip-interview` | Auto-accept recommendations |
---
## Happy Path
```bash
# 1. Search - scan abstracts
./run.sh search -q "agent memory systems" -n 5
# 2. Learn - from relevant paper
./run.sh learn 2601.10702 --scope memory --context "agent systems"
```
That's it. Two commands.
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!