Use when the user mentions 'INSPIRE', 'INSPIRE-HEP', 'inspirehep', or asks to search high-energy physics literature, find HEP papers, get citation counts, or retrieve BibTeX from INSPIRE. Specializes in particle physics, quantum field theory, and related fields.
Search INSPIRE-HEP for high-energy physics papers, authors, and citations. Use when users mention INSPIRE, search HEP literature, need citation counts, or request BibTeX for particle physics papers.
/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/inspire.pySearch and retrieve papers from INSPIRE-HEP, the high-energy physics literature database.
Requires: requests (pip install requests)
INSPIRE accepts multiple identifier types:
451647 (internal ID)1207.7214 or hep-th/971120010.1103/PhysRevLett.19.1264# Get a record by INSPIRE ID
python scripts/inspire.py 451647
# Get by arXiv ID
python scripts/inspire.py 1207.7214
# Get by DOI
python scripts/inspire.py 10.1103/PhysRevLett.19.1264
# Get BibTeX
python scripts/inspire.py 1207.7214 --format bibtex
# Search by author (SPIRES syntax)
python scripts/inspire.py --search "a E.Witten.1"
# Search by title
python scripts/inspire.py --search "t dark matter"
# Search by arXiv category
python scripts/inspire.py --search "arXiv:hep-th"
# Combined search
python scripts/inspire.py --search "a Maldacena and t AdS/CFT"
# Most cited results
python scripts/inspire.py --search "a Hawking" --sort mostcited
# Limit results
python scripts/inspire.py --search "t supersymmetry" -n 5
| Prefix | Field | Example |
|---|---|---|
a | Author | a E.Witten.1 |
t | Title | t black hole |
k | Keywords | k inflation |
j | Journal | j Phys.Rev.Lett. |
eprint | arXiv ID | eprint 1207.7214 |
topcite | Citation count | topcite 1000+ |
Boolean operators: and, or, not
# Get papers citing a record
python scripts/inspire.py 1207.7214 --citations
# Top 20 citing papers
python scripts/inspire.py 1207.7214 --citations -n 20
# JSON (default - shows metadata)
python scripts/inspire.py 1207.7214
# BibTeX
python scripts/inspire.py 1207.7214 --format bibtex
# LaTeX (European style)
python scripts/inspire.py 1207.7214 --format latex-eu
# LaTeX (US style)
python scripts/inspire.py 1207.7214 --format latex-us
python scripts/inspire.py --search "a Author"python scripts/inspire.py <id>python scripts/inspire.py <id> --format bibtexpython scripts/inspire.py <id> --citationsINSPIRE allows 15 requests per 5-second window per IP address.
Use both together: search on INSPIRE for citation data, then use arXiv skill to get the paper source.
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.