
from auto-claude-code-research-in-sleep10,964
Search arXiv, fetch paper metadata, download PDFs, and produce concise summaries for academic papers (ID or query).
This skill lets an agent search arXiv by query or ID, list results with metadata, download PDF files to a local papers directory, and produce structured markdown summaries (title, authors, date, abstract, categories, key contributions). It includes fallback inline fetch logic if companion scripts are not present and enforces safe download rules (file-size checks, rate limiting, non-overwrite). The skill is designed for research workflows: find papers, retrieve PDFs, and generate shareable summaries for ingestion into a local research wiki.
Use when a user asks to: "search arxiv", "download paper", "fetch arxiv", or provides an arXiv ID and wants the agent to retrieve the paper metadata or PDF. Also useful in research automation flows where multiple papers need summarising or ingested into a knowledge repo.
research-wiki/ folder exists.Works with general LLM agents that can run Python and shell commands (Claude Code, Codex, OpenClaw-style agents).
A well-structured arXiv paper search and download skill with clear workflow steps, argument parsing, and a robust inline Python fallback for the arXiv API. No bundled scripts — relies on optional external arxiv_fetch.py and research_wiki.py tools resolved via a canonical chain. Security is solid: no hardcoded credentials, no curl-pipe-bash, just urllib calls to export.arxiv.org with timeout guards. Minor deduction for unquoted variable interpolation in bash snippets and the git rev-parse fallback pattern which could be exploited in malicious repos. Good documentation, clear output contracts, and thoughtful error handling (file size checks, rate limiting, retry on 429).
No scripts present to execute. Skill is purely instructional (SKILL.md only) with inline Python fallbacks. The canonical tool resolution chain is well-designed with graceful fallback. The research-wiki integration is conditional and non-blocking. Overall a useful, well-documented skill for academic paper workflows.
Paper Writing Pipeline
Orchestrates a complete pipeline to go from a research narrative to a polished LaTeX PDF, including planning, figure generation, LaTeX writing, compilation and
Paper Claim Audit
Zero-context auditor that verifies every numeric claim in a paper against raw result files to catch rounding, cherry-picks, and config mismatches.
Grant Proposal
Draft a structured grant proposal from research ideas and literature. Supports KAKENHI (Japan), NSF (US), NSFC (China, including...