通过 Rube MCP 自动执行 Weathermap 相关任务并先检索最新工具结构。
该技能本身是开源的提示型封装,来源社区信誉较强;但其设计明确依赖远程 Rube MCP 与后续 Weathermap 连接,实际使用会把操作与相关数据发送到第三方服务,因此整体为需留意而非高风险。
材料称技能本身无需 API key,但要求通过 `RUBE_MANAGE_CONNECTIONS` 建立 `weathermap` 的活动连接,并提示用户跟随认证链接完成授权;这意味着实际使用中仍会涉及第三方账户授权或令牌,只是由 Rube/Composio 代管,存在常规凭证委托风险。
README 明确要求添加远程 MCP 端点 `https://rube.app/mcp`,并通过 Composio 的 Weathermap toolkit 执行操作;用户输入的任务描述、会话 ID、工具参数和可能的业务数据会发送到这些声明的第三方服务。端点有明确指向,属工具常规外发场景。
系统检查项标明为 `prompt-only`,材料中也未声明本地安装脚本、本机起进程、shell 执行或系统级能力申请;该技能更像远程工具调用说明,而非本地执行组件。
技能文本未声明直接读写本地文件,但会要求搜索工具、管理连接并执行远程 Weathermap 操作;实际可访问的数据范围取决于用户在 Weathermap 侧授予的权限及提交给远程工具的参数,因此应视为对远程业务数据的常规访问风险。
来源为 GitHub 上高 star 的开源仓库,且当前材料主要是 README/提示内容,可审计性较好;虽许可证未声明、维护状态未知,且实际运行依赖外部 Rube/Composio 服务,但仅凭这些不足以上升为高风险。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "weathermap-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/weathermap-automation/SKILL.md 2. 保存为 ~/.claude/skills/weathermap-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
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
通过 Rube MCP 自动执行 Cardly 工作流,并先检索最新工具结构。
通过 Rube MCP 自动化 DialMyCalls 通知、联系人与活动管理流程。
通过 Rube MCP 自动化 Linkup 任务,并先检索最新工具 schema 后执行操作。
通过 Rube MCP 自动执行 Backendless 常见操作,加速后端配置与维护流程。
通过 Rube MCP 自动处理 Chatwork 消息、任务与协作流程,减少重复操作。
通过 Rube MCP 自动处理 Esignatures IO 的电子签署与文档流程。
通过 Rube MCP 自动执行 Ambient Weather 查询与天气数据相关操作。
通过 Rube MCP 自动执行 OpenWeather API 查询与天气数据流程编排。
通过 Rube MCP 自动化执行 Mapbox 相关任务,如检索、管理与地图工作流集成。
通过 Rube MCP 自动执行 Autom 相关任务,并先检索最新工具 schema。
通过 Rube MCP 自动执行 Radar 相关任务与工作流操作。
通过 Rube MCP 自动化执行 Stormglass IO 相关天气数据查询与集成任务