alibabacloud-iqs-weather-query
Installation
SKILL.md
IQS Weather Query - 7-Day Weather Forecast
Query 7-day weather forecasts for any city using Alibaba Cloud IQS web search (UnifiedSearch) and page reading (ReadPageBasic) capabilities.
Underlying Service: alibabacloud-iqs-search
Hybrid Parsing Strategy:
- Known sites (weather.cma.cn, weather.com.cn): Dedicated parsers extract structured JSON →
parseMode: "structured" - Unknown sites: ReadPage extracts main content (readabilityMode: article), returns raw text with extraction hint →
parseMode: "raw", agent (LLM) interprets directly
| Output Field | Description |
|---|---|
| parseMode | "structured" (parsed JSON) or "raw" (text for agent) |
| weather | Weather condition (sunny, cloudy, rain, etc.) |
| temperature | Temperature range |
| windSpeed | Wind speed/level |
| windDirection | Wind direction |
Related skills