๐ŸŽฏ

korea-weather

๐ŸŽฏSkill

from nomadamas/k-skill

VibeIndex|
What it does
|

Query the Korea Meteorological Administration (KMA) short-term forecast via `k-skill-proxy` using either `nx`/`ny` grid coordinates or `lat`/`lon` (auto-converted by the proxy), and summarize `TMP`/`SKY`/`PTY`/`POP`/`PCP`/`SNO`/`REH`/`WSD`. The upstream `KMA_OPEN_API_KEY` stays on the proxy so users never handle it directly.

๐Ÿ“ฆ

Same repository

nomadamas/k-skill(55 items)

korea-weather

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add nomadamas/k-skill --skill korea-weather
skills.sh Installโš  Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add nomadamas/k-skill --skill korea-weather
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/korea-weather/SKILL.md

SKILL.md

1,191Installs
-
AddedApr 12, 2026

More from this repository10

๐ŸŽฏ
hwp๐ŸŽฏSkill

Convert `.hwp` (Hangul) documents to JSON, Markdown, or HTML, extract images, and run batch conversions, automatically routing between `@ohah/hwpjs` (default, macOS/Linux/CI) and `hwp-mcp` (Windows with the Hangul program installed when direct control is required). Handles the common case of needing Hangul/HWP document processing from AI agents.

๐ŸŽฏ
k-skill-setup๐ŸŽฏSkill

Post-installation setup skill for k-skill that configures sops+age encryption, secrets management, and optional automation hooks.

๐ŸŽฏ
kakaotalk-mac๐ŸŽฏSkill

Drives `kakaocli` on macOS to read KakaoTalk chat lists, search messages, and send replies on top of the local KakaoTalk Mac database and macOS accessibility automation (no official Kakao API). Walks through the safety flow โ€” Full Disk Access + Accessibility permissions, `--me`/`--dry-run` testing, mandatory user confirmation before any non-self send.

๐ŸŽฏ
ktx-booking๐ŸŽฏSkill

Searches, reserves, inspects, and cancels KTX/Korail tickets via `korail2` plus a `scripts/ktx_booking.py` helper that reattaches the `x-dynapath-m-token`, `Sid`, and latest app version to bypass Korail's recent Dynapath anti-bot `MACRO ERROR`. Resolves credentials from env vars / agent secret vaults / `~/.config/k-skill/secrets.env` and stops before payment โ€” automating purchase confirmation is explicitly out of scope.

๐ŸŽฏ
srt-booking๐ŸŽฏSkill

Searches, reserves, inspects, and cancels SRT tickets in Korea using the `SRTrain` Python library with explicit `Adult`/`SeatType` passenger and seat models. Resolves `KSKILL_SRT_ID`/`KSKILL_SRT_PASSWORD` from env vars or `~/.config/k-skill/secrets.env`, summarizes candidate trains before any reservation, and intentionally stops short of payment automation.

๐ŸŽฏ
zipcode-search๐ŸŽฏSkill

Skill for quickly looking up Korean postcodes from addresses using the official ePost road-name search.

๐ŸŽฏ
seoul-subway-arrival๐ŸŽฏSkill

Looks up Seoul real-time subway arrival information through a `KSKILL_PROXY_BASE_URL` proxy that wraps the official Seoul Open Data API, so users never handle the upstream OpenAPI key directly. Returns line, direction, first/second arrival messages, and seconds until arrival per station, with an explicit "as of" timestamp because the data changes second-by-second.

๐ŸŽฏ
kbo-results๐ŸŽฏSkill

Fetches KBO (Korean baseball) game schedules and scores for a specific date with the globally-installed `kbo-game` npm package, calling its `getGame(new Date(...))` export with a strict KST date conversion (string dates fail in `kbo-game@0.0.2`). Returns home/away, status, and score per game and supports optional team filtering, always converting relative "today/yesterday" inputs to absolute dates.

๐ŸŽฏ
lotto-results๐ŸŽฏSkill

Checks Korean Lotto draw results โ€” latest round (`getLatestRound`), specific round detail (`getDetailResult`), and ticket-number matching (`checkNumber`) โ€” using the globally-installed `k-lotto` npm package via `NODE_PATH=$(npm root -g)` invocation. Used for "์ด๋ฒˆ ์ฃผ ๋กœ๋˜ ๋ฒˆํ˜ธ", a specific round's winning numbers/payouts, or checking whether a user's six numbers won.

๐ŸŽฏ
daiso-product-search๐ŸŽฏSkill

Looks up Daiso store-specific product stock through Daiso Mall's official store-search, product-search, and store-pickup-stock APIs (`searchStores` โ†’ `searchProducts` โ†’ `getStorePickupStock`), wrapped by the `daiso-product-search` Node package and an end-to-end `lookupStoreProductAvailability` helper. Asks for the store name and product keyword first when missing and explicitly notes that the official surfaces don't expose in-store aisle/shelf positions.