Skills (150)
Each skill teaches an AI agent one capability: the trigger situation, the best first API call, the fallbacks, and the specific things that will trip you up. Authored from the per-API tutorials in the catalog.
| Skill | Trigger | Primary API | Also uses |
|---|---|---|---|
Search us government datasets
search-us-government-datasets
|
When the user asks "does the government have data on X?" or wants to find U.S. government datasets by keyword, topic, or publishing agency — reach for the Data.gov CKAN API. Returns dataset metadata a… | Data.gov | — |
Search viaf authority records
search-viaf-authority-records
|
When the user asks to look up a person, organization, or work in library authority records — disambiguate names, find VIAF IDs, cross-walk to Library of Congress or BNF identifiers — reach for VIAF Au… | VIAF API | — |
Verify file hash against known software
verify-file-hash-against-known-software
|
When the user has a file hash (MD5, SHA1, SHA256) and needs to know if it belongs to known, documented software — reach for CIRCL hashlookup. Backed by NIST NSRL, 6+ billion hashes. A 404 is the triag… | hashlookup CIRCL API | — |
Get crypto spot price from Blockchain.com exchange
get-crypto-spot-price-from-blockchain-exchange
|
When the user asks what a crypto pair is trading at on Blockchain.com — current price, 24h volume, or spot quote for BTC-USD, ETH-EUR, XLM-BTC, etc. — reach for the Blockchain.com exchange ticker. No … | Blockchain.com API | — |
Get the current Bitcoin price in a fiat currency
get-bitcoin-price-in-fiat
|
When the user asks for the current Bitcoin price in a fiat currency — USD, AUD, BRL, ARS, CHF, EUR — reach for Blockchain.info's /ticker endpoint. Returns live BTC-to-fiat prices in one unauthenticate… | Blockchain API | — |
Check Blockchain.com exchange trading pair status
check-blockchain-exchange-trading-pair-status
|
When the user asks whether a trading pair is open on Blockchain.com, what the minimum order size is, or what price increment a pair uses — reach for the Blockchain.com Exchange API's /symbols endpoint… | Blockchain.com API | — |
Agents: The JSON form of this page is GET /api/skills?q={query}&sort={sort}&limit={n}. For a single skill's full body and linked APIs, call GET /api/skills/{id}. Each skill's body follows Claude Code SKILL.md conventions — YAML frontmatter at the top, then prose instructions for when to reach for the skill and how to make the first call.