
π―Skills97
Post-installation setup skill for k-skill that configures sops+age encryption, secrets management, and optional automation hooks.
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.
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.
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.
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.
Skill for quickly looking up Korean postcodes from addresses using the official ePost road-name search.
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.
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.
Track CJλνν΅μ΄ and μ°μ²΄κ΅ parcels by invoice number with official carrier endpoints, and structure the workflow around a carrier adapter that can grow to more couriers later.
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.
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.
μμ΄μ½λ¦¬μ κΈ°λ° λ―ΈμΈλ¨Όμ§/μ΄λ―ΈμΈλ¨Όμ§λ₯Ό μ§μλͺ λλ μμΉ ννΈλ‘ μ‘°ννλ€. κΈ°λ³Έ κ²½λ‘λ k-skill-proxyμ report endpointλ€.
Read-only Toss Securities (ν μ€μ¦κΆ) skill driven by `JungHoonGhae/tossinvest-cli` `tossctl` for account list/summary, portfolio positions/allocation, single/batch quotes, open and monthly completed orders, and watchlist β all as `--output json`. Walks through Homebrew install + `tossctl auth login` browser session and explicitly excludes any real-trading mutations (only inquiries are in scope).
Asks the user's current location first, then finds nearby bars on Kakao Map using the official mobile search, place panel JSON (`place-api.map.kakao.com/places/panel3/<confirmId>`), and place detail pages β surfacing 3-5 results with name, category, current open status, signature menu, seating hints (group seats / bar table), phone, and distance. Wrapped by the `searchNearbyBarsByLocationQuery` Node helper so agents can integrate it with one call.
Look up Korean laws, articles, precedents, authoritative interpretations, and local ordinances via the `korean-law-mcp` server as the primary path, falling back to the approved `λ²λ§` (`https://api.beopmang.org`) REST/MCP surface when the primary is unavailable. Tools include `search_law`, `get_law_text`, `search_precedents`, `search_interpretations`, and `search_ordinance`.
Look up K League 1/2 match results and live standings by date and team via the official K League JSON endpoints and the `kleague-results` npm package β no HTML scraping, supports team name or code filters like `FCμμΈ` / `K09`.
Search Coupang products and real-time prices via the `coupang-mcp` server β keyword search, rocket-delivery-only filter, price-range search, product comparison tables, category bests, and Gold Box deals. Uses Danawa prices first with Coupang API fallback, routed through a Tokyo proxy to bypass regional blocks and requires no API key.
Korean apartment/officetel/villa/single-house/commercial real-transaction-price and μ μμΈ lookups via the `k-skill-proxy.nomadamas.org` proxy on top of the MOLIT (κ΅ν κ΅ν΅λΆ) public APIs. Resolves region via `region-code`, then queries the right `/v1/real-estate/:assetType/:dealType` endpoint with `lawd_cd` + `deal_ymd`, returning median/min/max price summaries and top deals β no user-side API key required.
Conservative Korean spell-check and proofreading via the Nara/PNU `nara-speller.co.kr` surface, chunking long input (~1500 chars per request, 1s between chunks) and returning change-focused corrections as {μλ¬Έ, κ΅μ μ, μ΄μ }. Non-commercial, user-initiated final-review use only β not for batch SaaS backends or commercial resale.
Survey major Korean rental-car providers (SKλ ν°μΉ΄, λ‘―λ°λ ν, λ λμΊ‘) and query used-car inventory from SKλ ν°μΉ΄ λ€μ΄λ νΈ `νκ³ BUY` (`skdirect.co.kr/tb`) by reading the `__NEXT_DATA__` snapshot β no login. Returns monthly rental price, buy-out price, model year, mileage, fuel, and transmission per car.
Search Olive Young stores, products, and per-store inventory by running the upstream `daiso` CLI (from `hmmhmmhm/daiso-mcp`) against `/api/oliveyoung/stores`, `/api/oliveyoung/products`, and `/api/oliveyoung/inventory`. Recommends CLI-first usage (`npx --yes daiso ...`) over installing the MCP server directly, and does not vendor upstream code β only provides guidance.
Find the cheapest nearby gas stations in Korea based on the user's current location, always asking for location first and then resolving it via Kakao Map anchor search β KATEC coords β Opinet official APIs (`aroundAll.do` + `detailById.do`). Defaults to νλ°μ (B027), switches to κ²½μ (D047) when requested, and returns 3β5 candidates with price, distance, self-service flag, and amenities.
LCK results and advanced analytics skill backed by Riot official LoL Esports APIs plus Oracle's-Elixir-style historical data β scoreboard, current standings, live turning points, champion matchup/synergy, patch meta, and team power ratings. Ships local pipeline scripts (`sync-oracle`, `build-match-report`, `analyze-live-game`) and normalizes team aliases like T1/SKT T1, λ΄μ/Dplus KIA, DN SOOPers/κ΄λ νλ¦μ€.
Search the Joseon Dynasty Annals (μ‘°μ μμ‘°μ€λ‘) by keyword, with optional king (`--king`) and Gregorian year (`--year`) narrowing, by scraping the official `sillok.history.go.kr` search page and article detail pages via a bundled `scripts/sillok_search.py` helper. Returns titles, links, summaries, and κ΅μ/μλ¬Έ excerpts; v1 is plain scraping β no embedding or semantic search.
Query current Han River water level and flow rate by station name (`stationName`, e.g. νκ°λκ΅, μ μκ΅) or station code (`stationCode`) through `k-skill-proxy.nomadamas.org/v1/han-river/water-level`, backed by the νκ°νμν΅μ μ (HRFCO) Open API. The proxy holds the ServiceKey, returns ambiguous-name candidate lists when input is too broad, and surfaces only the station, timestamp, water level, flow rate, and active alert thresholds.
Search KRX-listed Korean stocks (KOSPI/KOSDAQ/KONEX) via `k-skill-proxy` β endpoints `/search`, `/base-info`, and `/trade-info` return stock name/code matches, base info (`standard_code`, 보ν΅μ£Ό type, listed shares), and daily price/volume snapshots. Auto-resolves the latest business day when `bas_dd` is omitted; `KRX_API_KEY` stays on the proxy.
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.
Use when the user asks for nearby restaurants or κ·Όμ² λ§μ§. Always ask the user's current location first, then search official λΈλ£¨λ¦¬λ³Έ Blue Ribbon Survey ribbon restaurants near that location.
Search Korean patent and utility-model publications on the official KIPRIS Plus Open API via the bundled `scripts/patent_search.py` helper β keyword search (`getWordSearch`) and application-number detail lookup (`getBibliographyDetailInfoSearch`) with year, page, and patent/utility filters. Requires `KIPRIS_PLUS_API_KEY` (or `--service-key`) and outputs structured JSON with μΆμλ²νΈ, λ°λͺ μλͺ μΉ, μΆμμΈ, μ΄λ‘.
Query νμ μμ λΆ μνμ°λ κΈ°λ°°μΆμ 보 Open API (data.go.kr) via the `k-skill-proxy` server to return μꡰꡬ-based household waste, food waste, and recyclables disposal days, times, locations, and methods β without the user ever having to issue a `DATA_GO_KR_API_KEY`. The proxy injects `serviceKey` server-side and requires only `cond[SGG_NM::LIKE]` from the client.
Drive the `bunjang-cli` (λ²κ°μ₯ν° CLI) for keyword/price-range search, item detail, bulk multi-page collection, and AI-ready `.toon` chunk export β all CLI-first via `npx --yes bunjang-cli ...`. Optional login flow (`auth login`, requires interactive TTY) unlocks favorites and chat; chat/favorite actions only fire when explicitly requested. Guides agents through triage (title/price only at search stage) β details β bulk export without fabricating commands.
Semi-automate HiPass (νμ΄ν¨μ€) toll-receipt issuance by reusing an *already-logged-in* Chrome session (Playwright persistent context or `user-data-dir` / remote debugging) β never stores ID/PW, OTP, or certificates. `hipass-receipt` CLI has three commands: `chrome-command` to launch the logged-in profile, `list` to query usage history between dates, and `receipt` to open the print popup for a specific `rowIndex`. Session expiry triggers an immediate re-login prompt.
Searches Naver blogs, reads full post content, and downloads images using only python3 stdlib β no API key required. Uses mobile (m.blog.naver.com) to bypass iframes, returns structured JSON from naver_search.py/naver_read.py, and pulls images from blogfiles.naver.net and postfiles.pstatic.net CDNs.
Deterministic Korean character / line / byte counter skill β uses `Intl.Segmenter` grapheme clusters, a documented line contract (`CRLF`/`LF`/`CR`/`U+2028`/`U+2029` = 1 line break), UTF-8 `Buffer.byteLength`, and an optional `neis` byte profile (νκΈ 3B, ASCII 1B, μ€λ°κΏ 2B) for μκΈ°μκ°μ / μ§μμ / NEIS μ μΆ form limits.
Read-only Claude skill that queries the public GeekNews RSS/Atom feed (`feeds.feedburner.com/geeknews-feed`) via a Python helper to list recent posts, search by title/summary/author, and look up single items by id β RSS-first, no login or private API.
Interview-first Claude skill for Korean food safety β queries MFDS / μνμμ λλΌ public data (κΈ°λ₯μ± μλ£ μΈμ νν© I-0040, κ°λ³μΈμ ν I-0050, νλͺ©μ μ‘° I0030, κ²μ¬λΆμ ν© I2620, νμΒ·νλ§€μ€μ§ I0490, λΆμ ν© μν) via `k-skill-proxy` only after asking symptoms, intake situation, and red flags (`νλ³`, `νμ`, `νΈν‘κ³€λ`).
Read-only Claude skill that uses Market Kurly's unauthenticated web search / product-detail surfaces (`api.kurly.com/search/v4/.../normal-search`, `kurly.com/goods/<productNo>`) to return product candidates, current price, discount flag, stock/delivery status, and product URL β never triggers ordering or cart actions.
Interview-first Claude skill for Korean MFDS drug safety β must ask symptoms, who's taking it, concurrent meds, and red flags (`νΈν‘κ³€λ`, `μμμ ν`, `μ¬ν λ°μ§`) before querying the public eμ½μμ and μμ μλΉμμ½ν APIs through `k-skill-proxy`; refuses to diagnose or prescribe.
Guidance-style v1 Claude skill that structures the official LOST112 `μ°ΎκΈ° > μ΅λλ¬Ό λͺ©λ‘` + Seoul Metro μ μ€λ¬ΌμΌν° lookup flow for Korean subway lost property β builds a `SITE=V` search payload from μλͺ / λ¬Όνλͺ / κΈ°κ° and emits a runnable `curl` example rather than doing fully automated scraping.
Claude skill that looks up Korean school lunch menus by natural-language κ΅μ‘μ² / νκ΅λͺ / λ μ§ β calls `k-skill-proxy`'s `/v1/neis/school-search` to resolve the school (handling `ambiguous_education_office` + multi-match disambiguation), then `/v1/neis/school-meal`; the NEIS `KEDU_INFO_KEY` lives only on the proxy server, never on the client.
A Claude Code skill that finds nearby public restrooms in South Korea based on the user's current location, using the official nationwide public restroom dataset and Kakao Map for coordinate resolution.
A Claude Code skill that searches Korean scholarship announcements across official sources including KOSAF, universities, foundations, companies, and government agencies, with filtering by school, income band, student level, and organization type.
A Claude Code skill for Hola Poke Yeoksam restaurant that provides menu information, shop details (location, hours, delivery), and instant raffle event participation via a remote MCP server.
A Claude Code skill that retrieves Korean Basketball League (KBL) game schedules, results, and current team standings by date or team using the official KBL JSON API and the kbl-results npm package.
A Naver Shopping search skill that queries product listings via the Naver Search Open API or public BFF endpoint through k-skill-proxy, comparing prices across sellers with sorting by relevance, price, or reviews. Returns normalized product data including prices, store links, images, and review counts.
A Korean public parking lot search skill that finds nearby public parking lots based on the user's current location using official Data.go.kr open data APIs. It geocodes location via Kakao Map, returns results sorted by distance with fees, hours, and map links, and always asks for location before searching.
A thin wrapper skill that generates Korean law-compliant privacy policies, terms of service, cookie banners, and consent modals for Next.js App Router projects, based on the Personal Information Protection Act, E-Commerce Act, and related Korean regulations.
A skill that searches Korean public library collections via the Data4Library Open API, enabling book keyword search, ISBN-based detail lookup, library holdings queries by region, and availability checks at specific libraries.
A Claude Code skill for editing HWP documents using the k-skill-rhwp CLI, which wraps the @rhwp/core WASM engine to safely insert, delete, and replace text, create tables, and set cell content.
A Claude Code skill for advanced HWP document analysis using the upstream rhwp Rust CLI, including layout debugging, IR structure inspection, version comparison, thumbnail extraction, and read-only document unlocking.
Searches Naver's news API through k-skill-proxy to retrieve recent Korean news articles with normalized titles, publication dates, summaries, and links β no user API key required.
Queries the Korean Financial Supervisory Service's DART electronic disclosure system via OpenAPI for financial filings, company profiles, financial statements, and major event reports.
Searches official LH (Korea Land & Housing Corporation) subscription and lease announcements through the public data portal API, covering youth housing, public rental, Sinheunhimangtown, and other public housing programs.
Monitors Catchtable (Korean restaurant reservation platform) for cancellation slots at 30-second intervals and automatically attempts to book when a slot opens, using a logged-in Chrome session via Chrome MCP.
Uses curated Korean trending slang candidates and best-effort Namu Wiki lookups to help write witty Korean text with up-to-date slang, featuring conservative safety and freshness guardrails.
Interviews the user about their coding agent usage, then inspects skill trigger counts from agent log files to produce an evidence-based ranked list of unused or low-usage skills to recommend for removal.
A Claude Code skill that retrieves Korean court auction notices from courtauction.go.kr, converting real estate sale announcements into agent-friendly JSON. Supports browsing sale notices by date/court/bid type, expanding case details (case number, usage, address, appraised value, minimum sale price), and direct case lookup β with built-in throttling to avoid IP blocks.
Automates vacancy lookups on Korea's foresttrip.go.kr site to find available national forest recreation lodging and camping slots by date, using Playwright for login session management and official JSON endpoints for read-only queries.
Guides first-time users through the Korean corporate incorporation registration process, including articles of incorporation drafts, required document templates, registration tax calculations, and HWP document preparation via rhwp-based skills.
A thin wrapper around the kimlawtech/korean-jangbu-for upstream that automates Korean business bookkeeping β importing card statements, bank CSVs, and receipts, then mapping to account categories, generating tax-accountant-ready CSVs, and producing financial reports.
Automates the process of issuing corporate and real estate registration certificates (λ±κΈ°λΆλ±λ³Έ) from the Korean Supreme Court Internet Registry (IROS). Handles cart management and batch lookups while requiring the user to manually handle login, authentication, and payment.
Searches Google Flights via the fast-flights library to find flight candidates, compare prices by date/month/year, and generate booking search links. No API key or login required -- uses only free public surfaces.
Compares product prices across Korean online stores using Danawa's public search and price comparison surfaces. Shows per-store prices with shipping costs, card discounts, and interest-free installment info without requiring login or making purchases.
Queries official Korean government statistics from KOSIS (kosis.kr) Open API, supporting keyword search, table metadata retrieval, and statistical data extraction for demographics, prices, employment, and more.
Searches Korean intercity bus timetables and assists with reservations via the official Tmoney platform, handling route lookup, fare/seat queries, and checkout-entry handoff without executing final payment.
Assists with Korean express bus (KOBUS) timetable lookups and reservation flows using official HTTP APIs. Supports route resolution, seat selection, temporary holds, and payment-entry handoff without completing actual purchases.
Provides door-to-door Korean public transit routing (subway, bus, walking) using the ODsay API with Kakao geocoding for address resolution. Returns detailed multi-leg directions with transfer counts, travel time, fare, and walking segments.
Recommends Korean donation recipients by location and category, providing curated candidates with best-effort verification links to the 1365 government donation portal without executing any donations.
Looks up Korea's officially assessed land prices (individual land price per square meter) from the Ministry of Land's realtyprice.kr, returning multi-year price trends and year-over-year changes for tax assessment purposes.
Searches flights, accommodations, and tours/tickets/activities on MyRealTrip via its official MCP server. Supports domestic and international flight search, fare calendars, hotel details with reviews, and tour option/pricing queries without login or payment.
Searches Korean marathon and running race schedules from GoRunning and optionally triathlon events from the Korea Triathlon Federation, returning event dates, venues, registration deadlines, and course details.
Verifies Korean business registration status and authenticity via the National Tax Service (NTS) API through the public data portal, checking whether a business is active, suspended, or closed.
Searches Daangn marketplace used goods by keyword and region, retrieving listing details from public web data without login or account-affecting actions.
Checks YES24 and Interpark concert/performance ticket availability including schedules and remaining seats by grade, using public API endpoints in read-only mode without booking or payment.
Retrieves and searches Daishin Securities research reports from their GitHub Pages HTML mirror, providing report titles, ratings, target tables, and source links in JSON format.
Searches Daangn real estate public listings by region and filters, retrieving property details from public web data without requiring login or account actions.
Queries real-time crowd density at 121 Seoul hotspots using the city open data API, returning congestion levels and estimated population ranges updated every 5 minutes.
Searches Daangn part-time job listings by keyword and region from public web data, retrieving job details in read-only mode without login or application automation.
Searches Daangn used cars by region and price from public web data, retrieving vehicle listings in read-only mode without login or purchase automation.
Searches Gangnam Unni public web data for cosmetic surgery and dermatology clinics, retrieving ratings, review counts, supported languages, and clinic links without login.
Searches the K-Startup Open API from Korea's public data portal to retrieve integrated startup program information, support project announcements, startup content, and statistical reports via the k-skill-proxy.
Searches the Seoul Housing & Communities Corporation (SH) public notice board to retrieve housing subscription announcements, detailed notice content, and attachment preview metadata.
Searches Korean movie theaters including CGV, Megabox, and Lotte Cinema for showtimes, now playing films, and remaining seat availability.
Searches for nearby Korean emergency rooms and provides real-time emergency bed availability status based on a given location.
A read-only skill that retrieves today's deal products from the Ohou (Today's House) public deals page without login, providing discount rates, prices, reviews, and links.
Searches Korean local election candidate information by name, election type, or region through the National Election Commission's public integrated search system.
Queries Kakao Local API for place search, address-coordinate conversion, and Kakao Mobility API for driving directions with distance, duration, and toll estimates, all routed through a proxy so users need no API key.
Queries Seoul's public bike-sharing system (Ddareungi/Ttareungyi) in real time for available bikes and empty racks by location or station name, using the Seoul Open Data API through a proxy.
Converts modern Korean text into a creative Middle Korean-style rewrite with archaic particles, verb endings, Hanja hints, and tone marks for entertainment and creative writing purposes.
Queries NAVER Cloud Platform Maps for driving directions, geocoding, and reverse geocoding through a proxy server, providing route distance, duration, tolls, and fuel cost estimates without requiring user API keys.
Skill
Skill
Skill
Skill
Skill
Skill
Skill