Automate OpenWeather API queries and weather data workflows via Rube MCP.
This skill appears to be an open-source, prompt-oriented wrapper with no directly declared local code execution, file access, or fixed remote endpoint, so overall risk is low. However, it depends on external Rube MCP and an Openweather connection workflow, so users should pay attention to third-party connectivity and session data handling boundaries.
The material states 'no keys required', but the README also requires establishing an ACTIVE `openweather_api` connection via `RUBE_MANAGE_CONNECTIONS` and completing an auth-link flow, indicating the actual capability may rely on external connection credentials. The skill may not directly hold the credential, but it depends on a third-party connection management system.
The documentation instructs users to add `https://rube.app/mcp` as an MCP server and use Composio/Rube to search tools, manage connections, and execute operations. This means task content, parameters, and session identifiers will be sent to a declared third-party service. No hidden or unrelated endpoints are shown, but the actual data egress scope depends on the Rube/Composio and Openweather integration implementation.
The system marks it as prompt-only, and the material does not declare any need to install executables locally, run scripts, or invoke system commands. This skill appears to be an instruction layer for external MCP tool usage rather than a local code-execution component.
There is no declaration of reading or writing local files, databases, clipboard contents, or other host resources. The described data access is mainly about external tool discovery, connection state, and API operations, with no sign of excessive local host access.
The source is an open-source GitHub repository with very high community adoption (64.7k stars), which is a strong risk-reducing factor. The material shows no malicious install script, obfuscated binary, or suspicious injection content. The missing license declaration and unknown maintenance state are worth noting, but based on current facts they do not justify a high-risk rating.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "openweather-api-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/openweather-api-automation/SKILL.md 2. Save it as ~/.claude/skills/openweather-api-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Openweather API operations through Composio's Openweather API toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/openweather_api
RUBE_MANAGE_CONNECTIONS with toolkit openweather_apiRUBE_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 openweather_apiAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Openweather API 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 Openweather API task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["openweather_api"]
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 Openweather API-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit openweather_api |
| 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 Aryn tasks through Rube MCP with schema-aware tool discovery first.
Automate Ascora tasks through Rube MCP to speed up business workflows.
Automate candidate, job, interview, and note management in Ashby using natural language.
Automate ASIN Data API lookups, extraction, and batch workflows via Rube MCP.
Automate Atlassian tasks and workflows through Rube MCP integrations.
Automate Apipie AI workflows via Rube MCP with schema-first tool discovery.
Automate Ambient Weather queries and weather-data tasks through Rube MCP.
Automate Weathermap workflows via Rube MCP using current tool schemas first.
Automate OpenRouter workflows via Rube MCP using current tool schemas first.
Automate News API searches, retrieval, and news data workflows via Rube MCP.
Automate API Sports queries and data workflows through Rube MCP.
Automate Aero Workflow tasks via Rube MCP using current tool schemas.