
nomadamas/k-skill
97 skills235k installs631k starsGitHub
Install
npx skills add https://github.com/nomadamas/k-skillSkills in this repo
1Ktx BookingThis skill wraps the korail2-ncard and pycryptodome Python packages in a CLI helper (scripts/ktx_booking.py) to automate KTX and Korail ticket workflows for Korean rail travel. Developers invoke it when building agents that need to search trains by route/date/time, inspect car-by-car seat availability with power-outlet hints, reserve with a stable train_id selector, or cancel existing bookings. The helper injects x-dynapath-m-token, Sid, and app version 250601002 to bypass Korail anti-bot checks that cause MACRO ERROR failures in raw korail2 0.4.0. N-card discount flows are supported via ncard-list, ncard-search, and reserve with --ncard-index. Payment is explicitly not automated; the skill stops after returning reservation number, fare, and purchase deadline. CLI subcommands: search, seats, reserve, reservations, cancel, ncard-list, ncard-search with consistent --train-type and --train-id flags Anti-bot recovery: helper injects x-dynapath-m-token, Sid, and app version 250601002 missing from stock korail2 0.4.04.2kinstalls2K Skill Setupk-skill-setup handles post-installation configuration of the k-skill bundle on any platform. It establishes credential resolution (environment variables, agent vaults, or ~/.config/k-skill/secrets.env fallback), verifies runtime environment via check-setup.sh, and optionally automates update checks using cron/launchd/schtasks only with explicit user consent. The skill guides users through populating required secrets for Korean APIs (SRT, KTX, forest trips, KIPRIS Plus) while clarifying which features use the hosted k-skill-proxy and require no user credentials. Final step offers GitHub starring with confirmation, never executing persistent system changes without prior approval. Credential resolution order: environment variables first, then agent vaults, then ~/.config/k-skill/secrets.env fallback. Distinguishes user-required vs proxy-managed secrets (e.g., SRT/KTX need credentials; weather/law/patent queries use hosted proxy). Requires explicit consent before applying cron/launchd/schtasks or executing gh repo star. Generates cross-platform setup: bash scripts for macOS/Linux, PowerShell for Windows.4.1kinstalls3HwpThe hwp skill Use kordoc for agent-native HWP/HWPX document parsing, JSON extraction, diffing, form-field extraction, and Markdown→HWPX reverse conversion (read/convert only for binary editing use rhwp-edit). kordoc으로 .hwp / .hwpx / .hwpml 문서를 AI가 읽기 좋은 Markdown 또는 JSON으로 바꾸고, 필요하면 문서 비교, 양식 필드 추출, Markdown→HWPX 역변환까지 수행한다. 이 스킬의 기본 엔진은 항상 kordoc 이다. 문서 변환, 비교, 필드 추출, 역변환까지 같은 도구로 일관되게 처리한다. 스킬 라우팅 이 hwp 스킬은 조회/변환(read-only) 전용이다. HWP 바이너리 편집(본문 텍스트 삽입/삭제, 표 생성, 셀 수정, replace-all)은 rhwp-edit 스킬이, 레이아웃 디버깅·IR 덤프·썸네일·배포용 문서 잠금 해제 같은 고급 검사는 rhwp-advanced 스킬이 맡는다. - "이 HWP 파일을 Markdown으로 바꿔줘" - "공문서를 JSON 구조로 뽑아서 AI가 읽게 해줘" - "두 버전 문서 차이점을 보고 싶어" - "신청서 HWPX 안에 어떤 양식 필드가 있는지 뽑아줘" - "AI가 만든 Markdown을 다시 HWPX로 저장해줘" - "폴더 안 문서를 한 번에 변환해줘"3.9kinstalls4Srt BookingThe srt-booking skill Search, reserve, inspect, and cancel SRT tickets in Korea with the SRTrain library. Use when the user asks for SRT seat availability, booking, canceling, or sold-out retry plans. SRTrain 위에 scripts/srt_booking.py helper 를 얹어 SRT 조회와 호차별 좌석번호 확인을 처리하고, 예약과 취소는 고정된 열차/예약을 다시 식별한 뒤 SRTrain으로 진행한다. - "수서에서 부산 가는 SRT 찾아줘" - "내일 오전 SRT 빈자리 있으면 잡아줘" - "SRT 5호차 빈 좌석 확인해줘" - "SRT 11A 좌석이 비었는지 봐줘" - "창측 좌석을 우선해서 SRT 빈자리 보여줘" - "예약 내역 확인해줘" - "이 SRT 예약 취소해줘" - 결제까지 자동으로 끝내야 하는 경우 - 비밀번호를 채팅창에 직접 보내려는 경우 - SRT가 아니라 KTX/Korail 예매인 경우 - Python 3.10+ - python3 -m pip install SRTrain - Python 3.10+ - python3 -m pip install SRTrain - KSKILL_SRT_ID - KSKILL_SRT_PASSWORD 1. 이미 환경변수에 있으면 그대로 사용한다. 2. 에이전트가 자체 secret vault(1Password CLI, Bitwarden CLI, macOS Keychain 등)를 사용 중이면 거기서 꺼내 환경변수로 주입해도 된다. 3. ~/.config/k-skill/secrets.env (기본 fallback) — plain dotenv 파일, 퍼미션 0600. 4. 아무것도 없으면3.8kinstalls5Kakaotalk MacThe kakaotalk-mac skill Search local KakaoTalk archives on Apple Silicon macOS through the katok CLI. katok CLI를 유일한 실행 표면으로 사용해 macOS 카카오톡 대화를 로컬 아카이브와 검색 인덱스로 동기화하고, keyword/BM25/semantic 검색과 chunk 조회를 수행한다. 이 스킬은 기존 kakaotalk-mac 설치 경로를 유지하지만 내부 동작은 katok 기반이다. 메시지 전송, 삭제, UI 자동화, 직접 DB 읽기, 인증 캐시 처리, 복호화 material 처리는 이 스킬의 범위가 아니다. - Do not inspect local database internals from this skill. - Do not directly read KakaoTalk DB files. - Do not handle auth caches or decryption material. - Use katok sync --source macos --json for live macOS KakaoTalk ingestion. - Search commands should return snippets and chunk ids first. - Retrieve full chunk content only when the user explicitly asks to open a result or provides a chunk id. - "카카오톡에서 특정 키워드 검색해줘" - "카톡에서 지난 회의/계약/약속 이야기 찾아줘" - "이 검색 결과 chunk를 열어줘" - "최근 대화가 반영됐는지 확인하고 검색해줘"3.8kinstalls6Zipcode Searchzipcode-search queries the Korea Post official integrated postcode search to return zip codes and official English addresses for Korean address keywords. Use it when users need postcode plus English address for overseas payments, shipping forms, or bilingual address display. Prerequisites are internet access, curl, and python3. Inputs accept road name plus building number, city district plus road, or dong plus lot number keywords. The workflow hits https://www.epost.kr/search.RetrieveIntegrationNewZipCdList.comm with a keyword parameter, fetches HTML via curl with HTTP/1.1 TLS 1.2 and retries, then parses viewDetail zip roadAddress englishAddress jibunAddress tuples from the response. A shipped scripts/zipcode_search.py helper returns JSON with query and results array. Results normalize into postcode, Korean road address, official English address, optional jibun address, and top three to five candidates when multiple matches appear. Retry guidance tightens keywords from short road plus number through full city district address to dong plus lot number. Failure modes include markup changes breaking viewDetail parsing, overly broad queries, timeout without retries, and curl negotiati.3.7kinstalls7Seoul Subway ArrivalThis skill queries Seoul's official Open Data API to retrieve real-time subway arrival information by station. It summarizes scheduled train arrivals with line numbers, directions, and estimated times in seconds. The skill uses a hosted proxy endpoint that securely manages upstream API credentials server-side, eliminating the need for users to manage keys directly. Supports custom proxy configuration via environment variable. Ideal for travelers needing current transit timing and crowding insights across Seoul's subway network.3.7kinstalls8Daiso Product SearchThis skill enables real-time lookup of product availability at specific Daiso stores by querying official Daiso Mall surfaces. It resolves store names via store search API, identifies products through product search surfaces, and retrieves pickup stock counts using authenticated endpoints. The skill prioritizes official API responses, handles multi-match scenarios by prompting for clarification, and transparently reports when shelf location data is unavailable. Token generation uses JWT-based auth without login, AES-128-CBC encryption, and includes fallback mechanisms for auth failures.3.7kinstalls9Delivery TrackingDelivery Tracking integrates with official CJ Logistics (JSON endpoint) and Korea Post (HTML form endpoint) carrier APIs to retrieve parcel status by invoice number. The skill extracts current status, timestamp, location, and recent events, normalizing them into a common schema ready for human consumption. It implements a carrier adapter pattern that enables extension to additional couriers without modifying core logic. Input validation enforces digit count and format per carrier before querying. Retry policies handle transient failures; explicit failure modes guide debugging.3.7kinstalls10Kbo ResultsKBO Results is a nomadamas skill that retrieves Korea Baseball Organization game data for a given date through the kbo-game npm package. It targets queries like today's results, yesterday's scores, or a specific YYYY-MM-DD schedule, optionally filtered by team name. Prerequisites are Node.js 18 plus a global npm install of kbo-game; the workflow installs the package when missing rather than substituting unofficial scoreboard sources. The fetch step imports getGame from the global package entry and passes a Date object with Korea timezone because string dates fail on kbo-game 0.0.2. Results are normalized for humans with home versus away teams, game status, scores, and compact one-line summaries per matchup instead of raw JSON dumps. Relative dates like today or yesterday must convert to absolute dates before execution. The skill is read-only lookup work with documented failure modes when the KBO site changes or off-season dates return empty lists. Users who follow Korean baseball reach for it when they need quick date-specific scoreboards inside agent sessions.3.6kinstalls11Fine Dust LocationFine-dust-location queries PM10, PM2.5, and integrated air quality grades for Korean regions via k-skill-proxy's report endpoint. Users provide region names or administrative district hints; the skill resolves ambiguous locations by returning candidate stations. When needed, users re-query with exact station names. Responses include measurement station, query time, PM values with grades, integrated air quality grade, and fallback method. Built on AirKorea data, the skill prioritizes concrete administrative tokens (e.g. 강남구 over 강남) and maintains compact, actionable summaries.3.6kinstalls12Lotto ResultsThe lotto-results skill leverages the k-lotto npm package to retrieve Korean lottery (동행복권) data. It supports fetching the latest round, querying specific draw rounds, retrieving detailed payout distributions, and matching user-provided numbers against winning combinations. The skill handles global package installation, exports NODE_PATH environment variables, and processes results through inline Node scripts. It does not persist user numbers and remains read-only, making it suitable for developers integrating lottery result queries into applications or CLI tools.3.6kinstalls13Toss SecuritiesToss Securities read-only skill provides secure account and market data retrieval through two paths: official Open API with OAuth2 Client Credentials (preferred) or tossctl CLI fallback when credentials unavailable. Supports queries for account lists, holdings, stock quotes, order status, exchange rates, and market calendars. Helper functions handle token management, rate-limit backoff (429), auto-retry (401), and sensitive data masking. Requires Node.js 18+, environment variables (TOSSINVEST_CLIENT_ID/SECRET/ACCOUNT), or tossctl login session. Read-only operations only; trading mutations out of scope.3.6kinstalls14Korean Law Searchkorean-law-search routes Korean legal lookups through the hosted k-skill-proxy at k-skill-proxy.nomadamas.org, backed by the Ministry of Government Legislation Open API lawSearch.do and lawService.do endpoints. Users need no LAW_OC key because the proxy injects credentials, User-Agent, and Referer server-side. Search uses GET /v1/korean-law/search with targets such as law, eflaw, prec, expc, ordin, and admrul plus filters for query, page, court, case number, and dates. Detail retrieval uses GET /v1/korean-law/detail with target and ID, including JO for article numbers. The skill documents response policy: route all Korean law questions through the proxy, resolve abbreviations via target=law first, chain search to detail for article or precedent text, retry alternate spellings on zero results, and never invent missing bodies. Failure modes cover 400 invalid targets, 503 missing LAW_OC, 502 user verification failures, and upstream instability retries. Optional KSKILL_PROXY_BASE_URL overrides the default hosted base. Design references chrisryugj/korean-law-mcp read-only tool surfaces while keeping this repo free of dedicated npm or python packages.3.6kinstalls15Kakao Bar NearbyKakao Bar Nearby is a Korean-locale agent skill that locates bars near a user-stated position using Kakao Map surfaces. It never guesses location: the agent must ask for the current place first, accepting station names, neighborhoods, or landmarks such as Seoul Station, Gangnam, Sadang, or Nonhyeon. The workflow queries Kakao mobile search URLs, resolves anchor landmarks, searches nearby bars with the location plus bar keyword, then fetches place panel3 JSON for business hours, representative menu items, seating hints like group tables or bar counters, and phone numbers. Open venues are listed before soon-to-open options when helpful. Responses summarize three to five candidates with category, operating status, two or three menu highlights, seating capacity hints, phone, and distance when available. A Node.js helper searchNearbyBarsByLocationQuery demonstrates programmatic use with a limit parameter. Official endpoints documented include m.map.kakao.com search, place-api.map.kakao.com panel3, and place.map.kakao.com detail pages. Developers deploy it when users ask in Korean for nearby bars, wine bars, or izakaya-style venues around a named Seoul-area location.3.5kinstalls16Coupang Product SearchCoupang Product Search is a Korean-language agent skill that calls retention-corp/coupang_partners through a local MCP-compatible wrapper instead of legacy hosted HF Space endpoints. Supported flows include keyword search, rocket-delivery-only filters, budget-range queries, product comparison tables, category bestsellers, goldbox deals, and seasonal recommendations. The wrapper clones or reuses ~/.cache/k-skill/coupang_partners, runs tools and init to verify the local://coupang-mcp contract, and exposes CLI commands such as search, rocket, budget, compare, recommendations, seasonal, best, and goldbox. Operator mode uses Coupang Partners API keys for signed HMAC calls; credentialless mode falls back to Retention Corp hosted assist with the same JSON envelope. Hard rules forbid inventing endpoints, exposing secrets, or automating login, cart, or checkout. Response handling stays path-agnostic because both operator and hosted modes return the same ok, data.tool, and data.result fields. Developers use it when agents need grounded Coupang product lookup in Korean shopping contexts.3.5kinstalls17Kleague ResultsK League Results skill fetches Korean K League 1/2 match outcomes and current standings by date or team filter using official kleague.com JSON endpoints. Install kleague-results npm package globally, call getKLeagueSummary with YYYY-MM-DD date format, league type (K리그1/K리그2), optional team name/code filter, and includeStandings flag. Returns normalized summary: home vs away teams, kickoff time, final score, current rank table, and team-specific match when requested. Compact output defaults to one-line-per-match scoreboard; team queries show only that team's games plus standings. Requires Node.js 18+.3.5kinstalls18Real Estate Searchreal-estate-search queries Korean real transaction and jeonse/wolse rent data through the k-skill-proxy HTTP API backed by Ministry of Land, Infrastructure and Transport public filings. Use it for apartment, officetel, villa, single-house, and commercial trade lookups by region and deal month, not overseas markets, listing ask prices, legal tax advice, or cheongyak lottery data. No user API key is required because upstream DATA_GO_KR keys are injected server-side; optional KSKILL_PROXY_BASE_URL overrides the default https://k-skill-proxy.nomadamas.org base. Workflow resolves region codes via GET /v1/real-estate/region-code?q= then fetches GET /v1/real-estate/:assetType/:dealType with lawd_cd and deal_ymd. Supported pairs include apartment/officetel/villa/single-house trade and rent plus commercial trade only. Responses return items with name, district, area, floor, price_10k in 만원 units, deal_date, and summary median min max sample_count. Answers stay compact with region, asset type, month, count, price summary, and top three to five trades. Failure modes cover 400 bad codes, 503 missing proxy key, 502 molit_api errors, and empty items arrays.3.5kinstalls19Korean Spell CheckKorean Spell Check uses the public Nara/PNU 바른한글 surface at nara-speller.co.kr to proofread Korean sentences with conservative automation. The skill targets user-driven final review of documents, emails, and README Korean prose, not commercial batch APIs. Policy constraints note non-commercial free use for individuals and students, robots.txt allowing root but blocking test_speller, and prohibition on high-frequency or SaaS backend resale. Long text splits into roughly 1500-character chunks with at least one second between requests. The helper script korean_spell_check.py accepts --file or --text with json or text output returning original, suggestions, and reason fields. Verified notes document Cloudflare 403 on generic fetch while browser User-Agent Python urllib POST to old_speller/results returns HTML results. Agents should skip code blocks, sensitive content, and commercial bulk processing, asking users to narrow scope when markdown files contain heavy code fences. Output prioritizes corrected sentences, change lists, and explicit disclaimer that public web checker results need human context review.3.5kinstalls20Used Car Price SearchUsed Car Price Search is a Korean-market agent skill that compares major rental-car providers then queries SK direct Tagobuy inventory for used-car buyout and monthly rent prices. It surveys SK, Lotte Rental, and Redcap for public API availability, crawl difficulty, and existing MCP or skill coverage, then adopts SK direct at skdirect.co.kr/tb because the public HTML embeds a __NEXT_DATA__ carListProd snapshot without login. The workflow asks for a car model keyword when missing, fetches the page, parses the JSON snapshot, filters inventory, and returns buyout price, monthly rent, year, mileage, fuel, and transmission for top matches. A Node lookupUsedCarPrices helper supports scripted lookups with matchedCount and summary fields. Responses must note snapshot timing because inventory changes frequently. Lotte and Redcap were rejected in v1 due to unstable legacy flows and missing public inventory surfaces. Live validation expects at least ten repeatable lookups.3.4kinstalls21Cheap Gas NearbyCheap Gas Nearby is a Korean-locale k-skill that finds the cheapest fuel near a location the user explicitly provides, refusing to infer GPS or guess addresses. The default product is gasoline code B027 unless the user specifies diesel D047. Location strings resolve through Kakao Map anchor search to WGS84 coordinates, convert to KATEC, then query Opinet aroundAll with sort=1 price ordering and detailById for address, phone, self-service, car wash, maintenance, and quality certification fields. Radius search supports up to 5000 meters. The hosted k-skill-proxy at k-skill-proxy.nomadamas.org exposes /v1/opinet/around and /v1/opinet/detail so installers do not need a personal OPINET_API_KEY. Mandatory first questions collect the user's current place in neighborhood, station, landmark, or lat/lng form before any search runs. Responses summarize three to five stations with name, price, distance, address, and amenity flags tuned for Korean prompts like 근처 가장 싼 주유소. A Node.js helper searchCheapGasStationsByLocationQuery demonstrates programmatic use with productCode and radius options.3.4kinstalls22Olive Young SearchOlive Young Search is a Korean-locale k-skill that queries Olive Young store locations, product catalogs, and store inventory through the upstream hmmhmmhm/daiso-mcp npm package named daiso without vendoring MCP server code into your repository. The default path is CLI-first: run npx --yes daiso health, then GET helpers for /api/oliveyoung/stores, /api/oliveyoung/products, and /api/oliveyoung/inventory with keyword flags and JSON output. Node 20 LTS is the stable engine recommendation despite Node 22 smoke tests showing EBADENGINE warnings. When public endpoints need version pinning, clone daiso-mcp, npm run build, and invoke node dist/bin.js directly because npx may fail with Permission denied inside a checkout. The skill requires store or area keywords before inventory questions and product keywords before stock lookups, summarizing only the top two or three store candidates. It explicitly excludes login, cart, checkout, and private account flows. Use it for Korean retail prompts like finding Myeongdong stores, listing sunscreen products, or checking nearby Olive Young stock.3.4kinstalls23Joseon Sillok Searchjoseon-sillok-search queries the National Institute of Korean History Joseon Annals site at sillok.history.go.kr by reading official search result HTML and article detail pages. Version one scope is straightforward scraping without embeddings or large indexes. The bundled scripts/sillok_search.py helper calls the searchResultList endpoint, parses result counts, king classifications, titles, summaries, and links, then optionally fetches /id/article detail pages for Korean translation and original text excerpts. Inputs include a required query plus optional king names such as Sejong or Jeongjo, Gregorian year filters, result limits, and search type k for Korean translation or w for original text. CLI examples cover queries like Hunminjeongeum, rain gauges under King Sejong in 1443, and Imjin War original-text searches. Response policy returns only verified titles, links, summaries, and excerpts; empty results are reported without speculation. Prerequisites are internet access and python3 with no API key.3.4kinstalls24Lck Analyticslck-analytics is a Korean-locale skill for League of Legends Champions Korea esports lookups and analysis. It fetches schedule and results via Riot getSchedule, standings via getStandings, and live window or details feeds for in-progress games. Team aliases normalize Korean and English names such as T1, SKT T1, DN SOOPers, and Hanwha before filtering by date or squad. Historical analysis ingests Oracle's Elixir style CSV rows for team power ratings, champion matchup and synergy summaries, and patch meta reports. Lightweight local scripts sync-oracle, build-match-report, and analyze-live-game write cache under .openclaw-lck-cache. Prerequisites require Node.js eighteen plus and a global npm install -g lck-analytics before any workaround. Workflows cover date-specific results, current split rankings, live kill gold objective summaries, turning-point timeline analysis, and date-level match reports. Attribution notes adaptation from jerjangmin's original lck-analytics pack into the k-skill monorepo workspace.3.4kinstalls25Han River Water Levelhan-river-water-level is a Korean-locale utility skill that fetches current water level and flow from the Han River flood control network via the k-skill-proxy water-level endpoint. Default base URL is https://k-skill-proxy.nomadamas.org with override through KSKILL_PROXY_BASE_URL; upstream HRFCO ServiceKey is injected server-side so clients need only curl or fetch plus optional jq. Inputs accept stationName such as 한강대교 or 잠수교, or stationCode like 1018683, returning observation time, level in meters, flow in cubic meters per second, and threshold levels when present. Ambiguous names yield ambiguous_station with candidate_stations for a follow-up precise query. Documented failure modes include broad station names, invalid codes, missing proxy HRFCO_OPEN_API_KEY, and delayed 10-minute realtime data gaps. Responses stay compact with station metadata and observation timestamp because results are raw-source based. Developers reach for han-river-water-level when building flood alerts, civic dashboards, or chat agents answering live Korean river gauge questions without provisioning upstream API keys locally.3.4kinstalls26Korea Weatherkorea-weather is an agent skill that queries Korea Meteorological Administration short-term forecasts through the k-skill-proxy hosted service so agents can answer Korean location weather questions without users managing personal OpenAPI keys. The workflow resolves KSKILL_PROXY_BASE_URL or defaults to https://k-skill-proxy.nomadamas.org, calls /v1/korea-weather/forecast with grid coordinates nx and ny or latitude and longitude, and optionally baseDate and baseTime that the proxy selects automatically from the latest KST issue when omitted. Responses are summarized conservatively around TMP, SKY, PTY, POP, PCP, SNO, REH, and WSD alongside the query time and forecast base window. Optional jq aids parsing. Upstream KMA_OPEN_API_KEY stays on the proxy host only. Failure modes include missing upstream keys, incomplete coordinates, quota limits, or forecasts not yet published for the chosen base time. Developers reach for it when users ask for Seoul, Busan, or lat lon based Korean short-term weather summaries in natural language.3.3kinstalls27Korean Stock Searchkorean-stock-search queries Korean listed equities through the k-skill-proxy HTTP API backed by KRX Open API data. Use it to resolve stock names or codes on KOSPI, KOSDAQ, or KONEX, pull base listing metadata, and fetch daily close, change, volume, and market-cap snapshots for a bas_dd date. Users do not need a KRX_API_KEY because upstream credentials are injected server-side; optional KSKILL_PROXY_BASE_URL overrides the default https://k-skill-proxy.nomadamas.org host. Workflow narrows ambiguous names with GET /v1/korean-stock/search?q= then calls /base-info or /trade-info with market, code, and bas_dd. Trade-info returns daily snapshots, not real-time quotes or order books. Responses include items with market, code, standard_code, names, listed_at, close_price, fluctuation_rate, trading_volume, and trading_value. Policy requires disclosing KRX official data sourcing and that output is not investment advice. Failure modes cover 400 bad parameters, 503 missing proxy key, partial upstream degradation with failed_markets, 502 total upstream failure, and 404 not_found on holidays before recent business-day retry.3.3kinstalls28Korean Patent Searchkorean-patent-search queries Korean patent and utility-model publications through the official KIPRIS Plus Open API, shipping a python3 helper at scripts/patent_search.py. Version one supports keyword search via getWordSearch and bibliography detail lookup via getBibliographyDetailInfoSearch, returning structured JSON parsed from XML header, body, and items fields. Prerequisites are internet access, python3, and a KIPRIS Plus ServiceKey supplied through KIPRIS_PLUS_API_KEY or --service-key, with percent-encoded portal keys normalized by the helper. Keyword mode accepts --query with optional --year, --page-no, --num-rows, and patent or utility exclusion flags. Detail mode requires --application-number to fetch title, applicant, abstract, and publication or registration metadata. Response policy uses only official API responses, surfaces API error codes plainly, and includes application number and invention title in every result. CLI examples search terms like battery patents or fetch application 1020240001234 details.3.3kinstalls29Household Waste Infohousehold-waste-info is a Korean-locale agent skill that queries the Ministry of the Interior household waste Open API and summarizes disposal rules for a user's district. It searches by SGG_NM district name through a k-skill proxy that injects serviceKey server-side so users do not store DATA_GO_KR_API_KEY locally. The workflow asks for location first, validates ambiguous district input, calls GET /v1/household-waste/info with cond SGG_NM LIKE, pageNo 1, and numOfRows 100, then summarizes management zone, disposal place and method, collection days and times for household, food, and recyclable waste, uncollected days, and contact numbers. Optional KSKILL_PROXY_BASE_URL overrides the default hosted proxy at k-skill-proxy.nomadamas.org. The skill refuses raw API dumps, sorts multi-row results by DAT_UPDT_PNT, and documents failure modes such as missing proxy keys, empty matches, and invalid pagination parameters. Developers use it when users ask in Korean for local trash, food waste, or recycling schedules backed by official public data.3.3kinstalls30Bunjang Searchbunjang-search is a Korean-locale agent skill that drives the upstream bunjang-cli npm package for Bunjang secondhand marketplace workflows. Core policy is CLI-first using npx --yes bunjang-cli commands, with headful browser auth login requiring an interactive TTY session. Before login, the skill focuses on search, item detail, and bulk collection; favorite, chat, and purchase flows are optional and only when explicitly requested. Search uses title and price triage because results may include ads, buy posts, and noisy location fields with empty descriptions. Bulk collection combines start-page, pages, max-items, with-detail, and output flags; AI analysis export uses --ai --output to write TOON chunks. Documented smoke tests cover help, auth status, JSON search with max-items, and item get by id. Login completes only after the user returns to the terminal and presses Enter following browser auth. Developers use it when users ask to search 번개장터, inspect listing details, save multi-page JSON datasets, or prepare marketplace data for AI evaluation.3.3kinstalls31Hipass ReceiptHi-Pass Receipt is a Korean transport agent skill that helps query toll usage and open receipt print popups on the official hipass.co.kr site by reusing an already logged-in Chrome session. Hard limits require the user to log in manually, forbid automating ID, password, OTP, or certificate flows, and reject long-lived JSESSIONID-only cookie reuse in favor of Playwright persistent context or Chrome user-data-dir remote debugging on port 9222. The workflow launches a dedicated Chrome profile with hipass-receipt chrome-command, lists transactions via hipass-receipt list with start and end dates and optional encrypted card filters, then opens receipt popups with hipass-receipt receipt and row-index selection. Session expiry is detected through mgs_type 11 or 12 responses redirecting to lginpg.do and triggers immediate stop with re-login guidance. The skill documents server flows from InitUsePculrTabSearch through UsePculrReceiptPrint, session_time 1200 exposure, and fixture-based automated tests plus manual smoke validation on live logged-in sessions.3.2kinstalls32Naver Blog ResearchNaver Blog Research is a Korean content research skill that searches Naver blogs, reads post bodies, and downloads images using only python3 standard library helpers in scripts/. naver_search.py returns structured JSON for queries with count and sort options up to thirty results, while naver_read.py fetches full text via mobile blog URLs to bypass PC iframe layouts. naver_download_images.py saves CDN images from blogfiles.naver.net and postfiles.pstatic.net, optionally piped from read output. The recommended workflow searches top three to five posts, reads the most relevant articles, downloads images when needed, and cross-checks findings with WebSearch on Google for credibility. Response policy requires summarizing results, citing URL and author sources, avoiding dozens of requests per session, and warning about IP blocks on heavy automated use. Prerequisites are internet access and python3 8 plus. Use when users need Korean blog research phrases like Naver blog search, read this Naver post, or investigate topics Google alone misses for Korea-focused content.2.9kinstalls33Korean Character CountKorean Character Count deterministically counts Korean text for self-introduction essays, applications, and free-form fields where one character matters, without LLM estimation. The default profile uses Intl.Segmenter with ko grapheme granularity for character counts, UTF-8 Buffer.byteLength for bytes, and newline sequences CRLF, LF, CR, U+2028, and U+2029 counted as single line breaks with empty strings returning zero lines. The neis profile shares grapheme and line rules but counts Korean graphemes as 3 bytes, ASCII as 1 byte, and newlines as 2 bytes for school record compatibility. A Node 18 helper script korean_character_count.js accepts text, file, or stdin input with json or text output formats. The skill never trims or normalizes input arbitrarily and reports which profile produced results. Submission workflows for NEIS or school records should select neis only when that contract is required.2.8kinstalls34Mfds Food SafetyThe mfds-food-safety skill checks Korean food safety public data from MFDS and Food Safety Korea through k-skill-proxy routes, but requires a mandatory interview before drawing conclusions when users mention symptoms or consumption. It can query health functional food ingredient approvals, individual recognition data, product manufacturing reports, domestic inspection failures, nonconforming food lists, and recall or sales-stop publications. Red flags such as bloody stool, dehydration, breathing difficulty, altered consciousness, or severe pain trigger emergency guidance over API lookup. The skill never provides direct diagnosis, food poisoning diagnosis, or final eat-or-avoid judgments, reporting only facts from official public lists. Users need python3 and network access; no end-user secrets are required unless self-hosting the proxy. CLI helpers cover interview prompts, search, product-report, health-food-ingredient, and inspection-fail queries with conservative response policy and sample-feed warnings when live keys are absent.2.8kinstalls35Geeknews SearchGeekNews Search reads the public GeekNews RSS and Atom feed at feeds.feedburner.com geeknews-feed to list recent posts, search by title summary author or link, and inspect item details read-only. Workflows call python3 scripts geeknews_search.py with list, search, and detail subcommands plus limit and query flags. List mode returns recent entries; search matches conservatively on title, summary, author, and link or id fields; detail fetches RSS content and original article links by id or topic number. No authentication is required and v1 stays RSS-first without unofficial APIs or login sessions. Offline testing supports --feed-file with saved Atom XML. Failure modes note FeedBurner outages, truncated HTML summaries, and missing full article comments or vote data beyond feed scope. Done criteria include showing latest headlines, organizing keyword search results with title link author summary, and presenting RSS-based detail with source links. Locale is ko-KR with GeekNews home at news.hada.io as the official surface reference.2.8kinstalls36Mfds Drug SafetyThe mfds-drug-safety skill queries Korean MFDS official drug information including e약은요 summaries and safe over-the-counter drug data through k-skill-proxy, but mandates an interview before answering when users mention symptoms or dosing situations. It collects who will take the drug, existing medications, duration, symptoms, comorbidities, allergies, and red flags such as breathing difficulty, altered consciousness, or severe rash. Red flags prioritize 119 or emergency room guidance over API lookup. After confirmation it calls /v1/mfds/drug-safety/lookup to summarize efficacy, usage, precautions, interactions, adverse reactions, and storage from official text only. The skill never diagnoses, prescribes, or gives final permission to combine drugs, always noting pharmacist or physician confirmation for interactions. CLI helpers support interview and multi-drug lookup flows with python3, network access, and optional self-hosted KSKILL_PROXY_BASE_URL configuration. Lookup responses quote official precaution and interaction passages when present.2.8kinstalls37Market Kurly SearchThe market-kurly-search skill queries Market Kurly public search and product detail surfaces without login to return product candidates, current prices, discount status, stock availability, delivery type, and product links. It uses the kurly.com search v4 API for keyword search, a count endpoint when results are too broad, and goods page __NEXT_DATA__ extraction as a fallback for detail confirmation. The skill is read-only: it never orders, adds to cart, or performs payment actions. When keywords are missing it asks for product names; when multiple candidates appear it shows top two or three for user confirmation. Responses note that prices and stock change over time and are reference values at query time. It requires node 18 plus and internet access, and warns that the surfaces are unofficial developer APIs that may change schema.2.8kinstalls38Subway Lost PropertyThe subway-lost-property skill structures official Korean subway lost-and-found lookup via LOST112 and Seoul Metro lost property center pages. Version one is guidance and hybrid: it prepares LOST112 search conditions with SITE=V for non-police agencies, station name, item name, and date range, plus Seoul Metro center entry links. It asks for minimum clues first including station, item type, approximate date, and whether Seoul Metro lines one through eight apply. A python helper generates LOST112 form payloads and runnable curl examples with referer and sixty second timeout saving HTML to lost112-search-result.html. Optional --verify-live checks page reachability without guaranteeing automated results due to slow official responses and missing public API. The skill explains manual fallback when station names differ from storage location labels and does not promise full automation until captcha and session stability are verified.2.8kinstalls39K Schoollunch Menuk-schoollunch-menu queries South Korea NEIS school basic info and meal menus through a hosted k-skill-proxy that holds the KEDU_INFO_KEY server side. Users supply a natural-language education office name, school name, and optional meal date defaulting to today in Korea time without memorizing codes. The workflow calls /v1/neis/school-search with educationOffice and schoolName, resolves ambiguous offices via candidate_codes, disambiguates multiple schoolInfo rows by address, then fetches /v1/neis/school-meal with ATPT_OFCDC_SC_CODE and SD_SCHUL_CODE plus YYYYMMDD. Optional mealKindCode filters breakfast, lunch, or dinner. Responses summarize DDISH_NM menus with br tags converted to line breaks and note empty results for holidays or missing data. Self-hosters may set KSKILL_PROXY_BASE_URL; clients never need the NEIS key. Agents must not guess inputs or pick schools without user confirmation when multiple matches appear.2.8kinstalls40Blue Ribbon NearbyBlue Ribbon Nearby is a Korean-locale agent skill that finds nearby Blue Ribbon 맛집 after the user shares a current location. It never auto-guesses position; the mandatory first step asks for neighborhood, station, landmark, or latitude-longitude coordinates. Location strings match official Blue Ribbon zone catalogs at bluer.co.kr, with landmark aliases such as COEX mapping to Samsung-dong zones. Nearby results load through k-skill-proxy /v1/blue-ribbon/nearby with distance filters of 500 to 5000 meters and ribbon type filters, returning three to five restaurants with name, ribbon count, category, address, and distance. Prerequisites include internet, Node 18+, and BLUE_RIBBON_SESSION_ID on the proxy. If bluer.co.kr returns 403, rebrowser-playwright can fall back to headed Chrome with stealth patches. Users trigger it with 근처 맛집 or nearby Blue Ribbon restaurant phrases, but other review sources like MangoPlate take priority when explicitly named.2.6kinstalls41Public Restroom NearbyPublic Restroom Nearby helps agents locate nearby public and open restrooms (공중화장실 / 개방화장실) in Korea based on a user-provided location. The skill never guesses location automatically; it must ask the user for their current position first using a recommended Korean prompt for neighborhood, station, landmark, or lat/lng. Data comes primarily from the official 공중화장실정보 standard dataset CSV hosted on localdata.go.kr, optionally merged with Kakao keyword and category searches when KAKAO_REST_API_KEY is configured. Location strings resolve through Kakao Map anchor search to coordinates, narrowing to regional CSV files when a province can be inferred. The workflow downloads CSV data, optionally queries Kakao for 공중화장실, 개방화장실, and OL7 gas stations, recalculates all distances with haversine instead of Kakao distance fields, deduplicates within 50 meters favoring CSV results, and returns three to five concise entries with name, type, distance, address, hours, and map links. A Node.js helper searchNearbyPublicRestroomsByLocationQuery demonstrates the API. Failure modes include missing Kakao keys limiting POI coverage, ambiguous anchors shifting results, and CSV schema changes requiring normal.2.5kinstalls42Naver Shopping Searchk skill proxy 가 네이버 검색 Open API 쇼핑 검색 shop json 을 우선 사용하고 키가 없을 때만 네이버 쇼핑 검색의 로그인 없는 공개 BFF JSON endpoint를 단일 검색 요청 으로 가져와 상품 후보를 정규화한다 상품명 검색어로 네이버 쇼핑 후보를 찾는다 현재 노출 가격 판매처 링크 이미지 리뷰 구매 수 노출될 때만 를 정리한다 가격이 낮은 후보와 공식몰 브랜드몰 후보를 분리해서 비교할 수 있다 주문 장바구니 찜 로그인 세션 접근은 하지 않는다 네이버 쇼핑에서 에어팟 가격 비교해줘 네이버 최저가로 커피머신 찾아줘 네이버 쇼핑 링크랑 판매처별 가격을 비교해줘 이 상품 네이버 쇼핑에서 얼마쯤 해 회원 전용가 쿠폰 적용가 네이버페이 개인화 혜택을 확정해야 하는 경우 주문 장바구니 찜 로그인이 필요한 액션 차단 우회 CAPTCHA 우회 fingerprint spoofing 등 접근 통제를 우회해야 하는 경우 찾을 네이버 쇼핑 상품명이나 검색어를 알려주세요 예 에어팟 프로 2세대 아이폰 15 케이스2.5kinstalls43Korean Scholarship Search사용자에게는 장학금 검색 및 조회 라는 이름으로 안내하고 skill slug는 korean scholarship search 이다 한국장학재단 대학 재단 기업 지자체 공공기관의 공식 장학 공고 를 최신 기준으로 검색하고 아래 항목을 정리한다 장학금명 운영기관명 기관 유형 school foundation government company local government other 지원 금액 등록금 생활비 구분 신청 기간 지원 조건 지원 자격 학자금 지원구간 소득구간 조건 공식 공고 링크 신청 링크 특정 학교가 주어지면 그 학교의 본부 학생지원처 단과대 학과 전공 대학원 공지를 전수 탐색하려고 시도한다 학교가 주어지지 않으면 ac kr 전체를 기준으로 전국 대학 장학 공고를 넓게 찾는다 The korean scholarship search skill documents workflows prerequisites and usage patterns grounded in its repository SKILL md Agents should follow the documented steps respect safety and permission notes and cite only capabilities described in the source It triggers on phrases matching the skill description and integrates with the agent toolchain for the tasks outlined in the documentation2.5kinstalls44Hola Poke Yeoksam올라포케 역삼점 전용 remote MCP server https hola poke yeoksam skill onrender com mcp 를 기준으로 아래 작업을 처리한다 get_menu 로 포케 사이드 세트 토핑 메뉴를 안내한다 get_shop_info 로 위치 영업시간 배달 반경 단체주문 URL을 안내한다 enter_event phone 로 즉석 래플형 이벤트 참여를 돕는다 올라포케 메뉴 뭐 있어 역삼 포케 추천해줘 올라포케 역삼점 어디야 올라포케 단체주문 링크 줘 올라포케 이벤트 참여해줘 역삼점이 아닌 다른 올라포케 지점 문의 주문 결제 배달앱 자동화는 하지 않는다 단체주문 자동 예약 실행 사용자 동의 없는 번호 수집 또는 반복 응모 시도 The hola poke yeoksam skill documents workflows prerequisites and usage patterns grounded in its repository SKILL md Agents should follow the documented steps respect safety and permission notes and cite only capabilities described in the source It triggers on phrases matching the skill description and integrates with the agent toolchain for the tasks outlined in the documentation2.5kinstalls45Kbl Results공식 KBL JSON 표면으로 특정 날짜의 한국프로농구 경기 일정 결과를 조회하고 필요하면 특정 팀 예 서울 SK 부산 KCC 팀 코드 55 만 필터링한 뒤 현재 팀 순위까지 함께 정리한다 오늘 KBL 경기 결과 알려줘 2026 04 01 서울 SK 경기 결과 보여줘 KBL 현재 팀 순위 알려줘 Node js 18 npm install g kbl results 날짜 YYYY MM DD 선택 사항 팀명 풀네임 팀 코드 The kbl results skill documents workflows prerequisites and usage patterns grounded in its repository SKILL md Agents should follow the documented steps respect safety and permission notes and cite only capabilities described in the source It triggers on phrases matching the skill description and integrates with the agent toolchain for the tasks outlined in the documentation2.5kinstalls46Rhwp Editk skill rhwp CLI로 hwp 문서의 본문 텍스트 표 구조 셀 내용 을 round trip 안전하게 수정한다 CLI는 rhwp core Rust WebAssembly 위에 얇은 Node 래퍼를 씌워 insertText deleteText replaceAll createTable setCellText 같은 편집 동작을 서브커맨드로 노출한다 결과는 항상 새 파일로 저장한다 이 스킬은 편집 전용 이다 문서를 Markdown JSON으로 변환하거나 필드만 추출하려면 hwp hwp SKILL md 스킬을 사용한다 페이지 렌더링 디버깅이나 IR 비교가 필요하면 rhwp advanced rhwp advanced SKILL md 스킬을 사용한다 HWP 본문에 한 줄 추가해줘 서식은 유지한 채로 2025를 2026으로 일괄 치환해줘 3행 4열짜리 표를 HWP에 넣어줘 표의 특정 셀 내용을 바꿔줘 빈 HWP 새 파일을 만들어줘 HWP Markdown JSON 변환 hwp 스킬 kordoc 을 쓴다 rhwp edit은 바이너리 편집 전용이다 HWPX 원본을 다시 HWPX로 저장 rhwp v0 7 3 기준 업스트림이 196 으로 HWPX 저장 경로를 막아둔 상태다 HWPX를 입력으로 주면 내부적으로 HWP IR로 올라온 뒤 HWP 5 x 바이너리로만 저장된다 HWPX 출력이 꼭 필요하면 kordoc markdownToHwpx 를 쓴다 레이아웃 페이지네이션 SVG 렌더 디버깅 rhwp advanced 스킬로 업스트림 rhwp CLI export svg debug overlay dump pages2.5kinstalls47Parking Lot Search위치는 자동 추정하지 않는다 반드시 먼저 현재 위치를 질문 한다 기본값은 공영 주차장만 보여준다 공식 전국주차장정보표준데이터 Open API를 사용한다 위치 문자열은 Kakao Map anchor 검색으로 좌표를 잡은 뒤 공식 주차장 데이터에서 거리순으로 정리한다 실시간 만차 잔여면 예약 여부는 공식 표준데이터에 없으므로 확정해서 말하지 않는다 근처 주차장 찾아줘 광화문 주변 공영주차장 어디 있어 서울역 근처 무료 주차장 있어 지금 여기서 가까운 공영주차장 지도 링크 줘 현재 위치를 알려주세요 동네 역명 랜드마크 위도 경도 중 편한 형식으로 보내주시면 근처 공영주차장을 찾아볼게요 표준데이터 안내 https www data go kr data 15012896 standard do Open API 안내 https www data go kr data 15012896 openapi do Open API endpoint https api data go kr openapi tn_pubr_prkplce_info_api k skill proxy v1 parking lots search Kakao Map 모바일 검색 https m map kakao com actions searchView q query Kakao Map 장소 패널 JSON https place api map kakao com places panel3 confirmId 1 유저에게 반드시 현재 위치를 묻는다 2 위치 문자열을 받으면 Kakao Map으로 anchor 후보를 고르고 좌표를 확보한다 3 anchor 주소에서 시도 시군구 address hint를2.4kinstalls48Korean Privacy Termskimlawtech korean privacy terms https github com kimlawtech korean privacy terms Apache 2 0 업스트림을 사용해 한국 법령 기반 개인정보처리방침 이용약관 쿠키 배너 회원가입 동의 모달 생성을 수행한다 k skill 측은 얇은 wrapper 만 유지하고 실제 인터뷰 렌더 설치 로직은 업스트림에 위임한다 개인정보위원회 처리방침 작성지침 2025 4 21 개정 개인정보보호법 2026 3 공포 2026 9 11 시행 과징금 매출액 최대 10 공정거래위원회 전자상거래 표준약관 제10023호 EU GDPR ePrivacy 업스트림 v2 0 지원 이 스킬이 생성하는 모든 문서는 참고용 초안 이며 법률 자문이 아니다 실서비스 배포 전 반드시 변호사 검토 가 필요하다 개인정보처리방침 만들어줘 이용약관 추가해줘 쿠키 배너 붙여줘 회원가입 동의 모달 필요해 행태정보 고지 추가해줘 개인정보 동의 UI 깎아줘 실제 법률 자문 소송 전략 개별 약관 분쟁 판단이 필요한 경우 변호사 상담 한국 EU 외 관할 미국 CCPA 일본 APPI 중국 PIPL 등 을 단독으로 다뤄야 하는 경우 업스트림 로드맵 Next js App Router 가 아닌 환경 업스트림이 Pages Router 미지원2.4kinstalls49Library Book Search국립중앙도서관의 도서관 정보나루 Data4Library Open API를 k skill proxy 가 중계하는 HTTP API로 조회한다 키워드로 도서를 검색한다 ISBN으로 상세 서지 대출정보를 확인한다 ISBN 지역코드로 해당 도서를 소장한 도서관 목록을 찾는다 도서관 코드 ISBN으로 특정 도서관의 소장 대출 가능 여부를 확인한다 역사 관련 책 도서관 정보나루에서 찾아줘 이 ISBN 소장한 서울 도서관 찾아줘 정독도서관에 이 책 있는지 확인해줘 도서관 도서 조회 가능해 인터넷 연결 curl 사용 가능 환경 k skill proxy 에 DATA4LIBRARY_AUTH_KEY 가 설정된 배포 기본 hosted 또는 self host 에 접근 가능할 것 사용자에게 필요한 시크릿은 없으며 DATA4LIBRARY_AUTH_KEY 는 프록시 서버에서만 관리한다 The library book search agent skill provides documented workflows prerequisites triggers and safety guidance from its SKILL md source Agents load it when user requests match the description and follow step by step instructions without inventing capabilities It integrates with standard agent tooling for the tasks inputs outputs and failure modes described in the repository documentation2.4kinstalls50Rhwp Advanced업스트림 rhwp CLI Rust 네이티브 바이너리 를 써서 HWP 파일의 레이아웃 디버깅 IR 구조 검사 버전 비교 썸네일 추출 배포용 문서 잠금 해제 를 수행한다 k skill rhwp Node 편집 CLI 가 다루지 못하는 구조 분석 렌더 문제 진단용이다 이 스킬은 편집을 하지 않는다 편집은 rhwp edit rhwp edit SKILL md 스킬 문서 Markdown JSON 변환은 hwp hwp SKILL md 스킬 kordoc 을 쓴다 표 셀이 이상하게 잘려 어디서 깨지는지 IR 덤프를 보고 싶어 두 HWP 파일 구조 차이를 줄 단위로 보고 싶어 SVG 렌더가 이상해 문단 표 경계선을 시각적으로 확인하고 싶어 페이지가 몇 개이고 어느 문단이 몇 페이지에 걸쳐 있는지 보고 싶어 배포용 읽기전용 HWP 파일 잠금을 풀고 싶어 HWP 파일에서 PrvImage 썸네일을 꺼내고 싶어 텍스트 표 편집 rhwp edit 스킬 k skill rhwp CLI HWP Markdown JSON 양식필드 변환 hwp 스킬 kordoc GUI 자동화 한컴 보안모듈 우회 Windows 레지스트리 제어 범위 밖이다 Node 코드에서 라이브러리 API 로 편집 k skill rhwp 를 Node API 로 쓴다 rhwp CLI 바이너리 다음 중 하나 cargo install rhwp Rust toolchain 필요2.4kinstalls51Naver News Searchk skill proxy 가 네이버 검색 Open API 뉴스 검색 openapi naver com v1 search news json 을 호출해 최근 뉴스 기사 후보를 정규화된 JSON 으로 돌려준다 검색어 기반 최신 뉴스 후보 목록을 정리한다 기사 제목 본문 요약 description 발행 시각 pub_date pub_date_iso 네이버 뉴스 링크 link 원문 링크 original_link 를 제공한다 Naver 가 응답에 섞어주는 b 하이라이트 태그와 HTML entity amp quot lt 등 는 proxy 쪽에서 미리 제거한다 사용자 로그인 개인화 회원 전용 뉴스는 지원하지 않는다 오늘 삼성전자 관련 뉴스 찾아줘 최근 AI 규제 관련 기사 최신순으로 5개만 네이버 뉴스에서 금리 인상 기사 요약해줘 이 사건 기사 링크 정리해줘 특정 언론사 내부 유료 기사 로그인 뒤에만 보이는 기사 기사 본문 전체가 필요한 경우 API 는 요약 description 만 제공 주식 환율 부동산 실시간 시세 뉴스 API 는 기사만 다룬다 차단 CAPTCHA 우회가 필요한 경로 찾을 네이버 뉴스 검색어를 알려주세요 예 삼성전자 실적 인공지능 규제 금리 인상2.3kinstalls52K DartAPI_K_DART 환경변수에 담긴 인증키로 DART OpenAPI https opendart fss or kr api 를 직접 호출해 공시 재무 주요사항 정보를 조회한다 프록시를 거치지 않는다 삼성전자 최근 공시 보여줘 카카오 기업개황 알려줘 LG에너지솔루션 2024년 연간 재무제표 네이버 배당 현황 하이브 전환사채 발행 이력 셀트리온 소송 현황 SK하이닉스 감사의견 현대차 증자 감자 이력 삼성바이오 자기주식 취득 처분 실시간 주가 호가 체결 조회 korean stock search 스킬 해외 기업 공시 투자 자문 매수 추천 API_K_DART 환경변수가 설정되어 있어야 한다 키 발급 https opendart fss or kr uss umt EgovMberInsertView do DART API 대부분은 corp_code 8자리 고유번호 를 요구한다 사용자가 종목명이나 종목코드 6자리 만 제공하면 The k dart agent skill provides documented workflows prerequisites triggers and safety guidance from its SKILL md source Agents load it when user requests match the description and follow step by step instructions without inventing capabilities It integrates with standard agent tooling for the tasks inputs outputs and failure modes described in the repository documentation2.3kinstalls53Catchtable Sniper스킬명 catchtable sniper 라이선스 MIT 단계 v1 카테고리 lifestyle food 로케일 ko KR 요구사항 Chrome MCP 캐치테이블 로그인된 Chrome 세션 캐치테이블에서 원하는 식당의 빈자리 취소 슬롯 를 30초 간격으로 감시하다가 발견하는 즉시 자동 예약합니다 멀티 타겟 동시 감시 예약 오픈런 모드 인원 유연 매칭 Dry run 알림 전용 모드를 지원합니다 온지음 5월 토요일 저녁 2인 빈자리 나오면 예약해줘 온지음 밍글스 라연 중 5월 주말 2인 아무데나 먼저 뜨는 거 잡아줘 멀티 타겟 라연 5월 예약 오픈이 4월 30일 오전 10시야 그때 맞춰서 잡아줘 오픈런 모드 스시야마 이번달 안에 2인 못 잡으면 4인 있으면 알려줘 인원 유연 밍글스 빈자리 뜨면 예약은 내가 할게 알림만 줘 Dry run 모드 https app catchtable co kr ct shop mingles 토요일 4명 자동예약 로그인 자동화 카카오 네이버 로그인은 직접 해야 함 선결제 식당의 결제 정보 자동 입력 결제 단계는 사람이 직접 캐치테이블 외 플랫폼 예약 네이버 예약 식신 등 30초 미만 폴링 간격 서버 부하 방지 Chrome MCP 연결 필수 캐치테이블 app catchtable co kr 에 로그인된 Chrome 세션 필요 별도 API 키 패키지 설치2.3kinstalls54Lh Notice Search한국토지주택공사 LH 가 apply lh or kr 로 공고하는 임대주택 분양주택 주거복지 신혼희망타운 등 토지 상가 공고 를 공공데이터포털 data go kr 의 공식 LH 공고 Open API로 조회한다 요청은 k skill proxy 의 v1 lh notice 라우트로 보내고 결과는 공고 목록 공고 상세 주택형별 공급 정보 로 정리한다 본 스킬은 사회초년생 청년 신혼부부처럼 LH 공고 존재 자체를 모르는 사용자 가 공고 마감 전에 공고문을 빠르게 찾을 수 있도록 돕는다 LH 영구임대 공고 지금 뭐 올라와 있어 신혼희망타운 공고 요즘 나온 거 정리해줘 부산광역시 LH 임대주택 공고중인 것 보여줘 전세임대 공고 중 마감 임박한 거 찾아줘 공고번호 2015122300019828 상세 정보 보여줘 행복주택 청년 모집 공고 요약해줘 개별 사용자의 자격 심사 당첨 예측 가점 계산 청약 신청 자동화 자동 제출 본 스킬은 read only 조회다 청약통장 주택도시기금 계좌 업무 해당 범위는 LH 공고와 별개다 SH 서울주택도시공사 GH 경기주택도시공사 iH 인천도시공사 전용 공고 본 스킬은 LH 공고만 다룬다 panSs 또는 status 공고 상태 공고중 접수중 접수마감 당첨자발표 추정공고 중 하나 비우면 전체 uppAisTpCd 또는 category 주택 대분류 01 토지 05 분양주택 062.3kinstalls55Korean Slang Writing사용자가 유행어 섞어서 요즘 말투로 밈스럽게 재치있게 같은 요청을 했을 때 검증된 한국 유행어 후보 를 먼저 뽑고 필요하면 나무위키 원문 요약을 확인해 한국어 문장 홍보문 SNS 게시글 댓글을 유행어 느낌으로 작성한다 스킬은 데이터와 조회 도구 만 제공한다 큐레이션된 시드 인덱스 검색 나무위키 best effort 요약 실제 문장 작성은 에이전트 LLM 가 스킬이 돌려준 후보 중에서 사용자 의도에 맞는 표현을 골라 한다 시드 인덱스 출처는 나무위키 분류 유행어 https namu wiki w EB B6 84 EB A5 98 EC 9C A0 ED 96 89 EC 96 B4 를 기준으로 수작업 큐레이션한다 risky 수준의 혐오 차별 집단 조롱 가능성이 있는 표현은 시드에 넣지 않는다 SNS 홍보 글 유행어 섞어서 써줘 댓글을 요즘 말투로 바꿔줘 밈스럽게 MZ스럽게 재치있게 써줘 이 유행어가 무슨 뜻이야 시드 인덱스 나무위키 lookup 긍정적인 느낌의 유행어 3개 추천해줘 이 상품 카피에 어울리는 유행어 후보 뽑아줘 격식 공문 보도자료 법률 문서 사과문 공식 발표문 등 유행어 사용이 부적절한 문맥 민감한 사회 정치 종교 주제에 풍자 유행어를 끼얹어야 하는 상황 대량 인덱싱 전체 웹 스크래핑 나무위키 약관 Cloudflare 정책 위반2.3kinstalls56Court Auction Notice SearchThe court-auction-notice-search skill Browse 대법원경매정보 courtauction.go.kr 부동산 매각공고 by 매각기일·법원·기일/기간 입찰, expand each notice into 사건번호·용도·주소·감정평가액·최저매각가, search property items by free conditions 지역·용도·가격·면적·유찰횟수 , and look up a case directly by 법원+사건번호. Read-only, slow-by-design ~2s/call to avoid IP blocks. It covers 공식 OPEN API가 없어 사이트 내부의 WebSquare JSON XHR endpoint를 그대로 호출한다.. Key workflows include 사이트는 IP 단위 봇 차단 이 매우 공격적이다 16회/30초 정도면 1시간 차단 . 이 패키지는 호출 간 최소 2초 jitter, 세션당 호출 budget 기본 10회 , data.ipcheck === false 즉시 throw 로 보수적으로 동작한다.. - "오늘/내일 어디서 부동산 경매 열려?" - "서울중앙지방법원 2026-04-27 매각공고 보여줘" - "기일입찰 vs 기간입찰만 나눠서 보여줘" - "이 매각공고 안의 사건번호/용도/주소/감정평가액 다 보여줘" - "사건번호 2024타경100001 진행 상황 알려줘" - "서울 강남구 아파트 최저가 5억 이하 유찰 1회 이상 물건 찾아줘" - "법원사무소 코드 표 줘" Developers invoke court-auction-notice-search when the task matches the triggers and reference files in SKILL.md for grounded, stepwise execution.2.1kinstalls57Foresttrip VacancyThe foresttrip-vacancy skill Look up available Korean national forest recreation lodging or camping slots on foresttrip.go.kr. Use when the user asks for 숲나들e or 자연휴양림 빈 객실/빈자리 조회, not for booking. It covers "이번 주말 자연휴양림 빈 객실 있어?". Key workflows include "숲나들e 2026년 5월 4일 예약 가능한 곳 조회해줘". - "이번 주말 자연휴양림 빈 객실 있어?" - "숲나들e 2026년 5월 4일 예약 가능한 곳 조회해줘" - "자연휴양림 빈자리 전체 조회해줘" - "관심 휴양림 중 예약 가능한 객실만 알려줘" Developers invoke foresttrip-vacancy when the task matches the triggers and reference files in SKILL.md for grounded, stepwise execution. Reference files and progressive disclosure keep context focused while preserving concrete commands, configuration fields, and validation checks copied from the upstream documentation. Reference files and progressive disclosure keep context focused while preserving concrete commands, configuration fields, and validation checks copied from the upstream documentation.2.1kinstalls58K Skill CleanerThe k-skill-cleaner skill Interview the user and inspect coding-agent skill trigger counts to recommend unused K-skills for removal. It covers do not delete skills automatically. Produce a ranked recommendation first, then make deletions only after the user explicitly approves the shortlist.. Key workflows include treat trigger counts as best-effort signals , not absolute truth. Different agents store transcripts differently and may rotate or omit logs.. Developers invoke k-skill-cleaner when the task matches the triggers and reference files in SKILL.md for grounded, stepwise execution. Reference files and progressive disclosure keep context focused while preserving concrete commands, configuration fields, and validation checks copied from the upstream documentation. Reference files and progressive disclosure keep context focused while preserving concrete commands, configuration fields, and validation checks copied from the upstream documentation. Reference files and progressive disclosure keep context focused while preserving concrete commands, configuration fields, and validation checks copied from the upstream documentation.2.1kinstalls59Iros Registry AutomationThis skill automates preparation workflows for Korean corporate and real estate registry documents (등기부등본) from the Supreme Court's IROS portal. It guides safe batch operations via a reference implementation by challengekim, handling corporate registry number cartload, company name search fallback, and real estate address entry. User retains full control of login, authentication (공동인증서, TouchEn nxKey), and card payment in the browser. Supports wizard-driven flows, batch PDF retrieval after user-confirmed payments, and sensitive data isolation outside repositories. Hard requirement: personal identifiers and financial details remain outside version control.2.1kinstalls60Corporate Registration ConsultingThis skill guides developers and software engineers through establishing a Korean stock corporation (주식회사) via internet-based registration. It automates document generation using stored HWP templates, handles articles of incorporation with real business purpose/classification fields, calculates registration license tax (등록면허세) with dense-zone surcharges, and orchestrates sequential review workflows using rhwp-based editing. Users provide minimal decision points (company name, address, capital, founders, officers); the agent fills template copies, validates against tax/compliance rules, and produces submission-ready HWP files with explicit placeholder lists. Final signature, seal preparation, and registration submission remain user actions.2.1kinstalls61Korean Jangbu ForKorean Jangbu For is a thin wrapper around kimlawtech/korean-jangbu-for (Apache-2.0) that automates Korean sole proprietor, one-person corporation, freelancer, and self-employed business ledger workflows. It ingests card statements, bank CSVs, Excel sheets, receipts, and tax invoices; standardizes transactions; maps chart of accounts; generates tax balance sheets/P&Ls, tax authority CSVs, and operational cash-flow reports. Prerequisites include Python 3.11+, git, bash, OCR dependencies, and optional CODEF BYOK credentials for auto-collection from HomeTax/banking systems. Mandatory intake confirms business type, output goals, input sources, period, sensitive-data handling, and final tax professional review requirements.2.1kinstalls62Intercity Bus BookingThe intercity-bus-booking skill is designed for search and assist Korean 시외버스/Tmoney bookings using official HTTP/API-first flows; use for 시외버스 예매, 시간표, 좌석/요금 조회, and official checkout-entry handoff. Intercity Bus Booking (Tmoney 시외버스) Overview Use this skill for Korean 시외버스 timetable lookup and reservation assistance via the official Tmoney intercity bus site. Prefer HTTP/API-first flows for route lookup, timetable search, fare/seat-stage entry, and checkout-entry handoff. Invoke when the user asks about intercity bus booking or related SKILL.md workflows.1.8kinstalls63Flight Ticket SearchThe flight-ticket-search skill is designed for search Google Flights for fares, booking links, and date or month price comparisons. Flight Ticket Search What this skill does fast-flights 기반으로 Google Flights의 공개 검색 결과를 조회해 항공권 후보를 정리한다. 제공 기능: 편도/왕복 항공권 검색 Google Flights 예약 검색 링크 생성 상위 후보 가격, 항공사, 출도착 시간, 소요시간, 경유 수 정리 날짜 범위, 월별, 연도별 샘플 비교 최저가, 평균가, 최고가 및 low/typical/high 가격 band 요약 예약 링크는 특정 판매자 결제 deep link가 아니라 Google Flights 검색 결과 링크다. Invoke when the user searches flights, compares fares by date or month, or needs booking links.1.7kinstalls64Kosis StatsThe kosis-stats skill is designed for 국가데이터처가 운영하는 KOSIS(국가통계포털, kosis.kr) Open API로 한국 공식 통계표를 검색하고 메타데이터·데이터·대용량 자료를 조회한다. Use when the user asks for 한국 공식 통계 (인구, 가구, 물가, 고용 등) 수치 조회, not for analysis or. KOSIS Stats What this skill does 국가데이터처(구 통계청)가 운영하는 KOSIS(국가통계포털) Open API https://kosis.kr/openapi/ 로 한국 공식 통계 자료를 조회 자동화한다. KSKILL_KOSIS_API_KEY — bigdata 또는 --direct로 KOSIS를 직접 호출할 때만 필요하다. Invoke when the user the user asks for 한국 공식 통계 (인구, 가구, 물가, 고용 등) 수치 조회, not for analysis or visualization.1.7kinstalls65Danawa Price SearchThe danawa-price-search skill is designed for 다나와 공개 검색/가격비교 표면으로 상품 후보를 찾고, 쇼핑몰별 최저가·배송비 포함 실구매가·카드 할인가·무이자 할부 정보를 보수적으로 비교한다. Danawa Price Search What this skill does 다나와의 로그인 없는 공개 검색/가격비교 표면을 읽기 전용으로 호출해 한국 쇼핑몰 가격을 비교한다. 상품가만이 아니라 배송비 포함 실구매가, 무료배송 여부, 카드 할인가, 무이자 할부 문구를 함께 정리한다. Invoke when the user asks about danawa price search or related SKILL.md workflows.1.7kinstalls66Express Bus BookingThe express-bus-booking skill is designed for search and assist Korean 고속버스/KOBUS bookings using official HTTP/API-first flows; use for 고속버스 예매, 시간표, 좌석 조회, 임시 선점, and official checkout-entry handoff. Express Bus Booking (KOBUS) Overview Use this skill for Korean 고속버스 / KOBUS timetable lookup and reservation assistance. The preferred workflow is HTTP/API-first: resolve routes, query timetables, inspect remaining seats and fares, and only use browser automation when endpoint discovery or an official web-only step blocks progress. Invoke when the user asks about express bus booking or related SKILL.md workflows.1.7kinstalls67Gongsijiga SearchThe gongsijiga-search skill is designed for 대한민국 국토교통부가 매년 공시하는 "개별공시지가"(원/㎡) 조회. 지번 단위 토지의 정부 공시 단가로, 재산세·종부세·양도세 등 세금 산정의 법적 기준이다. **시세/실거래가가 아니다.** Use when the user asks for 공시지가, 개별공시지가, 토지 공시단가, 세무 계산용 토지 단가, or "이. 개별공시지가 조회 What this skill does 한국 국토교통부 부동산공시가격알리미(realtyprice.kr)에서 특정 필지의 개별공시지가(원/㎡)를 조회한다. realtyprice.kr는 API 키가 필요 없는 공개 엔드포인트이므로 k-skill-proxy를 경유하지 않는다. Invoke when the user the user asks for 공시지가, 개별공시지가, 토지 공시단가, 세무 계산용 토지 단가, or "이 땅 공시지가 얼마야".1.7kinstalls68Daangn Realty SearchThe daangn-realty-search skill is designed for 당근부동산 공개 웹 데이터 표면으로 지역 기반 부동산 매물 검색과 상세 확인을 수행한다. 문의/예약/계약 자동화는 제외한다. Daangn Realty Search What this skill does 당근부동산 목록의 공개 Remix _data JSON과 상세 페이지의 JSON-LD/HTML 메타를 읽어 매물 후보를 정리한다. 상세 URL이 주어지면 category별 detail route 또는 공개 HTML 메타를 조회한다. Invoke when the user asks about daangn realty search or related SKILL.md workflows.1.7kinstalls69Korean Transit RouteThe korean-transit-route skill is designed for korean door-to-door public transit routing (subway + bus + walking) via ODsay LIVE API with Kakao geocoding for address-to-address queries. Use when the user asks for. When to use "강남에서 잠실 지하철로 어떻게 가?" "서울역 → 인천공항 대중교통 경로" "환승 가장 적은 경로", "최소 시간 경로" Credentials 환경변수 ODSAY_API_KEY 가 있으면 사용. 발급은 https://lab.odsay.com Kakao Local geocoding은 기본 hosted k-skill-proxy 경유로 호출하므로 사용자 쪽 KAKAO_REST_API_KEY 는 불필요하다. Invoke when the user the user asks for 지하철/버스/대중교통 길찾기, 환승 경로, 소요시간, or transit directions between two places in Korea.1.7kinstalls70Donation Place SearchThe donation-place-search skill is designed for use when the user asks where to donate, 기부처 조회, or donation place recommendations by Korean location and category. Recommend recipients with best-effort 1365. 기부처 조회 / Donation Place Search What this skill does 사용자가 “어디에 기부하면 좋을지”, “서울 아동 기부처”, “동물보호 기부처 추천”처럼 묻는 경우 장소와 카테고리 기준으로 기부처 후보를 추천한다. 추천은 의사결정 보조이며, 최종 기부 전 공식 페이지와 1365 기부포털에서 최신 등록·모금기간·기부금영수증 가능 여부를 확인한다. Invoke when the user the user asks where to donate, 기부처 조회, or donation place recommendations by Korean location and category.1.7kinstalls71Korean Marathon ScheduleThe korean-marathon-schedule skill is designed for 고러닝과 대한철인3종협회 공개 표면으로 한국 마라톤·철인3종 경기 일정, 장소, 신청 마감일, 종목을 조회한다. Korean Marathon Schedule What this skill does 한국 마라톤/러닝 대회 일정을 조회하고, 가능한 경우 대한철인3종협회 공개 일정에서 철인3종 대회도 함께 확인한다. reason selected: public unauthenticated race list/detail pages include the required venue, deadline/registration period, and event categories. Invoke when the user asks about korean marathon schedule or related SKILL.md workflows.1.6kinstalls72Myrealtrip SearchThe myrealtrip-search skill is designed for 마이리얼트립 공식 Streamable HTTP MCP 서버로 항공권, 숙소, 투어/티켓/액티비티를 검색하고 상세·가격·예약 링크를 확인한다. 마이리얼트립 검색 이 스킬이 하는 일 마이리얼트립 공식 개발자센터의 MCP 문서에 공개된 엔드포인트를 사용해 여행 검색을 수행한다. 숙소 검색과 상세 조회 사용자가 특정 숙소의 객실, 가격, 편의시설, 리뷰, 취소정책을 묻거나 "자세히"를 요청하면 searchStays 결과의 gid로 상세를 이어서 호출한다. Invoke when the user asks about myrealtrip search or related SKILL.md workflows.1.6kinstalls73Nts Business RegistrationThe nts-business-registration skill is designed for 국세청 사업자등록정보 진위확인 및 사업자등록 상태조회를 공공데이터포털 API(k-skill-proxy 경유)로 수행한다. 국세청 사업자등록정보 진위확인 및 상태조회 What this skill does 공공데이터포털의 국세청_사업자등록정보 진위확인 및 상태조회 서비스를 k-skill-proxy 경유로 호출해 다음을 확인한다. 비우면 기본 hosted https://k-skill-proxy.nomadamas.org 를 사용한다. Invoke when the user asks about nts business registration or related SKILL.md workflows.1.6kinstalls74Seoul DensitySeoul Density queries the Seoul Open Data API to retrieve real-time congestion levels (available/normal/slightly crowded/crowded) and estimated population ranges for 121 hotspots across Seoul. Data is KT·SKT cellular signal-based estimates refreshed every 5 minutes, lagged approximately 15 minutes. Supports three subcommands: list (all locations by category), match (fuzzy location name matching), and query (live density retrieval). No API key required; calls route through k-skill-proxy which holds credentials. Outputs human-readable summaries or JSON for integration.1.6kinstalls75Daangn Used Goods SearchThe daangn-used-goods-search skill is designed for 당근 중고거래 공개 웹 데이터 표면으로 키워드·지역 기반 매물 검색과 상세 조회를 수행한다. 로그인/채팅/찜/구매 자동화는 제외한다. Daangn Used-Goods Search What this skill does 당근 중고거래 공개 Remix _data JSON route를 사용해 매물 목록과 상세 정보를 읽기 전용으로 조회한다. 상세 URL이 주어지면 category별 detail route 또는 공개 HTML 메타를 조회한다. Invoke when the user asks about daangn used goods search or related SKILL.md workflows.1.6kinstalls76Daishin Report SearchThe daishin-report-search skill is designed for 대신증권 리포트 GitHub Pages 미러에서 최신 HTML 리포트 목록과 원문/설명 페이지를 조회한다. Daishin Report Search What this skill does 대신증권 리포트 HTML 미러(jay-jo-0/github_pages_repo)에서 최신 리포트 목록을 찾고, 특정 리포트의 원문 텍스트·제목·헤딩·Rating/Target 표·원문 링크를 에이전트가 재사용하기 쉬운 JSON으로 반환한다. The recursive tree API exposes all timestamped HTML filenames without relying on a brittle directory listing screen scrape. Invoke when the user asks about daishin report search or related SKILL.md workflows.1.6kinstalls77Ticket AvailabilityThe ticket-availability skill is designed for yES24 / 인터파크 공연의 공개 일정 + 등급별 잔여석을 단일 HTTP 호출로 조회 (조회 전용, 예매·결제 없음). Ticket Availability What this skill does YES24 (ticket.yes24.com) 와 인터파크 (tickets.interpark.com) 의 공개 BFF JSON / Ajax endpoint 를 단일 HTTP 요청으로 호출해 공연 일정과 등급별 잔여석 수를 정규화한다. CloakBrowser, Playwright, fingerprint spoofing, CAPTCHA 우회를 사용하지 않는다 (httpx only). Invoke when the user asks about ticket availability or related SKILL.md workflows.1.6kinstalls78Daangn Cars SearchDaangn Cars Search performs read-only vehicle discovery and detail lookup via Daangn's public Remix _data JSON routes. It extracts filters (keyword, region, price) from user requests, resolves region names to internal IDs, queries category-specific search endpoints, and returns structured listings with source URLs and applied regions. No authentication, messaging, or transaction automation is included. Uses only Python standard library and supports natural language input or direct script invocation.1.6kinstalls79Daangn Jobs SearchSkill that performs read-only search and detail retrieval of Korean job postings from Daangn Jobs public web surfaces using keyword and region filters. Uses Python standard library to query Remix `_data` JSON routes and public HTML metadata, with region ID resolution via Daangn's region API. Excludes login, chat, favorites, offers, applications, and any state-changing operations. Falls back to HTML meta when `_data` routes return empty or unavailable.1.6kinstalls80Gangnamunni Clinic SearchThe gangnamunni-clinic-search skill queries Gangnam Unni public search pages for plastic surgery and dermatology clinic candidates without user login. It reads the non-login Next.js payload from server-rendered HTML at gangnamunni.com/search parsing __NEXT_DATA__ props.pageProps.hospitals arrays via searchClinics helper or npx CLI. Returned fields include ratings, rating counts, review counts, supported languages, public images, and hospital links at gangnamunni.com/hospitals/id. Workflow asks for a search keyword when missing, keeps answers conservative stating results are public-page candidates only, and avoids medical advice or booking language. Explicitly excludes consultation requests, reservations, payments, chat, favorites, and personalized logged-in pricing. Prerequisites are internet, Node.js 18 plus, and the gangnamunni-clinic-search package. Discovery confirmed curl and Node fetch return HTTP 200 with hospitals in __NEXT_DATA__ without k-skill-proxy. Korean locale skill with example queries for 강남 성형외과 and 코성형 searches. Agents must not guarantee safety, suitability, or recommend procedures.1.6kinstalls81Kstartup SearchThe kstartup-search skill 공공데이터포털 창업진흥원 K-Startup Open API 15125364 로 통합 공고 사업 정보 지원사업 공고 창업 콘텐츠 통계보고서를 k-skill-proxy 경유로 조회한다 검색 전용 창업진흥원 K-Startup 조회 What this skill does 공공데이터포털의 창업진흥원_K-Startup 사업소개 사업공고 콘텐츠 등 _조회서비스 kisedKstartupService01 dataset 15125364 를 k-skill-proxy 경유로 호출해 다음 4개 endpoint를 조회한다 business-info getBusinessInformation01 통합공고 지원사업 정보 예산 규모 수행기관 사업소개 announcements getAnnouncementInformation01 지원사업 공고 정보 공고명 접수기간 지역 신청대상 모집진행여부 등 가장 활용도 높음 contents getContentInformation01 창업관련 콘텐츠 공지 뉴스 우수사례 등 statistics getStatisticalInformation01 창업관련 통계보고서 조회 전용 스킬이다 사업 신청 지원금 청구 콘텐츠 게시 같은 쓰기 동작은 다루지 않는다 When to use 이번 달 마감 예정인 청년 창업지원 공고 찾아줘 서울 소재 모집 진행 중인 1인 창조기업 지원사업 알려줘 K-Startup에서 사업화 단계 통합공고 사업 목록 뽑아줘 창업진흥원 최신 통계보고서 5건 보여줘 When not to use 사업 신청 결제 자동 지원 계좌 연계 같은 쓰기 동작 지원 화면은 사용자가 K-Startup 웹에서 직접 진행한다 K-Startup 외부 사이트 중기부 창조경제혁신센터 지자체 단독 공고 조회 통합공고에 등록된 일부만 K-Startup API로 노출된다 마감일 모집 상태를 분1.5kinstalls82Emergency Room BedsThe emergency-room-beds skill locates nearby Korean emergency rooms using a user-supplied location anchor rather than automatic geolocation. It geocodes location strings through Kakao Map search, then queries the public E-Gen retrieve_emergency_room_list.do nearby endpoint via the emergency-room-beds npm package helper searchNearbyEmergencyRoomsByLocationQuery. Results summarize hospital name, distance, emergency care grade, ER and inpatient bed operating flags, trauma or pediatric specialty flags, address, phone, update time, and map links for roughly three to five closest facilities. The skill never states exact real-time vacant bed counts or occupancy rates because the public nearby list exposes operating flags only. If no location is given, it asks for neighborhood, station, landmark, or lat-long input first. Responses include disclaimers about public data limits and advise calling 119 or the hospital during urgent situations.1.5kinstalls83Sh Notice SearchThe sh-notice-search skill 서울주택도시개발공사 SH 공개 공고 공지 게시판에서 청약 주택 공고 목록 상세 본문 첨부 미리보기 메타데이터를 직접 조회한다 SH Notice Search What this skill does 서울주택도시개발공사 SH www i-sh co kr 의 공고 및 공지 공개 HTML 게시판을 직접 읽어 청약 주택 공고 목록과 상세 본문 첨부파일 메타데이터를 JSON으로 정리한다 공식 게시판 분류 주택임대 주택분양 주택매입 주거복지 토지 상가 공장 등 를 선택한다 상세 페이지에서 본문 담당부서 등록일 조회수 실제 첨부파일명을 추출한다 첨부는 아이콘 템플릿이 아니라 existFile N onclick이 달린 실제 첨부 앵커와 downList 메타데이터를 기준으로 추출한다 청약 신청 서류 제출 로그인 필요한 마이페이지 조회 결제 알림 발송은 하지 않는다 When to use SH 행복주택 공고 찾아줘 서울주택도시개발공사 매입임대 공고 보여줘 SH 공고 seq 304371 상세와 첨부파일 알려줘 SH 분양 공고 최신 목록 조회 Prerequisites 인터넷 연결 Node js 18 이 저장소의 sh-notice-search npm package 또는 동일 로직 Public access path discovered Primary source official SH public HTML board default rent list https www i-sh co kr app lay2 program S1T294C297 www brd m_247 list do multi_itm_seq 21.5kinstalls84Korean Cinema SearchThe korean-cinema-search skill guides agents to look up South Korean multiplex chains CGV, Megabox, and Lotte Cinema using the upstream daiso npm CLI against public endpoints. It normalizes play dates to Asia/Seoul YYYYMMDD, resolves theater keywords, lists movies, timetables, and seat snapshots, and responds conservatively without booking or payment automation. Preferred flow starts with npx daiso health checks, then chain-specific GET calls for theaters, movies, timetable or seats endpoints. When public endpoints fail, it can clone hmmhmmhm/daiso-mcp and run dist/bin.js directly. Required inputs include cinema chain, area keyword, optional movie title for seat queries, and a play date defaulting to KST today. The skill explicitly excludes ticketing, login automation, and vendoring upstream server code into this repo.1.5kinstalls85Ohou Today DealThe ohou-today-deal skill queries the public Ohou today deals page at ohou.se/commerces/today_deals without login. It parses server-rendered __NEXT_DATA__ dehydratedState for today-deal-feed and special-today-deal-feed slots only, ignoring other DEAL nodes elsewhere on the page. The Python script returns product title, brand, URLs, original and selling prices, discount rates, coupon-adjusted best price, review counts, ratings, free delivery flags, and sold-out status. Filters support query keywords, minimum discount, free delivery only, sort by discount price review or annual sales, and result limits with optional offline HTML fixtures. Requests use a well-formed k-skill User-Agent to pass Akamai bot checks without CAPTCHA bypass. The skill is read-only and excludes cart, checkout, personalized coupons, or guaranteed real-time inventory.1.5kinstalls86Local Election Candidate SearchThe local-election-candidate-search skill helps agents retrieve Korean local election candidate data from public lookup workflows packaged in the k-skill collection. It expects explicit region or election context from the user, queries public candidate listings, and summarizes names, districts, parties, and status fields available from the upstream data source. The skill is read-only and focuses on informational lookup rather than campaigning automation or voter registration actions. Agents normalize user location or district inputs before searching and present concise candidate tables with source limitations noted. Use when users ask about local election candidates, district races, or 공천 and 후보 lookup tasks in Korea.1.5kinstalls87Kakao Mapkakao-map is a Claude Code skill that bundles Kakao Local place search and address-geocode conversion with Kakao Mobility driving directions through the k-skill-proxy so end users never supply a Kakao REST API key. The operator stores KAKAO_REST_API_KEY on the proxy; both APIs authenticate with the same KakaoAK header. kakao-map answers keyword and category place lookups, coordinate-to-address transforms, and car routes with distance, duration, tolls, and estimated taxi fare. The skill is read-only and does not handle bookings, payments, or driving automation. Use it when agents need Korean POI search or turn-by-turn driving estimates inside ko-KR locale apps.1.3kinstalls88Seoul BikeSeoul Bike is an agent skill that lets your AI coding assistant fetch real-time bike availability and empty rack counts from Seoul's public 따릉이 bike-share system. It wraps the official open data through a hosted proxy so no personal API key is required. Builders can ask natural questions such as current bikes near their location, stations near Gwanghwamun, or availability at Gangnam Station and receive concise, structured answers with distances and timestamps. The skill ships as a single Python script with three subcommands and works out of the box with only standard library dependencies.1.3kinstalls89Korean Middle KoreanKorean Middle Korean is an agent skill that converts contemporary Korean sentences into a consistent Middle Korean-inspired literary style. It replaces modern particles and verb endings with archaic forms, mixes in Hanja where appropriate, updates dates to classical notation, and leaves technical elements such as code, URLs, and proper names untouched. The transformation is rule-based and deterministic, making it ideal for consistent creative output. It is designed for fun, world-building, meme writing, and stylistic experimentation rather than rigorous historical scholarship or safety-critical documents. The skill runs locally via a Node.js helper script and requires no API keys.1.3kinstalls90Korean Humanizerkorean-humanizer is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.968installs91Biz Health Checkbiz-health-check is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.913installs92G2b Sanctioned Supplierg2b-sanctioned-supplier is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.912installs93Fsc Corporate Infofsc-corporate-info is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.907installs94National Pension Workplacenational-pension-workplace is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.904installs95Localdata Business Statuslocaldata-business-status is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.896installs96Nts Tax Delinquencynts-tax-delinquency is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.892installs97Naver Map Routenaver-map-route is a location integration skill from nomadamas/k-skill that queries Naver Map for routing, driving directions, and public transit options across Korea. The skill lets agents answer navigation questions and backend services return Korea-accurate pathing where Google Maps coverage or licensing may not fit local transit and road data needs. Developers reach for naver-map-route when building travel assistants, delivery ETA features, or tourism apps targeting Korean users and needing Naver-native route, subway, and bus guidance. It bridges agent tooling and mobile or API products that must speak Naver Map query patterns rather than generic geocoding stubs.284installs