Use when the user mentions 'arxiv' or asks to find, search for, or download arxiv papers (by arxiv ID, author name, or topic), get paper source code, or retrieve LaTeX files from arxiv. Can search for papers to find arxiv IDs when only author/topic is provided, then download them. Prefer source format over PDF.
Searches arXiv and downloads paper sources (LaTeX, BibTeX) when users mention arXiv, request papers by ID/author/topic, or need source code. Triggers on arXiv queries and automatically fetches source files instead of PDFs.
/plugin marketplace add fundamental-physics/marketplace/plugin install core@fundamental-physicsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
scripts/arxiv.pyDownload and view arXiv paper sources using the arxiv command-line tool.
Requires: requests (pip install requests)
YYMM.NNNNN (e.g., 2301.07041)category/YYMMNNN (e.g., astro-ph/0701123)Use the arxiv CLI tool bundled with this skill:
# View all LaTeX source files (.tex, .bib, .bbl) with syntax highlighting
python scripts/arxiv.py 2301.07041
# Save entire source to a directory
python scripts/arxiv.py 2301.07041 --save
# List files in the archive
python scripts/arxiv.py 2301.07041 --list
# View only specific file types
python scripts/arxiv.py 2301.07041 --tex # Only .tex files
python scripts/arxiv.py 2301.07041 --bib # Only .bib files
python scripts/arxiv.py 2301.07041 --bbl # Only .bbl files
The default output (no flags) wraps each file in markdown code blocks with appropriate language tags (latex/bibtex).
# Search by author
python scripts/arxiv.py --search "au:Handley"
# Search by title
python scripts/arxiv.py --search "ti:cosmology"
# Search by category
python scripts/arxiv.py --search "cat:astro-ph.CO"
# Combined search
python scripts/arxiv.py --search "ti:cosmology+AND+au:Planck"
# Limit results (default 10)
python scripts/arxiv.py --search "au:Hinton" -n 5
| Prefix | Field |
|---|---|
ti: | Title |
au: | Author |
abs: | Abstract |
cat: | Category |
all: | All fields |
python scripts/arxiv.py --search "au:Author"python scripts/arxiv.py <id>--save to extract files locally if neededAfter saving source with --save:
python scripts/arxiv.py 2301.07041 --save
code2prompt 2301.07041 --include "*.tex" --output-file /tmp/paper.md
Then pass to external LLMs for analysis.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.