alphaxiv-search

Search arXiv literature and output compact Neo4j-ready metadata.

1|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/YH-05/quants --skill alphaxiv-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alphaxiv-search
Source: https://github.com/YH-05/quants/tree/main/.claude/skills/alphaxiv-search
Command: npx skills add https://github.com/YH-05/quants --skill alphaxiv-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of performing comprehensive arXiv literature searches without consuming excessive context tokens or missing relevant work, by guiding tool selection and batching strategies to maximize coverage while preserving context.

Core Features & Use Cases

  • Tiered search strategy: prioritize embedding_similarity_search for broad coverage, with guarded use of auxiliary tools to refine results.
  • Batching and deduplication: optimize parallel calls and avoid duplicates when assembling Neo4j-ready results.
  • Knowledge-graph integration: outputs metadata suitable for Source/Topic/Method-like nodes in a graph store to support ontology enrichment.

Quick Start

Run a broad arXiv search using the Tier 1 embedding similarity strategy to fetch the top 5 relevant papers.

Frequently Asked Questions about alphaxiv-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform an arXiv literature search without consuming excessive context tokens?

To perform an arXiv literature search without consuming excessive context tokens, use a tiered embedding similarity search strategy. This approach maximizes coverage by guiding tool selection and batching calls to preserve context.

Can I format arXiv search results directly for Neo4j knowledge graph integration?

Yes, you can format arXiv search results directly for Neo4j knowledge graph integration. The process enforces data formatting requirements to produce a compact, Neo4j-ready set of metadata suitable for Source, Topic, and Method nodes.

What is the best way to batch arXiv searches for a literature review?

The best way to batch arXiv searches for a literature review is to optimize parallel calls with enforced batching strategies. This maximizes search coverage while applying deduplication to avoid duplicate results.

Does embedding similarity search work for knowledge-gap analysis across multiple domains?

Yes, embedding similarity search works for knowledge-gap analysis across multiple domains. It serves as the primary Tier 1 strategy for broad coverage, with guarded use of auxiliary tools to refine results when needed.

Why should I use a tiered search strategy for scientific literature discovery?

You should use a tiered search strategy for scientific literature discovery because it prioritizes embedding similarity search for broad coverage and uses auxiliary tools to refine results. This prevents missing relevant work while preserving context.

Are there limitations when using auxiliary tools to refine arXiv search results?

The main limitation when using auxiliary tools to refine arXiv search results is context token consumption. The skill enforces tool-selection constraints and guarded use of auxiliary tools to prevent excessive token usage during ontology enrichment.