stormglass-io-automation

Automate weather data retrieval and meteorological task execution via the Stormglass IO API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of querying complex meteorological data and managing API connections, allowing for automated weather-based decision making.

Core Features & Use Cases

  • Automated Data Retrieval: Fetch precise weather metrics including wind, wave, and tide data using the Stormglass IO toolkit.
  • Workflow Integration: Connect weather data directly into broader operational pipelines via the Rube MCP gateway.
  • Use Case: Automatically pull marine weather forecasts to determine optimal shipping routes or schedule outdoor maintenance tasks based on real-time conditions.

Quick Start

Use the stormglass-io-automation skill to search for available weather tools and retrieve the current wind forecast for a specific location.

Frequently Asked Questions about stormglass-io-automation

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

FAQPage Schema
How do I connect Stormglass IO to my agent?

Connect Stormglass IO by calling RUBE_MANAGE_CONNECTIONS with the stormglass_io toolkit. Follow the returned authentication link to authorize the connection and ensure the status is set to ACTIVE.

What is the first step before running weather workflows?

Always execute RUBE_SEARCH_TOOLS first to discover the latest tool schemas, input requirements, and available endpoints for your specific weather-related task.

Can I automate bulk weather data collection?

Yes, use RUBE_REMOTE_WORKBENCH with the run_composio_tool function to execute bulk operations across multiple locations or timeframes efficiently.

Why does my tool execution fail?

Execution failures often result from using outdated tool schemas or incorrect argument types. Always verify your tool slugs and arguments against the latest results from RUBE_SEARCH_TOOLS.

How do I handle pagination in weather data results?

Check the API response for pagination tokens and continue fetching data in subsequent calls until all required records are retrieved.