← Back to Skills Marketplace
weather-mcp
by
superproxy
· GitHub ↗
· v1.0.0
· MIT-0
268
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install weather-mcp
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weather-mcp - After installation, invoke the skill by name or use
/weather-mcp - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 268 downloads so far.
How do I install weather-mcp?
Run "/install weather-mcp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is weather-mcp free?
Yes, weather-mcp is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does weather-mcp support?
weather-mcp is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created weather-mcp?
It is built and maintained by superproxy (@superproxy); the current version is v1.0.0.
More Skills