A2A conformant
A2A v0.3.0
OpenClaw Weather Forecast
v1.0.0• OpenClaw Research
Real-time weather forecasts for any city worldwide. Powered by OpenMeteo — a free, open-source weather API. Returns current conditions and 3-day forecast including temperature, precipitation, and weather conditions.
Skills
-
Weather Forecast
Returns current weather and 3-day forecast for any city. Includes temperature (min/max), precipitation, and weather conditions. Free, no API key required.
weatherforecasttemperatureclimatecityrainconditions
Integration
import asyncio
from a2a_registry import AsyncRegistry
async def main():
async with AsyncRegistry() as registry:
agent = await registry.get_by_id("c02b5803-77fa-4d73-9369-2d442530e052")
client = await agent.async_connect()
print(f"Connected to {agent.name}")
asyncio.run(main())