ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 5/5

weather

Get current weather and forecasts (no API key required).

Why use this skill?

Fetch real-time weather, temperature, and forecasts directly in OpenClaw with this easy-to-use skill. No API keys or complex setup required.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/adityak472/weather-aditya
Or

What This Skill Does

The Weather skill provides a robust, no-configuration interface for fetching real-time meteorological data directly within the OpenClaw environment. By leveraging the wttr.in service for human-readable summaries and Open-Meteo for structured programmatic data, this skill ensures that agents can provide accurate weather forecasts, temperature readings, humidity levels, and wind conditions without requiring the user to obtain or manage complex API keys.

Installation

To install this skill, run the following command in your terminal: clawhub install openclaw/skills/skills/adityak472/weather-aditya

Use Cases

This skill is ideal for agents tasked with trip planning, event coordination, or daily personal assistance. For instance, an agent can check if a user needs to bring an umbrella before they leave for work, or assist in scheduling outdoor activities by providing a forecast for a specific location. It is equally useful for developers building automation pipelines where ambient conditions might trigger specific logic or notifications.

Example Prompts

  1. "Check the current weather in London and let me know if I need a coat today."
  2. "What is the temperature and wind speed in Tokyo right now?"
  3. "Give me a detailed weather forecast for New York for the rest of the day."

Tips & Limitations

When using the wttr.in service, ensure that city names with multiple words are properly URL-encoded (e.g., using a plus sign instead of a space). While the service is extremely reliable, it is a public-facing API; for critical mission-specific applications, consider utilizing the JSON-based Open-Meteo fallback, as it provides consistent data schemas that are easier to parse for automated workflows. Please note that accuracy relies on the underlying services; if location detection fails, provide the city name explicitly using airport codes like 'JFK' or 'LHR' to ensure the most precise data retrieval. Always remember that weather services are prone to rate limits, so avoid excessive polling in tight loops.

Metadata

Stars1601
Views1
Updated2026-02-27
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-adityak472-weather-aditya": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#weather#forecast#meteorology#utility#cli
Safety Score: 5/5

Flags: network-access