ambient-weather-automation

Automate Ambient Weather device operations and data retrieval through the Rube MCP gateway.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill ambient-weather-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ambient-weather-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/ambient-weather-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill ambient-weather-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of interacting with Ambient Weather dashboards by enabling direct, automated control and data retrieval through an MCP-compliant interface.

Core Features & Use Cases

  • Tool Discovery: Dynamically query available Ambient Weather tools and schemas to ensure compatibility.
  • Connection Management: Handle authentication and session state for secure, persistent access to weather data.
  • Workflow Execution: Execute multi-step weather operations, such as fetching sensor data or triggering device actions, using a unified execution pattern.

Quick Start

Use the ambient-weather-automation skill to search for available tools and retrieve current sensor readings for my weather station.

Frequently Asked Questions about ambient-weather-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect my Ambient Weather account to the skill?

Connect your account by calling the RUBE_MANAGE_CONNECTIONS tool with the ambient_weather toolkit parameter. Follow the provided authentication link in the response to authorize the connection and set the status to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS before executing tasks?

Calling RUBE_SEARCH_TOOLS ensures you have the most current tool schemas, input requirements, and available endpoints. This prevents errors caused by outdated tool definitions or schema changes in the Ambient Weather API.

Can I automate bulk weather data retrieval?

Yes, use the RUBE_MULTI_EXECUTE_TOOL or RUBE_REMOTE_WORKBENCH to perform bulk operations. Always check the response for pagination tokens to ensure you retrieve the complete dataset.

What should I do if my connection status is not ACTIVE?

If the connection status is not ACTIVE, re-run the RUBE_MANAGE_CONNECTIONS command to trigger the authorization flow. Ensure your Rube MCP server is correctly configured and reachable.