
from scienceclaw503
Query current weather and 7-day forecasts for any city using the Open-Meteo API (no API key). Provides human-friendly summaries, clothing and travel advice.
Provides real-time weather and multi-day forecasts for cities worldwide using the free Open-Meteo API. The skill extracts city names, resolves coordinates via geocoding, fetches current conditions and a 7-day forecast, and translates weather codes into readable text.
Trigger when a user asks about current weather, temperature, precipitation, humidity, wind, or requests clothing/travel advice based on weather. Supports queries in Chinese and English and handles ambiguous geocoding results by asking follow-ups.
Agents that can make HTTP requests or shell out to curl (Copilot/Codex/CLI-capable agents).
A weather skill that queries Open-Meteo's free geocoding and forecast APIs via curl. Instructions are clear and cover the full workflow: geocode city → fetch forecast → interpret weather codes → format reply with practical advice. No scripts bundled — it's a pure prompt-based skill relying on the agent executing curl commands. Bilingual (Chinese primary, English secondary). No security concerns — only calls well-known public APIs with no auth required.
Clean, straightforward weather lookup skill. Uses only public Open-Meteo APIs (no keys, no telemetry, no suspicious hosts). Architecture is simple — single SKILL.md with no scripts/references directories. Could benefit from structured output contracts and error handling guidance. The bilingual approach (Chinese+English) is a nice touch for international audiences.