通过 Rube MCP 自动执行 OpenWeather API 查询与天气数据流程编排。
该技能本身是开源的提示型封装,未直接声明本地代码执行、文件读写或固定远程端点,整体风险较低。但其设计依赖外部 Rube MCP 与 Openweather 连接流程,实际运行时会把操作委托给第三方服务,应留意外部连接与会话数据处理边界。
材料表面写明“无密钥”,但 README 同时要求通过 `RUBE_MANAGE_CONNECTIONS` 建立 `openweather_api` 的 ACTIVE 连接并完成授权链接流程,说明实际能力可能依赖外部连接凭证;凭证不由该 skill 直接持有,但会经过第三方连接管理体系。
文档要求添加 `https://rube.app/mcp` 作为 MCP 服务,并通过 Composio/Rube 搜索工具、管理连接、执行操作;这意味着任务内容、参数和会话标识会发送到声明的第三方服务。未见隐藏或无关端点,但实际数据外发范围取决于 Rube/Composio 与 Openweather 集成实现。
系统检查项已标记为 prompt-only,材料中也未声明需要在本机安装可执行程序、运行脚本或调用系统命令;该 skill 更像是对外部 MCP 工具调用流程的说明,而非本地代码执行组件。
未见其声明读取或写入本地文件、数据库、剪贴板或其他主机资源;材料描述的数据访问主要围绕外部工具搜索、连接状态与 API 操作,不体现本机过度授权。
来源为 GitHub 上的开源仓库,且社区采用度很高(64.7k star),这是明显的降风险因素;当前材料未见恶意安装脚本、混淆二进制或可疑注入内容。需注意许可证未声明、维护状态未知,但仅据现有事实不足以上升为高风险。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "openweather-api-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/openweather-api-automation/SKILL.md 2. 保存为 ~/.claude/skills/openweather-api-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
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
通过 Rube MCP 自动执行 Anthropic 管理员任务并查询最新工具模式。
通过 Rube MCP 自动执行 API Labz 任务,并先检索最新工具结构后操作。
通过 Rube MCP 自动处理 Mopinion 任务,快速查询当前工具结构并执行反馈相关操作。
通过 Rube MCP 自动执行 Moxie 任务,并先检索最新工具结构再操作。
通过 Rube MCP 自动处理 Missive 邮件与协作任务,提升团队沟通效率。
通过 Rube MCP 自动执行 Anchor 浏览器操作与网页流程
通过 Rube MCP 自动执行 Ambient Weather 查询与天气数据相关操作。
通过 Rube MCP 自动执行 Weathermap 相关任务并先检索最新工具结构。
通过 Rube MCP 自动化 OpenRouter 相关任务并先检索最新工具模式
通过 Rube MCP 自动执行 News API 查询、检索与新闻数据流程。
通过 Rube MCP 自动化 API Sports 查询与数据处理,快速完成体育数据任务。
通过 Rube MCP 自动执行 Aero Workflow 流程任务并查询最新工具结构。