How this skill is triggered — by the user, by Claude, or both
Slash command
/openwaifu:weatherThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
사용자가 날씨를 요청했을 때 ("OO 날씨", "날씨 알려줘", "오늘 날씨 어때" 등) 다음 절차로 응답한다.
사용자가 날씨를 요청했을 때 ("OO 날씨", "날씨 알려줘", "오늘 날씨 어때" 등) 다음 절차로 응답한다.
https://wttr.in/Guri,Korea?format=j1https://wttr.in/[영문지역명],Korea?format=j1current_condition[0].temp_C → 현재 기온weather[0].mintempC → 오늘 최저기온weather[0].maxtempC → 오늘 최고기온current_condition[0].humidity → 습도weather[0].hourly에서 현재 시간대의 chanceofrain → 강수확률current_condition[0].weatherDesc[0].value → 날씨 상태 (영문)YYYY년 M월 D일 날씨 날씨상태이모지 OO°C · 최저 OO / 최고 OO 💧 강수 OO% · 습도 OO%
날씨 상태에 맞는 한 줄 코멘트
npx claudepluginhub jeonghyeon-net/openwaifuQueries the Korean Meteorological Administration's short-term forecast API via a proxy, summarizes weather for any location in Korea (by grid or lat/lon).
Queries New Zealand weather and marine data from the MetOcean API. Provides current conditions, hourly forecasts, 7-day outlooks, and wave/swell data via CLI.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.