Skip to main content
Back to registry

read-arxiv-paper

karpathy/nanochat

Installs573
Install command
npx skills add https://github.com/karpathy/nanochat --skill read-arxiv-paper
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
You will be given a URL of an arxiv paper, for example: The goal is to fetch the TeX Source of the paper (not the PDF!), the URL always looks like this: Notice the /src/ in the url. Once you have the URL: Fetch the url to a local .tar.gz file. A good location is ~/.cache/nanochat/knowledge/{arxiv_id}.tar.gz . (If the file already exists, there is no need to re-download it). Unpack the contents into ~/.cache/nanochat/knowledge/{arxiv_id} directory. Every latex source usually has an entrypoint, such as main.tex or something like that. Once you've found the entrypoint, Read the contents and then recurse through all other relevant source files to read the paper. Once you've read the paper, produce a summary of the paper into a markdown file at ./knowledge/summary_{tag}.md .

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does read-arxiv-paper do?

read-arxiv-paper is listed in SkillJury, but the source summary is still sparse.

Is read-arxiv-paper good?

read-arxiv-paper does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does read-arxiv-paper work with?

read-arxiv-paper currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, github-copilot.

What are alternatives to read-arxiv-paper?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install read-arxiv-paper?

npx skills add https://github.com/karpathy/nanochat --skill read-arxiv-paper

Related skills

Alternatives in Software Engineering