modelscope.cn

Weather Query

Step-by-step guidance for weather query workflows and fetching real-time meteorological data.

Installation

$ npx skills add https://modelscope.cn

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from modelscope.cn · top by installs.

npx skills add https://modelscope.cn

Browse all from modelscope.cn

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,786 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Weather Query

Support weather query workflows with clear steps and best practices.

Instruction

  • Resolve the target geographic location by mapping city names or addresses to latitude and longitude coordinates.
  • Select the specific meteorological parameters required, such as temperature, humidity, wind speed, UV index, or precipitation levels.
  • Define the temporal scope of the query, distinguishing between real-time current conditions, hourly forecasts, or 7-day outlooks.
  • Retrieve data from authoritative global weather APIs (e.g., OpenMeteo, NOAA) and handle unit conversions where necessary.
  • Analyze weather alerts or extreme conditions that might impact specific research or logistics activities.
  • Synthesize the retrieved data into a structured briefing, highlighting critical changes or trends over the requested window.

When to Use

  • When needing real-time weather status or forecasts to support operational planning and field research.
  • When performing research on historical weather patterns or environmental impacts on specific locations.
  • When integrating meteorological data into automated alerting systems or project dashboards.

Output

  • Structured weather reports containing current conditions and multi-day forecast summaries.
  • Visualized weather trends (e.g., temperature curves or precipitation probability charts).
  • Actionable steps for responding to adverse weather warnings or specific meteorological conditions.