← 返回 Skills 市场
weather-mcp
作者
superproxy
· GitHub ↗
· v1.0.0
· MIT-0
268
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install weather-mcp
功能描述
Query weather information via a local/remote MCP weather server using the SSE endpoint https://api-dev.ljyd.cn/mcp-servers/myweather/sse. Use when the user a...
安全使用建议
This skill is coherent and low-friction, but check the endpoint before use: it points to a third-party dev host (api-dev.ljyd.cn). If you don't trust that host, or you intended to use an internal MCP, update the URL to your official service. The skill does not request secrets, and it sensibly instructs the agent to provide runnable curl/code examples rather than pretending it can always reach your local MCP. If you plan to let the agent call the public endpoint automatically, be aware the request may include location information — avoid sending precise personal coordinates unless you trust the service. Finally, if you have official MCP API docs, consider replacing the abstract request/response shapes in the SKILL with the real schema to avoid parsing errors.
功能分析
Type: OpenClaw Skill
Name: weather-mcp
Version: 1.0.0
The skill bundle provides instructions for an AI agent to facilitate weather queries via a specific MCP server endpoint (https://api-dev.ljyd.cn/mcp-servers/myweather/sse). It includes guidance on constructing JSON requests and provides example curl commands for the user to execute locally, which is consistent with its stated purpose. No malicious patterns, data exfiltration, or unauthorized execution logic were found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
The name/description match the SKILL.md: it explains how to query a specific MCP SSE weather endpoint and how to summarize results. There are no extra credentials, binaries, or unrelated requirements that don't belong to a weather-query helper.
Instruction Scope
Instructions are narrowly focused: construct JSON requests, call the stated SSE URL, stream and parse events, and summarize results. The doc explicitly warns the cloud agent may not be able to reach a local/private MCP and instructs the agent to provide curl/code examples for the user to run locally. Minor note: the endpoint is a hard-coded dev host (https://api-dev.ljyd.cn/...), so callers should verify they intend to use that specific third-party URL.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk or installed, which is proportionate for this task.
Credentials
No environment variables, credentials, or config paths are requested. The SKILL.md mentions an optional Authorization header but does not require any tokens; this is reasonable and proportional for a simple API client doc.
Persistence & Privilege
Skill is not forced-always, does not request persistent privileges, and does not instruct modifying other skills or global agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weather-mcp - 安装完成后,直接呼叫该 Skill 的名称或使用
/weather-mcp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the weather-mcp skill.
- Enables querying current and short-term weather forecasts via a local or remote MCP weather server using the SSE endpoint.
- Provides detailed instructions for constructing requests, handling responses, and summarizing results for users.
- Includes recommended request/response structures and natural language summary guidelines.
- Supports both city names and coordinates as location input.
元数据
常见问题
weather-mcp 是什么?
Query weather information via a local/remote MCP weather server using the SSE endpoint https://api-dev.ljyd.cn/mcp-servers/myweather/sse. Use when the user a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 268 次。
如何安装 weather-mcp?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weather-mcp」即可一键安装,无需额外配置。
weather-mcp 是免费的吗?
是的,weather-mcp 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
weather-mcp 支持哪些平台?
weather-mcp 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 weather-mcp?
由 superproxy(@superproxy)开发并维护,当前版本 v1.0.0。
推荐 Skills