Automate Weathermap workflows via Rube MCP using current tool schemas first.
This skill itself is an open-source prompt-style wrapper from a community-trusted source. However, it explicitly relies on remote Rube MCP and a subsequent Weathermap connection, so actual use sends operations and related data to third-party services; overall this is caution rather than high risk.
The material says the skill itself needs no API key, but it requires an active `weathermap` connection via `RUBE_MANAGE_CONNECTIONS` and asks the user to follow an auth link. In practice this still involves third-party account authorization or tokens, likely brokered by Rube/Composio, which creates normal delegated-credential risk.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and performing actions through Composio's Weathermap toolkit. User task descriptions, session IDs, tool arguments, and possibly business data will be sent to those declared third-party services. The destination is identified, so this is a normal egress case for this type of tool.
The system flags this as `prompt-only`, and the material does not describe local install scripts, local process spawning, shell execution, or requests for system-level capabilities. It behaves more like instructions for remote tool use than a locally executing component.
The skill text does not claim direct local file read/write, but it does instruct the model to search tools, manage connections, and execute remote Weathermap operations. The real data scope depends on the permissions granted on the Weathermap side and the arguments sent to the remote tools, so this should be treated as normal access risk to remote business data.
The source is a high-star open-source GitHub repository, and the current material is mainly README/prompt content, which is relatively auditable. Although the license is not stated, maintenance status is unknown, and actual operation depends on external Rube/Composio services, these facts alone do not justify a high-risk rating.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "weathermap-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/weathermap-automation/SKILL.md 2. Save it as ~/.claude/skills/weathermap-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Weathermap operations through Composio's Weathermap toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/weathermap
RUBE_MANAGE_CONNECTIONS with toolkit weathermapRUBE_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 weathermapAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Weathermap 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 Weathermap task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["weathermap"]
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 Weathermap-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit weathermap |
| 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 Astica AI tasks via Rube MCP using current tool schemas.
Automate Codacy tasks to streamline code quality checks and governance.
Automate Seqera tasks through Rube MCP to streamline workflow operations.
Automate Callpage tasks through Rube MCP to improve callback and lead operations.
Automate CustomJS tasks through Rube MCP for faster scripted workflows.
Automate Scrapegraph AI tasks via Rube MCP with schema-first tool discovery.
Automate Ambient Weather queries and weather-data tasks through Rube MCP.
Automate OpenWeather API queries and weather data workflows via Rube MCP.
Automate Mapbox tasks through Rube MCP for mapping and workflow operations.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Radar tasks and workflows through Rube MCP integrations.
Automate Stormglass IO weather data queries and integrations through Rube MCP.