Ambient Weather — автоматизация метеостанций

data

Ambient Weather Automation is a Claude Code skill that automates retrieval and processing of data from Ambient Weather stations through the Composio Ambient Weather toolkit connected via Rube MCP. Reach for it when you want to programmatically poll a personal or professional weather station, pipe sensor readings into a script or data pipeline, trigger automated responses to weather changes, or feed local measurements into broader workflows. Built on three MCP tools: RUBE_SEARCH_TOOLS must always run first to fetch current tool schemas and slugs — the source explicitly warns schemas change and slugs should never be hardcoded; RUBE_MANAGE_CONNECTIONS verifies and activates the ambient_weather toolkit connection; RUBE_MULTI_EXECUTE_TOOL runs operations using discovered slugs. Bulk operations are handled via RUBE_REMOTE_WORKBENCH. Setup is minimal: add https://rube.app/mcp as an MCP server in your client config — no API keys required. The direction here is reading data from connected Ambient Weather devices, not controlling third-party IoT platforms. Works for anyone operating within the Ambient Weather ecosystem who wants code-level automation; not suitable without an active Ambient Weather account and an authorized Composio connection.