Automate Stormglass IO weather data queries and integrations through Rube MCP.
This is an open-source, prompt-only skill that mainly guides use of Rube MCP/Composio Stormglass IO tooling, with no direct evidence of local code execution or built-in secret collection. Overall risk is low, but network egress and third-party account authorization still warrant attention.
The material says there are no API keys, but it requires an ACTIVE `stormglass_io` connection via `RUBE_MANAGE_CONNECTIONS` and instructs the user to complete an auth link, implying third-party tokens/authorizations are likely handled by Rube/Composio. The skill itself does not appear to request local environment secrets, but normal account-authorization risk remains.
The README explicitly instructs adding the remote MCP server `https://rube.app/mcp` and performing actions through Composio's Stormglass IO toolkit; tool discovery, connection management, execution requests, and related task data may therefore be sent to that remote service. This egress is consistent with the stated function and appears to be normal remote-tool behavior, with no clear evidence of unrelated endpoints.
Based on the provided material, this is a prompt-only documentation-style skill with no auditable local scripts, install commands, or instructions to spawn local processes. While it guides use of remote tool capabilities such as `RUBE_MULTI_EXECUTE_TOOL` and `RUBE_REMOTE_WORKBENCH`, there is no direct evidence of local code-execution privileges being granted.
The material does not show local filesystem read/write behavior, but it is designed to perform actions through an authorized Stormglass IO connection and therefore can access data or resources in that third-party account. There is no visible request for local data access beyond the stated use case, but users should treat it as capable of operating on external business data.
The source is a public GitHub repository marked as open-source, with strong community adoption (~64.7k stars), which are meaningful risk-reducing signals. However, the repository appears to be a skill collection rather than a dedicated source repo for this single skill, and the license and maintenance status are not clearly stated, so upstream MCP/Composio documentation and implementation should still be reviewed before use.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "stormglass-io-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/stormglass-io-automation/SKILL.md 2. Save it as ~/.claude/skills/stormglass-io-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Stormglass IO operations through Composio's Stormglass IO toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/stormglass_io
RUBE_MANAGE_CONNECTIONS with toolkit stormglass_ioRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit stormglass_ioAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Stormglass IO operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Stormglass IO task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["stormglass_io"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Stormglass IO-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit stormglass_io |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
Automate Y Gy tasks and workflows through Rube MCP integrations.
Automate Yelp searches, business data retrieval, and related workflows via Rube MCP.
Automate Yousearch tasks through Rube MCP and chain follow-up workflows.
Automate Zenserp search tasks through Rube MCP and retrieve structured results
Automate Zeplin workflows through Rube MCP for faster design collaboration.
Automate Xero invoices, contacts, payments, and bookkeeping records in the cloud.
Automate OpenWeather API queries and weather data workflows via Rube MCP.
Automate Weathermap workflows via Rube MCP using current tool schemas first.
Automate Ambient Weather queries and weather-data tasks through Rube MCP.
Automate Strava tasks and data workflows through Rube MCP tools.
Automate InfluxDB Cloud queries, management, and operations through Rube MCP.
Automate API Sports queries and data workflows through Rube MCP.