paper-digest
Installation
SKILL.md
Paper Digest
Input
arxiv_id: bare ID like2305.11206or fullhttps://arxiv.org/abs/2305.11206(Normalise: strip the URL prefix, extract bare ID.)
Step 1 — Fetch the main paper
Try HTML first: web.fetch https://arxiv.org/html/<arxiv_id>
- If HTTP 200 → use this as
paper_text. - If Falis: add v1 at the end, and try again: web.fetch https://arxiv.org/html/<arxiv_id>v1
- else if all fails skip and ABORT!
If the paper_text is retrieved then write the summary to ~/.openclaw/workspace/papers/<arxiv-id>.md.
Step 2 — Extract citations
Note: DO NOT DO THIS STEP INSIDE sub-agents