arXiv Paper Reader
Instructions
Given an arXiv URL, you MUST call the exec tool immediately. Do NOT describe the steps — just call the tool.
Step 1: Extract the arxiv ID from the URL (e.g. from https://arxiv.org/abs/1706.03762 → ID is 1706.03762).
Step 2: Call exec with this exact command (replace {arxiv_id} with the actual ID):
python ${SKILL_DIR}/scripts/fetch_arxiv.py {arxiv_id}
Step 3: Use the script output as the paper content and produce a summary covering: title/authors, problem, contributions, method, results, takeaways.
Example
User: Please read this paper https://arxiv.org/abs/1706.03762
You MUST call exec immediately: {"name": "exec", "arguments": {"command": "python ${SKILL_DIR}/scripts/fetch_arxiv.py 1706.03762"}}