
Search arXiv for recent preprints and build local Markdown summaries; ideal for CS, math, physics, and quantitative-bio literature discovery.
This skill provides a focused interface to the official arXiv API for discovery, shortlisting, and generation of local Markdown summaries from arXiv IDs. It supports plain-text and raw arXiv query modes, local post-filtering for recent submissions, category scoping, and an included CLI to write stable Markdown notes for follow-up. The bundled tools handle pacing, caching, and 429 backoff so repeated interactive queries are safe and reproducible.
Use this skill when you need up-to-date preprint discovery (computer science, mathematics, physics, statistics, quantitative biology, quantitative finance), want to shortlist recent submissions that may not yet be indexed elsewhere, or need to convert arXiv IDs into local annotated Markdown summaries for research workflows. Prefer the --category filter for narrow scopes, --days for local recent-window filtering, and raw au:/ti: queries for precise author or title searches.
skills/arxiv-search/scripts/search and skills/arxiv-search/scripts/summarize (has_scripts=true)--days filtering to avoid server-side submittedDate issues.This skill is broadly compatible with agents that can invoke local scripts and HTTP APIs (Copilot-style/code-capable assistants, Claude Code, Gemini CLI, Codex-like tool runners).
Well-crafted arXiv search skill with two Python scripts (search, summarize) plus shell wrappers. Scripts use only stdlib (urllib, argparse, xml.etree). Clean error handling, caching, and rate limiting with backoff for HTTP 429. Failed in DRY_RUN only because both scripts require mandatory arguments — not a code defect.
No security concerns. All network calls go to export.arxiv.org only. No credentials, no telemetry, no destructive operations. SKILL.md is thorough with good examples, troubleshooting, and quality gates.
Alternative Splicing Analysis Pipeline
End-to-end pipeline for short-read bulk RNA-seq alternative splicing analysis: QC, STAR 2-pass alignment, junction QC, rMATS differential splicing, isoform swit
PLINK Basics
Commands and examples for converting genotype formats and running standard QC filters (MAF, geno, mind, HWE) with PLINK 1.9/2.0.
AlphaFold Structure Query
Query the AlphaFold EBI API to fetch predicted protein structures, download PDB/CIF files, and inspect confidence metrics (pLDDT/PAE).
PyTorch Geometric (PyG) Guide
Authoritative guide for building and scaling Graph Neural Networks using PyTorch Geometric: data, layers, training patterns, and common pitfalls.
DnaSP (ClawBio)
Run DnaSP-style population genetics analyses (π, Tajima's D, LD, MK, Ka/Ks, SFS) on aligned sequences locally and produce TSV/Markdown reports.