weathercli
Get current weather conditions and forecasts for any location worldwide. Returns structured data with temperature, humidity, wind, precipitation, and more. No API key required.
Why use this skill?
Retrieve precise current weather, hourly forecasts, and multi-day climate data worldwide with the weathercli skill. No API key required.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/pjtf93/weathercliWhat This Skill Does
The weathercli skill provides a powerful, command-line interface for retrieving real-time weather conditions and detailed multi-day or hourly forecasts for any location on Earth. By leveraging robust geocoding, it translates common place names into precise location data, allowing users to query everything from current temperature and "feels-like" metrics to wind speed, UV index, and precipitation probabilities. Designed with automation in mind, it provides both human-readable, color-coded output and structured JSON payloads, making it an essential utility for developers and power users who need to integrate meteorological data into their workflows without the overhead of managing API keys.
Installation
To integrate weathercli into your OpenClaw ecosystem, execute the following command in your terminal:
clawhub install openclaw/skills/skills/pjtf93/weathercli
Ensure that you have the latest version of the OpenClaw agent installed to utilize the most recent features and ensure compatibility with the toolchain.
Use Cases
This skill is highly versatile and serves several primary use cases:
- Automation & Scripting: Incorporate weather data into daily cron jobs, such as preparing for commute weather or triggering smart home routines based on precipitation.
- Application Integration: Developers can use the JSON output mode to feed weather data into their own custom applications or dashboards.
- Travel Planning: Quickly determine the forecast for upcoming destinations, including sunrise/sunset times and UV exposure levels to better plan outdoor activities.
- Data Analysis: Researchers and hobbyists can collect historical or forecast weather trends to analyze correlations between climate and other metrics.
Example Prompts
- "What is the current weather in London, and can you provide the forecast for the next 3 days?"
- "Give me an hourly forecast for Tokyo for the next 12 hours in JSON format so I can process it in my dashboard."
- "Is it going to rain in Portland, Oregon this weekend? I need the precipitation probability for Saturday and Sunday."
Tips & Limitations
- Precision: When dealing with ambiguous city names (e.g., "Springfield"), always append the country or state for accurate results (e.g., "Springfield, Illinois").
- JSON Output: Use the
--jsonflag whenever you intend to pipe output to other scripts. This avoids parsing errors caused by color codes or formatted text. - Limits: While the tool is extremely flexible, hourly forecasts are limited to a maximum of 384 hours, and daily forecasts are capped at 16 days. For very long-range planning, consider historical data alternatives.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-pjtf93-weathercli": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, network-access
Related Skills
wallapop-cli
Use the wallapop CLI to search listings, fetch item details, view user profiles, and list categories. Apply when a user asks for Wallapop marketplace data or when you need CLI commands and flags for wallapop-cli usage.
idealista-cli
Use the idealista CLI to search Idealista listings by location (city, town, area, street) and fetch listing details. Apply when a user asks for Idealista marketplace data or needs CLI commands/flags for idealista-cli.
cochesnet-cli
Use the cochesnet CLI to search coches.net listings and fetch listing details. Apply when a user asks for coches.net marketplace data or when you need the exact CLI commands and flags for cochesnet-cli.