arxiv-cli

Route arXiv research workflows through a unified CLI for search, reading, and scaffolding.

9|1|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/teslavia/arxiv-researcher --skill arxiv-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-cli
Source: https://github.com/teslavia/arxiv-researcher/tree/main
Command: npx skills add https://github.com/teslavia/arxiv-researcher --skill arxiv-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires click, and includes assets (resource) components.

What problem does it solve?

This Skill turns arXiv paper research into an end-to-end, reproducible workflow by letting you search, initialize a paper project, produce structured reading notes, generate reproduction artifacts, and scaffold experiments/deployment and contribution materials via one unified CLI entry.

Core Features & Use Cases

  • Unified research pipeline: Runs a single command router that dispatches to arXiv subcommands for search, daily digests, project init, context management, reading/notes tracking, reproduction, lab scaffolds, deployment scaffolds, dataset drafting, and fix/prompt generation.
  • Context-driven operations: Uses an active paper context (by arXiv id / project path) so you can continue a workflow across multiple steps without repeatedly specifying identifiers.
  • Engineering-first outputs: Produces concrete files in a local knowledge base (e.g., SUMMARY.md, REPRODUCTION.md, playground scripts, deployment templates, and contribution templates) to reduce manual glue work.

Quick Start

Use the command arxiv init 2401.12345 to create a local project space for that paper and prepare it for subsequent search, read, repro, and engineering steps.

Frequently Asked Questions about arxiv-cli

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

FAQPage Schema
How do I automate arXiv paper search and reproduction workflows?

The CLI uses an active paper context managed by arXiv id or project path, letting you execute search, read, and reproduction steps sequentially without repeatedly specifying identifiers.

What is the best way to scaffold experiments from arXiv papers?

It scans dependencies for reproduction and produces structured files such as REPRODUCTION.md and SUMMARY.md to reduce manual glue work during experiment scaffolding.

How do I generate structured reading notes for arXiv papers?

The workflow maintains an active paper context so you can continue reading and tracking notes across multiple CLI steps without losing your project state.

Does the arxiv-cli workflow require any specific Python dependencies?

You need click installed to execute the YAML-defined Skill entry point and support context-aware project directory resolution for the research workflow.

Can I manage multiple arXiv paper projects simultaneously?

This allows the CLI to resolve the correct project directory automatically, letting you switch between different paper research and reproduction workflows without identifier conflicts.