Agent skill
arxiv
Search arXiv for papers and extract knowledge into memory. Use `search` to find papers, `learn` to extract knowledge.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/arxiv
Metadata
Additional technical details for this skill
- short description
- arXiv paper search and knowledge extraction
SKILL.md
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
./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
./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
# 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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?