load-paper

Load published papers from Git repositories, staging directories, or arXiv into a local workspace.

14|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/LionSR/AgenticPublicationProtocol --skill load-paper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: load-paper
Source: https://github.com/LionSR/AgenticPublicationProtocol/tree/main/skills/load-paper
Command: npx skills add https://github.com/LionSR/AgenticPublicationProtocol --skill load-paper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of quickly bringing a published research paper into your workspace so you can read, classify, consult methods, and reproduce results without manual downloading and restructuring.

Core Features & Use Cases

  • Import and stage papers: Clones a Git repository at a specific version (optional), accepts a local publication-staging directory, or imports an arXiv paper by ID/URL into an APP-shaped folder structure.
  • Classify APP compatibility: Determines whether a repo is an agent-readable repo, an APP-structured candidate (via AGENTS.md protocol frontmatter), or a verified APP publication (via release tag + APP_PUBLICATION.json manifest verification).
  • Find and bootstrap associated code for reading: In arXiv mode, searches and downloads credible public code repositories to help you consult implementations and reproduction assets.
  • Use case: You have a link or arXiv ID and want your agent to inspect the paper, understand reproduction context, and continue with analysis or discussion using a consistent protocol-shaped layout.

Quick Start

Ask: "Load paper from arXiv https://arxiv.org/abs/2301.07041 into my project."

Frequently Asked Questions about load-paper

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

FAQPage Schema
How do I import an arXiv paper into a local workspace for reproduction?

To import an arXiv paper, you provide the arXiv ID or URL to load the published content into an APP-shaped folder structure, which also bootstraps associated public code repositories for downstream reproduction tasks.

What is APP publication verification for research paper repositories?

APP publication verification is the process of checking tag-bound APP_PUBLICATION.json manifests within a Git repository to classify it as a verified APP publication, an APP-structured candidate, or a non-APP repository.

Can I load a specific version of a paper from a Git repository?

Yes, you can clone a Git repository at a specific version to stage the paper content in a local project workspace, ensuring you consult and reproduce the exact published state of the research.

How does importing an arXiv paper find associated code?

When importing an arXiv paper by ID or URL, the system searches for and downloads credible public code repositories to help consult implementations and reproduction assets alongside the paper content.

What happens if a loaded paper lacks an APP_PUBLICATION.json manifest?

If an APP_PUBLICATION.json manifest is unavailable, the system falls back to classifying the repository as an APP candidate or non-APP while still producing a protocol-shaped local import tree.

Do I need a local publication-staging directory to import a paper?

No, a local publication-staging directory is optional; you can alternatively import papers directly from a Git repository or an arXiv ID/URL into your local project workspace.