Arxiv Paper Reader
/install arxiv-paper-reader
arXiv Paper Reader
Use the bundled Python scripts before reasoning about arXiv content. They handle:
- searching arXiv by keyword
- filtering keyword results by submitted date range
- downloading arXiv metadata and paper content
- converting papers to Markdown and PDF in the workspace
- syncing configured topics into daily archive folders
Inputs
- Accept raw arXiv IDs like
1706.03762or URLs such ashttps://arxiv.org/abs/1706.03762. - Only accept raw IDs or HTTPS arXiv URLs on
arxiv.org,www.arxiv.org, orexport.arxiv.org. - Accept keyword searches such as
transformer,diffusion, orcomputer vision. - Accept optional submitted-date windows using
YYYY-MM-DD. - Do not use category filters or alias-based domain shortcuts; search is intentionally keyword-only.
Search workflow
- Pick a Python command:
- Prefer
python - Fall back to
python3
- Prefer
- If the user wants search results or the latest papers for a topic, run:
python {baseDir}/scripts/search_arxiv.py --query "\x3Ckeywords>" --limit \x3Cn>
- Read
search_results.mdandsearch_results.json. - Use
{baseDir}/references/search-usage.mdto present the results. - If the user asks for the latest papers matching a keyword, pass
--sort submittedDate. - If the user wants the default best-match ranking, omit
--sortand let the script use relevance order. - If the user gives a date window, add
--start-date YYYY-MM-DD --end-date YYYY-MM-DD.
Topic sync workflow
- Tell the user to maintain
{rootDir}/topics.json, or seed it from{baseDir}/references/topics.example.json. - For recurring daily updates, run:
python {baseDir}/scripts/sync_arxiv_topics.py --daily --root-dir \x3Croot-dir>
- For manual backfill, run:
python {baseDir}/scripts/sync_arxiv_topics.py --start-date YYYY-MM-DD --end-date YYYY-MM-DD --root-dir \x3Croot-dir>
- Read
\x3Croot-dir>/runs/\x3Ccapture-date>/run_manifest.mdfirst. - Each captured paper lives at
topics/\x3Ctopic-slug>/\x3Ccapture-date>/\x3Cpaper-id>__\x3Ctitle-slug>/. - Expect each paper directory to contain
paper.pdf,paper.md,metadata.json, andsummary.md. - The batch summary is template-based and grounded in the abstract plus converted Markdown; treat it as a review aid, not a substitute for reading the paper.
Fetch workflow
- Choose an output directory:
- If the user gives one, use it.
- Otherwise write to
./artifacts/arxiv/\x3Cpaper-id>/in the current workspace.
- Run the converter:
python {baseDir}/scripts/arxiv_to_md.py \x3Cpaper-id-or-url> --output-dir \x3Ctarget-dir>
- Read the generated
paper.pdf,paper.md, andmetadata.json. - Summarize the paper in Markdown.
- Save the summary to
\x3Ctarget-dir>/summary.mdif the user asked for files. Otherwise return the summary directly in chat.
Summary format
Use the headings in {baseDir}/references/summary-format.md.
Keep the summary grounded in the generated Markdown. If the conversion falls back to abstract-only mode, say so explicitly in the summary.
Safety
- Pass IDs, URLs, and keywords as single CLI arguments. Do not splice untrusted text into shell pipelines.
- Only pass raw arXiv IDs or HTTPS arXiv URLs; reject arbitrary third-party URLs.
- TLS verification is strict. If requests fail because your machine lacks a valid CA bundle, install
certifior fix the system trust store. - arXiv source archives are processed in-memory, only
.texmembers are read, and suspicious paths plus oversized payloads are rejected before parsing. - Date windows use arXiv
submittedDateand inclusiveYYYY-MM-DDboundaries. - Do not invent claims that are not supported by
paper.mdorsearch_results.md. - Do not reintroduce hardcoded category or alias mappings; keep search behavior keyword-only.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install arxiv-paper-reader - After installation, invoke the skill by name or use
/arxiv-paper-reader - Provide required inputs per the skill's parameter spec and get structured output
What is Arxiv Paper Reader?
Search arXiv by keyword, filter by submitted date range, fetch arXiv papers from an arXiv ID or URL, convert papers into Markdown and PDF files in the worksp... It is an AI Agent Skill for Claude Code / OpenClaw, with 179 downloads so far.
How do I install Arxiv Paper Reader?
Run "/install arxiv-paper-reader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Arxiv Paper Reader free?
Yes, Arxiv Paper Reader is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Arxiv Paper Reader support?
Arxiv Paper Reader is cross-platform and runs anywhere OpenClaw / Claude Code is available (win32, linux, darwin).
Who created Arxiv Paper Reader?
It is built and maintained by elio040208 (@elio040208); the current version is v1.0.3.