# Paper Download Arxiv Paper Source

> |

- **Type:** Skill
- **Install:** `agentstack add skill-yhbcode000-paper-share-skills-paper-download-arxiv-paper-source`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [yhbcode000](https://agentstack.voostack.com/s/yhbcode000)
- **Installs:** 0
- **Category:** [Content & Media](https://agentstack.voostack.com/c/content-and-media)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [yhbcode000](https://github.com/yhbcode000)
- **Source:** https://github.com/yhbcode000/paper-share-skills/tree/main/paper-download-arxiv-paper-source
- **Website:** https://blog.yhbcode000.tech/paper-share-skills/

## Install

```sh
agentstack add skill-yhbcode000-paper-share-skills-paper-download-arxiv-paper-source
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Download arXiv Paper TeX Source

Given an arXiv link or bare arXiv ID, download the paper's **TeX source** from
`https://arxiv.org/e-print/` and unpack it for downstream pipelines. This is
the required first step whenever the user provides an arXiv link and the TeX
source (not just the PDF) should feed the pipeline — TeX source preserves tables,
equations, and figures exactly and skips MinerU.

## When to use

- User supplies an arXiv URL (`arxiv.org/abs/…`, `arxiv.org/pdf/…`,
  `arxiv.org/e-print/…`, `export.arxiv.org/…`) or a bare ID (`2509.07996`,
  `2509.07996v4`) as the input to any paper pipeline.
- A consumer skill needs the paper source on disk (`paper_src/`) but only has
  an arXiv reference.

## Invocation

```bash
uv run --no-project python \
  "/paper-download-arxiv-paper-source/scripts/download_source.py" \
  "" [--output DIR] [--force]
```

- `--output` defaults to the session cwd.
- `--force` re-downloads even if the archive already exists.

## Output contract

Under the output dir:

- `arXiv-.tar.gz` — downloaded e-print archive (gzip/tar).
- `paper_src/` — extracted TeX source (flattened if the archive wraps in a
  single top-level directory; unsafe members are rejected).
- PDF-only submissions (no TeX source on arXiv): `arXiv-.pdf` instead.
- Single-file TeX submissions: `arXiv-.tex` instead.

On success stdout ends with `TEX_SOURCES: `
(or `PDF_ONLY: `). Consume these lines — never guess file names.

## Idempotency

Re-running with the same ID in the same output dir skips the download
(stdout starts `SKIP`) unless `--force` is given; extraction is still verified.

## Failure

Nonzero exit + `ERROR:` message on stderr (parse failure, network failure,
empty body, unexpected payload, unsafe archive member, no `.tex` in archive).
The pipeline must stop and report — never silently fall back to the PDF.

## Fallback note

If the script reports `PDF_ONLY: `, the paper has no TeX source on arXiv.
Consumers then use that PDF with the MinerU path (e.g. paper-to-beamer Phase 2's
DECISION GATE) instead of reading TeX.

## Consumed by

- `paper-to-beamer` Phase 1 (arXiv link/ID input)
- `paper-to-bilibili` slides mode (entries with `arxiv_id`, no local source)
- `paper-venue-discovery` step 1 (fetch source when only a link is given)

## Related skills

- skill://paper-to-beamer
- skill://paper-to-bilibili
- skill://paper-venue-discovery
- skill://paper-to-beamer-workflow
- skill://paper-bilibili-multi-part-series-upload
- skill://paper-bilibili-series-upload

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [yhbcode000](https://github.com/yhbcode000)
- **Source:** [yhbcode000/paper-share-skills](https://github.com/yhbcode000/paper-share-skills)
- **License:** Apache-2.0
- **Homepage:** https://blog.yhbcode000.tech/paper-share-skills/

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-yhbcode000-paper-share-skills-paper-download-arxiv-paper-source
- Seller: https://agentstack.voostack.com/s/yhbcode000
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
