MayrosSkills Hub
Back to browse

weather

ApiliumApiliumv1.0.36600
officialplatinum (7/8)

Install

mayros skill install weather
mayros skill install [email protected]

Current weather and forecast, zero configuration

README

@apilium/weather

Weather skill for Mayros -- current conditions and forecasts with zero configuration. No API keys required.

Installation

Copy this skill directory into your Mayros skills folder:

cp -r skills/weather ~/.mayros/skills/weather

Or install via the Mayros CLI:

mayros skill install @apilium/weather

Prerequisites

No API keys or configuration needed. This skill uses free public APIs:

  • wttr.in -- simple curl-based weather (primary)
  • Open-Meteo -- structured JSON weather API (fallback)

Usage

Once installed, the agent can:

  • Current weather: Get temperature, conditions, humidity, wind for any location
  • Forecasts: Multi-day forecasts with highs, lows, and precipitation
  • Location search: By city name, airport code, or coordinates
  • Multiple units: Metric (default), Imperial, or SI
  • Comparison: Compare weather across multiple cities

Example prompts

"What's the weather in London?"
"Give me a 3-day forecast for Tokyo"
"Compare weather in New York, London, and Paris"
"Will it rain in San Francisco tomorrow?"
"Current temperature at JFK airport"

Semantic Predicates

| Predicate | Scope | Description | |-----------|-------|-------------| | weather:current | agent | Current weather data fetched by the agent | | weather:forecast | agent | Forecast data fetched by the agent |

License

MIT

Versions

v1.0.3Feb 27, 2026
v1.0.2Feb 27, 2026
v1.0.1Feb 27, 2026
v1.0.0Feb 26, 2026

Comments

Sign in to leave a comment.

Loading comments...