← Back to Skills Marketplace
Weather Check
by
CutTheMustard
· GitHub ↗
· v1.0.0
336
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install weather-check
Description
Current weather conditions and multi-day forecasts for any location worldwide.
Usage Guidance
This skill simply posts location queries to https://weather.agentutil.net and returns the service's response. Before installing, consider whether you trust that domain and its privacy claims: queries (including coordinates) will be sent to that third party and may be logged. The SKILL.md mentions a paid crypto-based tier — confirm you understand how billing would be handled if you plan to exceed the free quota. If you need stronger privacy guarantees, prefer a weather API you control or one from a well-known provider and require explicit authentication rather than an unauthenticated endpoint.
Capability Analysis
Type: OpenClaw Skill
Name: weather-check
Version: 1.0.0
The skill bundle describes a 'weather-check' agent skill that interacts with the external service `https://weather.agentutil.net`. The `SKILL.md` file provides documentation, API endpoints, and usage examples using `curl`. There is no evidence of prompt injection attempts against the AI agent, data exfiltration, malicious execution, persistence mechanisms, or obfuscation. The content is consistent with a legitimate, well-documented skill for retrieving weather information.
Capability Assessment
Purpose & Capability
Name/description (weather and forecasts) match the runtime instructions which call a remote weather API (https://weather.agentutil.net). There are no unrelated requirements (no binaries, env vars, or installs). Note: registry metadata listed no homepage but SKILL.md includes one — minor metadata inconsistency.
Instruction Scope
SKILL.md instructs the agent to POST location data (name or lat/lon) to the external service and to parse responses. This is expected for a weather skill, but it does mean user-provided locations are transmitted to a third-party endpoint; the agent may also perform outbound network calls whenever the skill is used.
Install Mechanism
No install spec and no code files — instruction-only. Nothing is written to disk or installed by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested. The SKILL.md mentions a paid tier (crypto payment) but does not require any payment credentials from the agent, which is unusual but not inconsistent.
Persistence & Privilege
always: false and default agent invocation rules apply. The skill does not request permanent presence or privileges over other skills or system config.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weather-check - After installation, invoke the skill by name or use
/weather-check - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of weather-check skill.
- Provides current weather conditions and multi-day forecasts for any global location.
- Supports location queries by name or coordinates.
- Free tier: 10 queries/day, no authentication needed.
- Paid tier available with low per-query cost.
- Privacy focused: No personal data collected; rate limiting via IP hash only.
Metadata
Frequently Asked Questions
What is Weather Check?
Current weather conditions and multi-day forecasts for any location worldwide. It is an AI Agent Skill for Claude Code / OpenClaw, with 336 downloads so far.
How do I install Weather Check?
Run "/install weather-check" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Weather Check free?
Yes, Weather Check is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Weather Check support?
Weather Check is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Weather Check?
It is built and maintained by CutTheMustard (@cutthemustard); the current version is v1.0.0.
More Skills