From influx-weather
Search humidity data from the weather station. Use when the user asks about humidity, moisture, dew point context, indoor vs outdoor air quality.
How this skill is triggered — by the user, by Claude, or both
Slash command
/influx-weather:search-humidityThe 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(humidity), min(humidity), max(humidity),
mean(humidityin), min(humidityin), max(humidityin)
FROM weather WHERE time > now() - 24h GROUP BY time(1h)
npx claudepluginhub pridkett/claude-plugins --plugin influx-weatherReads Home Assistant entity history, logbook timelines, and long-term statistics via HA NOVA Relay. Summarizes state transitions, events, and trends within bounded time windows.
Fetches weather/climate data via Earth2Studio data sources for specific variables and times. Verifies variable support and generates download scripts.
Provides Home Assistant YAML templates for sensor configurations including temperature averages, motion presence detection, door/window security groups, and air quality indexing. Useful for sensor entity setup and analytics.