iqair-airvisual-automation

Automate Iqair Airvisual operations through Rube MCP toolkits for environmental data management.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the manual overhead of interacting with Iqair Airvisual APIs by providing a standardized, agent-driven interface for executing environmental data tasks.

Core Features & Use Cases

  • Automated Tool Discovery: Dynamically fetch current tool schemas and execution plans for Iqair Airvisual.
  • Connection Management: Handle authentication and session state for secure API interactions via Rube MCP.
  • Use Case: Automate the retrieval of air quality metrics for specific geographic locations and trigger alerts or reports based on the collected data.

Quick Start

Use the iqair-airvisual-automation skill to search for available tools and retrieve air quality data for a specific city.

Frequently Asked Questions about iqair-airvisual-automation

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

FAQPage Schema
How do I connect Iqair Airvisual to my agent?

Connect by calling RUBE_MANAGE_CONNECTIONS with the iqair_airvisual toolkit. Follow the returned authentication link to authorize the connection and ensure the status is set to ACTIVE before executing tools.

Why must I call RUBE_SEARCH_TOOLS first?

Tool schemas and available endpoints for Iqair Airvisual change frequently. Calling RUBE_SEARCH_TOOLS ensures your agent uses the most current input parameters and execution plans, preventing runtime errors.

Can I reuse session IDs for multiple workflows?

Reuse session IDs within a single, continuous workflow to maintain state. Generate new session IDs for distinct, unrelated tasks to ensure clean execution environments and accurate audit logs.

What should I do if tool execution fails?

Verify that the connection status is ACTIVE via RUBE_MANAGE_CONNECTIONS and confirm that your arguments match the schema returned by RUBE_SEARCH_TOOLS. Ensure the memory parameter is included in your execution call.