iqair-airvisual-automation
Automate Iqair Airvisual tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:22
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-iqair-airvisual-automation&locale=en&source=copy
IQAir AirVisual Automation Skill
Skill Overview
Automate IQAir AirVisual operations with the Rube MCP and Composio tool kit, making it easy to integrate air quality data into your projects.
Use Cases
When you need to display real-time air quality data in an app or website, this skill can automatically fetch key metrics such as PM2.5, PM10, and AQI—no manual API calls required.
Regularly batch-retrieve air quality monitoring data from multiple cities for data analysis, report generation, or historical trend tracking. Supports session reuse and pagination handling.
Integrate air quality data into smart home or environmental monitoring systems. When pollution exceeds safe thresholds, automatically trigger alerts or coordinate with other devices.
Core Features
Use RUBE_SEARCH_TOOLS to fetch the currently available IQAir tools list and parameter specifications in real time. This avoids hardcoding outdated API definitions and ensures compatibility with the latest tool sets.
Use RUBE_MANAGE_CONNECTIONS to manage the IQAir AirVisual connection status, automatically detect whether the connection is active, and provide re-authorization guidance when the connection fails.
Execute single or batch air quality query operations via RUBE_MULTI_EXECUTE_TOOL. Supports session ID reuse, paginated data retrieval, and passing memory parameters.
FAQs
How do I get started with this skill?
First, add
https://rube.app/mcp as an MCP server. Then call RUBE_SEARCH_TOOLS to confirm the service is available, and use RUBE_MANAGE_CONNECTIONS to activate the iqair_airvisual tool kit connection. After the connection is activated, you can run specific air quality query tasks.Why call RUBE_SEARCH_TOOLS first instead of executing tools directly?
IQAir AirVisual tool schemas may be updated at any time. If you hardcode tool slugs and parameters, calls may fail. RUBE_SEARCH_TOOLS returns the latest available tool list, input schemas, and recommended execution plan, preventing errors caused by schema changes.
How can I verify whether the IQAir connection was successful?
Call RUBE_MANAGE_CONNECTIONS and specify the toolkit as
iqair_airvisual. Check the returned connection status. If the status is not ACTIVE, follow the provided authorization link to complete the authorization flow until the status shows ACTIVE, and only then execute tool operations normally.