ambee-automation
Automate Ambee tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:10
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-ambee-automation&locale=en&source=copy
Ambee Automation - Automating Meteorological Data Operations via Rube MCP
Skill Overview
Ambee Automation provides a complete solution to automate Ambee meteorological data operations through Composio’s Rube MCP. You can obtain environmental data such as air quality, pollen forecasts, and weather without needing an API key.
Use Cases
Core Features
RUBE_SEARCH_TOOLS to fetch the currently available Ambee tool list and schemas in real time, avoiding hard-coded outdated tool definitionsRUBE_MANAGE_CONNECTIONS to establish, validate, and manage the connection status with Ambee, ensuring the connection is ready before the workflow runsRUBE_MULTI_EXECUTE_TOOL, supporting batch retrieval and processing of meteorological dataFAQs
Do I need to register a Composio account to use Ambee Automation?
No. The Rube MCP service provides access directly via the
https://rube.app/mcp endpoint. You only need to add this server in your client configuration. On first use of the Ambee tools, the system will guide you through completing the authorized connection.Why call RUBE_SEARCH_TOOLS every time?
Composio’s tool schemas are updated periodically. Calling
RUBE_SEARCH_TOOLS before each workflow execution ensures you use the latest tool definitions and parameter requirements, preventing call failures due to schema changes.How do I verify that the Ambee connection is successful?
Use the
RUBE_MANAGE_CONNECTIONS tool with the toolkit parameter set to ambee. If the returned connection status shows ACTIVE, the connection is ready. If the status is not ACTIVE, you need to complete the account connection using the authorization link returned.What types of meteorological data are supported?
The Ambee toolset supports multiple environmental data types, including air quality data (AQI), pollen forecasts, historical weather, and real-time weather. For the specific available tool types, use
RUBE_SEARCH_TOOLS to query the latest list.What should I pay attention to when executing tools in bulk?
Be sure to include the
memory parameter in the RUBE_MULTI_EXECUTE_TOOL call (even if it is empty {}), and reuse the session_id within the same workflow. If the response includes pagination information, continue fetching until all data is fully retrieved.