From influx-weather
Search barometric pressure data from the weather station. Use when the user asks about barometric pressure, air pressure, weather fronts, or pressure trends.
How this skill is triggered — by the user, by Claude, or both
Slash command
/influx-weather:search-pressureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Parse the time range.
query_weather:SELECT mean(baromrelin), mean(baromabsin)
FROM weather WHERE time > now() - 24h GROUP BY time(30m)
npx claudepluginhub pridkett/claude-plugins --plugin influx-weatherQueries New Zealand weather and marine data from the MetOcean API. Provides current conditions, hourly forecasts, 7-day outlooks, and wave/swell data via CLI.
Fetches weather/climate data via Earth2Studio data sources for specific variables and times. Verifies variable support and generates download scripts.
Fetches current, hourly, and daily weather forecasts, alerts, and historical statistics from WeatherKit for iOS apps. Provides Swift API usage for weather data integration.