ambient-weather-automation
Automate Ambient Weather tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:4
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-ambient-weather-automation&locale=en&source=copy
Ambient Weather Automation - Automate Weather Data Operations via Rube MCP
Skill Overview
Use Rube MCP and Composio’s Ambient Weather toolkit to automate weather device operations and data retrieval without needing an API key.
Use Cases
Automate the collection and management of data from Ambient Weather personal weather stations, including real-time weather, historical records, and device status—without manual operation or writing complex API-calling code.
For users with multiple weather devices or weather sites, reuse sessions and run batch executions to complete data queries and operations for multiple devices in one go.
Integrate Ambient Weather datasets into smart home, data analysis, or monitoring systems, using the MCP protocol for seamless integration with AI assistants like Claude.
Core Features
Always use RUBE_SEARCH_TOOLS to fetch the latest tool architecture and execution plan, avoiding hard-coded outdated tool definitions and ensuring compatibility with changes to the Ambient Weather API.
Add the Rube MCP endpoint
https://rube.app/mcp in the client configuration to start using it. Use RUBE_MANAGE_CONNECTIONS to perform one-click authorization for the Ambient Weather account.Supports RUBE_MULTI_EXECUTE_TOOL for batch execution of multiple operations. Reuse session IDs to reduce repeated connection overhead, and use RUBE_REMOTE_WORKBench to orchestrate complex workflow automation.
FAQs
What configuration does Rube MCP need in order to use it?
Just add the Rube server address
https://rube.app/mcp to the configuration file of an MCP-supported client (e.g., Claude Desktop). No API key request or complex authentication is required. After adding it, call RUBE_SEARCH_TOOLS to verify that the connection is successful before you start using it.How do I confirm the Ambient Weather connection is activated?
Call RUBE_MANAGE_CONNECTIONS with the toolkit set to
ambient_weather, and check the returned connection status. If the status is not ACTIVE, complete the Ambient Weather account OAuth authorization using the authorization link provided in the response. After authorization, check again until the status is ACTIVE before performing subsequent operations.Why call RUBE_SEARCH_TOOLS first instead of using the tools directly?
Composio’s tool architecture may change with API updates. Hard-coding tool definitions can cause calls to fail. RUBE_SEARCH_TOOLS returns the currently available tool list, input schema, recommended execution plan, and known pitfalls—ensuring your operations use the correct parameters and field names, and preventing errors caused by schema changes.