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

kmi-cli

Query Belgian weather via KMI/IRM meteo.be API. Use when user wants forecasts, current weather, radar, warnings, or UV index for Belgian locations. Triggered by mentions of Belgian weather, KMI, IRM, meteo.be, or Belgian forecast.

Why use this skill?

Integrate real-time Belgian weather forecasts, warnings, and UV indices into your OpenClaw AI agent using the official KMI/IRM API interface.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/dedene/kmi
Or

What This Skill Does

The kmi-cli skill provides OpenClaw agents with direct, real-time access to the official Royal Meteorological Institute (KMI/IRM) weather data for Belgium. By leveraging the power of meteo.be, this skill allows for precise querying of current weather conditions, multi-day forecasts, active weather warnings, and UV indices across any Belgian location. Whether you are identifying weather trends by city name, geographic coordinates, or saved favorites, this tool returns structured data that is optimized for programmatic parsing through OpenClaw workflows. It is the definitive resource for weather-sensitive automation in the Belgian region.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal:

clawhub install openclaw/skills/skills/dedene/kmi

Ensure your environment is set up with the necessary CLI permissions. Once installed, no additional API keys are required as the tool interacts directly with the public KMI/IRM infrastructure.

Use Cases

  • Personal Planning: Automatically check the weather for your commute or weekend plans using the @home or @work favorites system.
  • Alert Monitoring: Integrate the warning system into an agent's notification loop to get notified of storms or heatwaves in real-time.
  • Data Analysis: Extract high-granularity forecast data into external analytical tools using the --json output flag, allowing for complex weather-based decision logic.
  • Automation: Trigger automated actions based on weather conditions, such as closing windows or rescheduling outdoor tasks when rain or severe weather is forecasted.

Example Prompts

  1. "Check the current weather in Brussels and tell me if I need an umbrella today."
  2. "What are the weather warnings for Belgium for the next 24 hours?"
  3. "Give me a 7-day forecast for Leuven and list the daily conditions as a summary."

Tips & Limitations

  • Efficiency: Always use the --json flag when performing tasks that involve data parsing; this ensures compatibility with tools like jq.
  • Favorites: While managing favorites via kmi favorites add is convenient, remember that the agent should only modify these settings with explicit user authorization.
  • File Handling: Be aware that the kmi radar command downloads image files to your local disk. Ensure your working directory is appropriate before running radar-heavy workflows.
  • Language: You can adjust the localized output of the tool by setting the KMI_LANG environment variable to en, nl, fr, or de.

Metadata

Author@dedene
Stars2190
Views1
Updated2026-03-07
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-dedene-kmi": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#weather#belgium#forecast#kmi#cli
Safety Score: 4/5

Flags: network-access, file-write, external-api