weathermap-automation

Automate Weathermap operations and tool execution 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 weathermap-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weathermap-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/weathermap-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill weathermap-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing Weathermap configurations and tool execution by providing a standardized, automated interface for interacting with the Rube MCP gateway.

Core Features & Use Cases

  • Automated Tool Discovery: Dynamically fetch current tool schemas and execution plans for Weathermap tasks.
  • Connection Management: Verify and maintain active authentication states for Weathermap toolkits.
  • Multi-Tool Execution: Execute complex, multi-step workflows using the Rube multi-execute interface.
  • Use Case: Automate the monitoring and configuration of network weather maps by chaining discovery, connection verification, and bulk tool execution in a single session.

Quick Start

Use the weathermap-automation skill to discover available tools and execute a task for my network dashboard.

Frequently Asked Questions about weathermap-automation

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

FAQPage Schema
How do I discover available Weathermap tools?

Call the RUBE_SEARCH_TOOLS function with a specific use case query to retrieve available tool slugs, input schemas, and recommended execution plans for your Weathermap tasks.

What should I do if my Weathermap connection is inactive?

Use the RUBE_MANAGE_CONNECTIONS command with the weathermap toolkit to check your status. If inactive, follow the provided authentication link to re-establish your session.

Can I execute multiple Weathermap tools in one request?

Yes, use the RUBE_MULTI_EXECUTE_TOOL command to chain multiple tool operations. Ensure you include the required memory parameter and use a consistent session ID for the workflow.

Why must I call RUBE_SEARCH_TOOLS before executing?

Tool schemas and slugs change frequently. Calling the search function ensures you are using the most current arguments and field definitions, preventing execution errors.