From cwa-weather
Use when user asks about Taiwan weather, forecast, observation, typhoon, alerts, or marine data. Requires cwa-weather CLI and CWA_API_KEY env var.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cwa-weather:cwa-weatherThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Taiwan CWA Open Data CLI. Output is human-readable text by default. Use `--json` for raw JSON.
Taiwan CWA Open Data CLI. Output is human-readable text by default. Use --json for raw JSON.
| Need | Command | Key flags |
|---|---|---|
| Township forecast | cwa-weather forecast --city 臺北市 --town 中正區 | --element, --days N, --summary, --time-from, --time-to |
| Observation | cwa-weather observe --city 新北市 | --station (alt), --element |
| 36hr overview | cwa-weather overview --city 臺北市 | --element, --time-from, --time-to |
| Alerts | cwa-weather alert | --city |
| Typhoon | cwa-weather typhoon | --td-no, --dataset |
| Marine | cwa-weather sea | --station |
| Any endpoint | cwa-weather query DATAID -p key=value | -p (repeatable) |
| List cities | cwa-weather cities | --city (show towns) |
Run cwa-weather <command> --help for all flags and details.
--json flag for raw JSON output (pipe to jq for field extraction)CWA_API_KEY is not set, commands exit with a clear error message台→臺 auto-converted (e.g. 台北市 → 臺北市)observe: --city and --station are mutually exclusive — use one or the other, not both--element accepts comma-separated values (CWA API-defined names)forecast --days N shows N days of data (1-3, default 1)forecast --summary groups entries by day instead of flat listquery command always outputs JSON (generic endpoint, cannot format)npx claudepluginhub kerkerj/cwa-weather --plugin cwa-weatherQueries New Zealand weather and marine data from the MetOcean API. Provides current conditions, hourly forecasts, 7-day outlooks, and wave/swell data via CLI.
Automates Stormglass IO operations through Composio's Stormglass IO toolkit via Rube MCP. Includes tool discovery, connection management, and execution patterns.
Queries the Korean Meteorological Administration's short-term forecast API via a proxy, summarizes weather for any location in Korea (by grid or lat/lon).