read-only▌
140 indexed skills · max 10 per page
find-ticket
ticketmaster.com/find-ticket-i7c0vy · tickets
Find upcoming Ticketmaster events for an artist, team, or show — returns venue, date, on-sale window, presale times, sold-out/cancelled/postponed flags, and the canonical event URL. Read-only, uses Ticketmaster's unauthenticated internal artist-events API behind a residential proxy.
check-case-status
uscis.gov/check-case-status-or94c8 · government
Look up a USCIS case by 13-character receipt number (e.g. MSC2190012345, EAC2290098765, IOE0123456789) on the modern egov.uscis.gov Next.js portal and return status heading, next-step paragraph, form type (I-130/I-485/N-400/I-765/...), service-center code, last-updated date, and the canonical caseId URL. Read-only.
business-search
sosbiz.idaho.gov/business-search-qw7mkq · government
Search the Idaho Secretary of State business registry by name or file number and return matching entities — filing number, entity type, status, standing, filing date, and registered agent — with optional hydration of full filing details (principal/mailing address, registered agent, AR due date).
search-restaurants
wolt.com/wolt-search-5m1plq · food-delivery
Search Wolt for restaurants in a given city by cuisine, dish, or restaurant name and return a ranked list with name, slug, URL, cuisine tagline, delivery fee, delivery time, price tier, and customer rating. Read-only.
trending-world-news
wikipedia.org/find-the-trending-world-news-for-today-hfqs9b · news
Return today's trending world news from Wikipedia — curated ITN headlines from the Main Page plus today's Current Events portal subpage bucketed by category (Business, Disasters, Politics, etc.). Read-only; uses the public MediaWiki API with no auth or anti-bot Verified.
track-package
usps.com/track-package-854rdc · logistics
Given a USPS tracking number, return the current status, expected delivery date, last-known location, and full chronological event timeline via the USPS REST API v3 (recommended) or the public tracking page behind Akamai (fallback).
find-appointment
vaccines.gov/find-appointment-55bu87 · health
Given a ZIP code, return nearby CVS / Walgreens / Costco pharmacies that administer vaccines, with each chain's scheduler deep-link. Vaccines.gov no longer surfaces slot times — this skill handles the directory portion and hands off booking to per-chain scheduler skills. Read-only.
list-tours
vipnation.com/find-music-tour-55qto9 · ticketing
List currently-promoted artist tours on vipnation.com — tour title, slug, canonical URL, and (when reachable) full stop list with date, venue, city, and ticket-package availability. Read-only; never follows purchase CTAs.
find-opportunities
volunteermatch.org/find-opportunities-0ycqah · volunteering
Search for volunteer opportunities by location, cause/interest, skills, format, schedule, time commitment, and audience, and return each match as structured JSON. VolunteerMatch.org has sunset and 301-redirects to Idealist.org; this skill queries Idealist's public Algolia search index directly (the catalog VolunteerMatch postings were migrated into, with a `vmLegacyId` field preserving the old IDs).
get-forecast
weather.gov/get-forecast-1uezib · weather
Given a US location (lat/lon, ZIP, or city+state), return the National Weather Service forecast: current observation, hourly forecast, 7-day multi-day periods, active alerts/watches/warnings, the forecast office, and the underlying grid cell. Read-only via the public api.weather.gov JSON surface (no auth).