
nomadamas/k-skill
77 skills128k installs417k starsGitHub
Install
npx skills add https://github.com/nomadamas/k-skillSkills in this repo
1K Skill Setupk-skill-setup is the post-install gate for the nomadamas k-skill bundle. Solo builders who batch-install skills with npx need one place to resolve API keys and tokens without guessing filenames or overwriting the wrong file. The skill enforces a clear credential order—existing env, then the agent’s secret vault, then a plain dotenv fallback at ~/.config/k-skill/secrets.env—and tells you exactly which variable names are missing when nothing is set. It also checks runtime env expectations for the rest of the bundle and offers optional paths for periodic update checks and GitHub starring, both blocked until you opt in. That consent-first stance matters for indie operators who automate aggressively but do not want silent persistence changes on their laptop or CI host. Treat it as mandatory hygiene right after a global skills add, before invoking any credential-bearing k-skill.2.8kinstalls2HwpHWP is an agent skill for solo builders and small teams working with Korean Hangul Word Processor ecosystems who need AI-readable document output without opening a desktop editor. It standardizes on the kordoc CLI for converting .hwp, .hwpx, and .hwpml to Markdown or structured JSON, comparing document versions, extracting HWPX form fields, and reversing Markdown into HWPX when you need a deliverable file. The skill enforces clear boundaries: read and convert here; body text insertion, table edits, and replace-all belong to rhwp-edit; SVG page renders, IR dumps, and thumbnail tooling belong to rhwp-advanced. That routing keeps agents from picking the wrong tool and corrupting binaries. Typical fits include automating public-sector forms, normalizing 공문서 for RAG, or batch-transforming archives before summarization. You need Node 18+, write access to output paths, and kordoc (often via npx with pdfjs-dist). It is not for OCR-only image PDFs or real-time GUI automation of Hancom.2.8kinstalls3Ktx BookingKTX Booking is a Korean-locale integration skill that lets an agent query and manage Korail KTX reservations using Python 3.10+, korail2-ncard, and pycryptodome. It documents when to trigger on natural Korean requests—Seoul–Busan searches, morning departures, N-card discounts, cancellations—and routes work through a helper that restores headers Korail’s app expects after Dynapath checks broke naive korail2 examples. Solo builders use it to glue travel automation into Claude Code or similar agents without building scrapers from scratch. It does not replace SRT tooling or end-to-end payment confirmation. Store KSKILL_KTX_ID and KSKILL_KTX_PASSWORD via vault or secrets file, never in chat.2.7kinstalls4Kakaotalk Mackakaotalk-mac is an agent skill backed by a Python automation script for KakaoTalk on macOS. It discovers account identifiers, active database hashes, and encryption material so agents can list chats, pull messages, search, or inspect schema without re-deriving keys each run. Detection uses plist parsing, candidate user ID scanning with configurable chunk sizes, and a persistent auth cache under the user home directory. The skill targets solo builders automating personal productivity or light ops around KakaoTalk—not a hosted messaging API. Complexity is advanced because it touches local app databases, key derivation, and subprocess tooling. Use during Build integrations when you need scripted access to your own Mac client; pair with careful privacy review since message content is highly sensitive.2.7kinstalls5Srt Bookingsrt-booking is a Korea-focused agent skill that drives the open-source SRTrain Python library to query SRT seat inventory, place reservations when criteria match, list bookings, and cancel holds on request. It is aimed at solo builders and power users who want conversational trip planning without manually refreshing the SRT site, while keeping credentials out of chat logs through environment variables or an approved secret vault. The workflow is opinionated: verify `python3 -c 'import SRT'`, install SRTrain if missing, resolve `KSKILL_SRT_ID` and `KSKILL_SRT_PASSWORD` using the documented order, then run search and booking steps with structured inputs for stations, date, time, headcount, and general versus special class. The skill explicitly refuses full payment automation and Korail/KTX flows, and it documents sold-out retry planning for high-demand windows. Prism lists it under Build integrations because it is a bounded external-service automation, not a go-to-market or analytics tool.2.7kinstalls6Zipcode SearchZipcode Search is an agent skill for solo and indie builders who need trustworthy Korean address data rather than guessed Romanization. It walks your agent through querying the Korea Post (ePost) official integrated postcode search page with a keyword, then extracting zip codes and the English address field from the result table. That matters when you are adding domestic shipping, tax invoices, Stripe or PayPal billing addresses, or any flow where overseas systems expect standardized English lines. The workflow deliberately avoids blog-style converters and uses curl-first fetching with retries because the public endpoint can reset or time out. You supply a partial or full Korean address; the skill returns structured matches you can paste into schemas or env-backed config. Complexity is intermediate because you must have curl and Python available and accept live HTML parsing behavior. It is narrowly scoped to Korea (ko-KR) and official ePost behavior, not global geocoding.2.6kinstalls7Seoul Subway ArrivalSeoul Subway Arrival is a niche agent skill for solo builders and users in Korea who want live metro ETAs inside an AI assistant without registering for Seoul Open Data keys themselves. The workflow resolves `KSKILL_PROXY_BASE_URL` (hosted default or self-hosted), calls the proxy route that wraps the official real-time arrival API, and summarizes approaching trains for a named station such as Gangnam, Seoul Station, or Jamsil. It fits Prism’s integrations lane: minimal env surface, clear proxy resolution order, and operator-owned secrets on the server. Builders shipping Korean locale assistants, travel bots, or personal productivity agents can install it as a reference pattern for proxied public APIs. It is intentionally v1 and transit-scoped— not a full journey planner—so expectations stay honest for arrival boards and crowding-adjacent timing questions phrased in Korean or English.2.6kinstalls8Daiso Product SearchDaiso Product Search teaches agents to verify whether a SKU is available at a specific Daiso store using Daiso Mall’s official REST surfaces. The workflow resolves a user-supplied store name to a store code, searches products by keyword, then checks pickup stock for that pairing—staying stock-centric when the API does not expose aisle placement. It mandates clarifying questions in Korean when store or product text is absent and refuses to substitute unofficial crawlers. Solo builders shipping shopping assistants, inventory bots, or retail copilots in Korea benefit most. Intermediate complexity due to multi-step API orchestration and careful handling of ambiguous store names. Pair with clear user guardrails because it does not automate payment or reservations.2.6kinstalls9Kbo ResultsKBO Results is an agent skill for solo builders and sports-focused assistants who need trustworthy Korea Baseball Organization data on demand. It standardizes on the MIT-licensed `kbo-game` npm package: verify global install under `npm root -g`, fetch games for a `YYYY-MM-DD` window in Asia/Seoul, and summarize status and scores for prompts like today’s slate, yesterday’s results, or a historical date. The workflow explicitly rejects unofficial crawlers when the package is missing—install first, then call `getGame` with a proper `Date`. Intermediate complexity because agents must handle Node 18+, global paths, and ESM dynamic import. Ideal when you are wiring a bot, newsletter, or side project that cites KBO fixtures without maintaining your own scraper.2.6kinstalls10Lotto ResultsLotto Results is a utility agent skill for Korean 동행복권 data via the k-lotto package. Builders automating personal scripts or Korean-language assistants install it when users ask for this week’s numbers, a specific round like 1210, or whether six picks matched a prize tier. The workflow requires Node.js 18+, global install with NODE_PATH set, then small node heredocs calling getLatestRound, getDetailResult, and check helpers. If the module is missing, the agent must attempt global install—not reinvent parsers. It is not part of the core solo SaaS journey but exemplifies a disciplined third-party npm integration pattern Prism catalogs for locale-specific CLIs.2.6kinstalls11Fine Dust Locationfine-dust-location is a locale-aware integration skill that lets agents answer “how is the air here?” for Korean users by calling a stable proxy over 에어코리아-style data. Solo builders embedding health or lifestyle features in assistants, Slack bots, or mobile backends get copy-paste curl and Python helper flows instead of rediscovering station naming rules. The skill documents how vague hints like 강남 differ from precise 행정구역 names, what to do when the proxy returns ambiguous_location plus candidate_stations, and how to re-query with an exact stationName. That disambiguation loop is the real product value—raw PM numbers without resolution logic frustrate users. Prism lists it for builders serving ko-KR audiences or prototyping environmental sidecars; it is not a global AQI provider and assumes network access to the documented proxy host.2.6kinstalls12Blue Ribbon Nearbyblue-ribbon-nearby is a Korean-locale agent skill that finds Blue Ribbon Survey restaurants near a user-supplied location. It is built for agents that must not infer GPS silently: the flow starts by asking where the user is, accepts dong names, station names, landmarks, or coordinates, then matches strings against official Blue Ribbon zones and queries the nearby JSON endpoint through k-skill-proxy. Solo builders maintaining k-skill stacks install it to standardize routing when users ask for 근처 맛집 or 블루리본 recommendations, while steering to other skills when the user explicitly wants MangoPlate, Naver Map reviews, or booking flows. Prerequisites include Node 18+, network access, and a configured proxy session. It is intentionally narrow—food discovery in Korea—not a general restaurant API for global SaaS products.2.5kinstalls13Toss SecuritiesToss Securities is an agent skill for solo builders and indie operators in Korea who hold or follow positions on Toss and want Claude or similar agents to answer portfolio questions safely. It standardizes on JungHoonGhae/tossinvest-cli’s tossctl for read-only queries: accounts, summaries, holdings, weights, live quotes, unfilled and completed orders, and watchlists. The workflow insists on installing tossctl via Homebrew, running doctor checks, and completing tossctl auth login before any data pull, explicitly rejecting non-official crawling or reimplemented APIs. Commands are documented with --output json for reliable automation. When scripting helps, the skill points to a local require("toss-securities") wrapper. Use it when natural-language requests like “show my Toss account summary” or “TSLA price on Toss” should become structured JSON without you wiring finance APIs by hand.2.5kinstalls14Kakao Bar NearbyKakao Bar Nearby is a locale-aware agent skill for Korean users who ask for 근처 술집 recommendations grounded in Kakao Map data. It is built for solo builders and power users who want dependable nightlife discovery inside Claude Code, Cursor, or similar agents without wiring a custom maps integration. The workflow always starts by asking where you are—station names, neighborhoods, or landmarks—because the skill explicitly refuses to infer location. It then queries Kakao search surfaces, pulls panel3 place detail JSON, and ranks venues that are open now while surfacing representative menus, seating options for groups, and phone numbers when published. Responses stay short (typically three to five picks) so you can decide quickly before messaging friends or booking. Use it when prompts mention bars, wine bars, 이자카야, or “지금 영업중” near Seoul-area places; skip it when you need reservations, pricing guarantees, or non-Kakao map providers.2.5kinstalls15Kleague ResultsK League Results is a phase-specific integration skill for solo builders shipping Korean sports experiences—Discord bots, mobile shells, or content agents—that need trustworthy match results and tables. It standardizes on the official K League JSON APIs plus the kleague-results npm CLI/library, explicitly avoiding brittle HTML scraping when the global package is missing (install first with npm install -g kleague-results). You pass a calendar date, choose K리그1 or K리그2, optionally narrow to a club like FC서울 or code K09, and can include current standings in the same summarized output. The workflow shows an ES module one-liner importing getKLeagueSummary from the global package root. Ideal for indie makers localizing fan tools in ko-KR who want repeatable agent commands mirroring real user questions about today’s scores. Beginner-friendly if Node 18+ is already on the machine. Network access is required to reach kleague.com.2.5kinstalls16Coupang Product Searchcoupang-product-search is a k-skill wrapper that lets solo builders research Coupang listings through an agent without vendoring the Coupang Partners implementation. On first use it clones the approved retention-corp/coupang_partners repository into a configurable cache directory, then forwards commands to the upstream coupang_mcp.py entrypoint for tool listing, initialization, plain search, and budget-bounded search (for example keyboards under a max price). The pattern suits indie ecommerce experiments, Korean market affiliate content, and quick price-band sanity checks before you scope a storefront or validation landing page. You need Python, network access for bootstrap, and whatever credentials the upstream CLI expects after init. It is an integration skill oriented to discovery—not order fulfillment, inventory, or PDP scraping at scale—and you should treat partner API limits and affiliate rules as your compliance boundary.2.5kinstalls17Korean Law SearchKorean Law Search is an agent skill that routes Korean legal lookups through `korean-law-mcp` first and only falls back to the approved Beopmang HTTP API when that primary path is unavailable or errors persist. Indie builders building Korea-facing products, internal policy assistants, or research agents use it when users ask for named laws, specific articles (for example customs or labor statutes), precedents, administrative interpretations, or local ordinances. The workflow is integration-first: install or register the MCP surface, optionally set `LAW_OC` for local CLI paths per open.law.go.kr, then call the appropriate search or text tool rather than hallucinating citations. It explicitly excludes non-Korean jurisdictions, definitive litigation strategy, and cases where plain-language explanation without primary sources is enough. Treat outputs as references to verify—not a substitute for licensed counsel.2.5kinstalls18Real Estate SearchKorean Real Estate Search is an agent skill that routes HTTP calls through the nomadamas k-skill-proxy to MOLIT-style public transaction data for Korean housing and select commercial assets. Indie builders, relocators, or product researchers working in Korean can resolve a region name to codes, then pull 매매 or 전월세 rows for apartments, officetels, villas, single houses, and commercial types for a given year-month. The skill explicitly avoids overseas markets, pure listing/호가 sites, tax or registration legal advice, and 청약홈 lottery flows. No client-side API key is required because the proxy injects upstream credentials. Agents should prefer the documented GET patterns over inventing alternate client layers. Confidence is high for v1 Korean lookups but narrow in scope—treat outputs as factual transaction history inputs to spreadsheets or memos, not brokerage recommendations.2.4kinstalls19Used Car Price SearchUsed Car Price Search is a Korean-market agent skill that compares major domestic rental-car channels, then fetches used-vehicle pricing from SK Rent-a-Car Direct’s public 타고BUY page. It is aimed at solo builders and agents who need fast, citeable rent-and-buyout numbers when users ask in natural Korean—for example Avante, K3, or Casper—without wiring a private API or an existing MCP in this repo. The workflow documents why SK was chosen over Lotte Auto Auction and Redcap for v1, explains that HTML embeds a Next.js __NEXT_DATA__ inventory snapshot, and keeps scope to read-only market quotes. It does not submit consultations, contracts, or deep vehicle-history pulls. Use it during validate-phase pricing research; treat page-structure changes as a maintenance risk and re-check the provider survey when expanding beyond SK.2.4kinstalls20Korean Spell CheckKorean spell-check is an agent skill for solo builders and tiny teams shipping Korean-language products, landing pages, changelog entries, or customer-facing docs. It wraps a practical Python pipeline that sends copy to the public Nara speller endpoint, respects rate-friendly delays between chunks, and normalizes responses into machine-readable issue objects your agent can turn into edit suggestions or PR comments. Long passages are split on sentence and paragraph boundaries so you stay under typical character limits without mangling meaning. The skill fits whenever you finalize Korean strings—before publishing marketing pages, after drafting support articles, or while reviewing UI microcopy—not as a replacement for human editorial judgment but as a fast consistency pass. Builders outside Korea still benefit when they localize an indie SaaS for the Korean market and need repeatable checks without manually visiting the speller site.2.4kinstalls21Olive Young SearchOlive Young Search guides an agent to call the public daiso CLI against Olive Young retail APIs for store search, product discovery, and stock checks—optimized for Korean locale queries. The skill prefers verifying behavior with npx daiso health and get subcommands before attaching MCP, keeping this repo free of vendored server code. Solo builders automating shopping-assistant demos, price/stock research, or local retail agents use it as a thin integration layer. It requires Node 20 LTS for a clean engine match (Node 22 may warn EBADENGINE). It is not an ordering or account automation tool; authenticated or payment flows are out of scope per SKILL.md.2.3kinstalls22Cheap Gas Nearbycheap-gas-nearby is a Korean-locale agent skill for 근처 가장 싼 주유소 queries. It is built for solo builders and residents who want trustworthy fuel prices from 한국석유공사 Opinet rather than scraped or guessed listings. The workflow always starts by asking where you are—동네, 역명, 랜드마크, or coordinates—because the skill explicitly refuses to infer location. Place names route through Kakao Map anchor search to KATEC x/y, then Opinet 반경 검색 returns ranked stations; detail calls enrich results. Product type defaults to 휘발유 unless you ask for 경유. Requests go through the nomadamas k-skill proxy at k-skill-proxy.nomadamas.org, which lowers setup friction for agents in Claude Code, Cursor, or Codex. Triggers match natural Korean phrasing about self-service stations and cheapest fuel near landmarks like 서울역 or 강남.2.3kinstalls23Joseon Sillok Searchjoseon-sillok-search is an agent skill that wraps the South Korean national Joseon Sillok digital archive so solo builders, educators, and content makers can pull authenticated primary-source passages without hand-browsing Korean-language search UI. The implementation targets searchResultList.do with configurable limits, paginated retrieval up to twenty pages, and detail pages under /id/{article_id}, using shared headers and timeout defaults suited to polite automated access. Parsed output strips HTML noise and edition footers so agents can quote or summarize annal entries in research memos, validation briefs for heritage apps, or Grow-phase editorial pipelines. It is a network integration skill, not a hosted API product—you run it where outbound HTTPS is allowed and respect the archive’s terms. Use during Idea research when exploring historical product angles, or in Build when prototyping RAG or citation features that need real annal text samples.2.3kinstalls24Lck Analyticslck-analytics is a k-skill distribution of jerjangmin’s LCK analytics pack, adapted for npm workspace and Changesets releases so solo builders and small teams can wire League of Legends Champions Korea data into agent-assisted workflows. The skill centers on a structured CSV schema—league, match id, patch, side, champions, lane stats such as gd15, csd15, xpd15, and pick context—and three Node scripts that sync Oracle-style exports, build per-match reports, and analyze live games. It fits indie esports analysts, fantasy or stats side projects, and content tools that need repeatable pipelines instead of one-off spreadsheet work. You supply league CSVs (or the bundled sample), run sync then report or live analyzers, and hand agents the SKILL.md plus generated JSON for narration, dashboards, or downstream APIs. Complexity is intermediate because you must understand the column contract and maintain data paths on your machine.2.3kinstalls25Han River Water LevelHan River Water Level is a Korean-locale agent skill that turns natural questions—such as current level at 한강대교 or flow at 잠수교—into a single HTTP call against the hosted k-skill-proxy Han River water-level API. It is built for solo and indie developers who want flood-control observatory data inside Claude Code, Cursor, or Codex workflows without registering for or rotating an HRFCO ServiceKey themselves. The default base URL is https://k-skill-proxy.nomadamas.org, overridable through KSKILL_PROXY_BASE_URL, and examples use curl with optional jq for parsing. After the request, the agent is instructed to keep answers short: station identifiers, timestamp, current level and discharge, and whichever reference thresholds (interest, caution, warning, severe) the proxy returns. When a station name is too broad, the proxy responds with ambiguous_station and candidate_stations so the user can pick a specific bridge and retry. This is a narrow operational utility, not a general weather or hydrology analytics stack.2.3kinstalls26Korean Stock SearchKorean-stock-search is a finance agent skill that routes HTTP calls through Nomadamas’s k-skill-proxy to query Korean exchange listings: find symbols by name or code, read KRX base information, and fetch daily close and volume for a chosen date. Solo builders use it when they need factual market data for Korean names during research chats without standing up korea-stock-mcp locally or applying for upstream KRX credentials. The skill documents explicit triggers in Korean and English-style task wording, plus a clear anti-scope list so agents do not pretend to offer investment advice, real-time quotes, or non-Korean markets. Override KSKILL_PROXY_BASE_URL only if you operate your own compatible proxy. It pairs well with validation workflows where you compare competitors or thematic baskets on KOSPI and KOSDAQ before building dashboards or alerts. It stops at daily snapshots; anything needing tick data, order books, or filings needs a different tool chain.2.3kinstalls27Korea WeatherKorea Weather is an agent skill that fetches Korean short-term forecasts from the Korea Meteorological Administration short-term forecast service through the k-skill-proxy layer. Solo builders and indie teams shipping Korean-language or Korea-focused products can answer “what’s the weather in Seoul or Busan?” inside Claude Code, Cursor, or similar agents without signing up for public-data portal API keys on every machine. You pass latitude and longitude or grid coordinates, optionally anchor base date and time, and the proxy picks the latest KST issuance when you omit those fields. The workflow resolves `KSKILL_PROXY_BASE_URL` or falls back to the hosted Nomadamas proxy, then calls the forecast route and summarizes conditions for the user. It is a narrow integration skill—best when your assistant needs live domestic weather context for ops dashboards, travel apps, or localized copy—not a general global weather stack.2.3kinstalls28Korean Patent SearchKorean Patent Search is an agent skill backed by a Python client for South Korea’s KIPRIS Plus patent search API. Solo and indie builders use it during early research to look up invention titles, registration status, application dates, IPC classifications, abstracts, applicants, and drawing URLs before they invest in a build. The skill wires word search and bibliography detail endpoints with sensible defaults for timeouts, row counts, and XML parsing so an agent can return normalized JSON-ready records instead of raw markup. It fits builders shipping physical or software products where Korean IP overlap matters, or anyone validating whether a concept already exists in the KR patent corpus. You need an official API key from the KIPRIS Plus program; without it the integration cannot run. It is a narrow research integration—not a full freedom-to-operate legal opinion—but it accelerates structured prior-art triage from the terminal or agent workflow.2.3kinstalls29Household Waste Infohousehold-waste-info is a locale-specific agent skill for South Korea that calls the public household waste discharge Open API and turns raw rows into plain-language summaries. Solo builders and operators who maintain Korean lifestyle or civic utility bots install it when users ask for district-level trash, food-waste, and recycling rules instead of guessing from blogs. The workflow expects `curl` and `python3`, hits `https://apis.data.go.kr/1741000/household_waste_info`, and treats 시군구명 as the primary filter. Optional `KSKILL_PROXY_BASE_URL` routes requests through a self-hosted proxy that injects `serviceKey` so agents never embed government keys in local env files. It matters for trustworthy, official citations in Korean assistant products and for demos that must respect API pagination constraints without leaking credentials.2.2kinstalls30Bunjang Searchbunjang-search teaches agents to drive bunjang-cli against Korea’s Bunjang marketplace: keyword search, single-item detail, optional login for authenticated actions, and large paginated harvests into JSON or TOON for downstream models. The skill enforces CLI-first responses, documents interactive auth constraints, and keeps favorites, chat, and purchase as opt-in flows so solo builders doing resale research or inventory scans stay within stated policies. Typical triggers match natural Korean requests to search iPhones, inspect one listing ID, or aggregate many pages for analysis. It is not a multi-marketplace abstraction; it is procedural knowledge for pinion05/bunjangcli behavior, JSON flags, and export paths indie operators can repeat in Cursor or Claude Code terminals.2.2kinstalls31Hipass ReceiptHi-pass Receipt is a Korean-locale agent skill and CLI that helps you query toll usage and reach official Hi-pass receipt print screens on hipass.co.kr while you remain in control of authentication. It is built for solo operators and small teams who need semi-automated expense evidence without violating login rules: you open a dedicated Chrome profile, log in yourself, then the tooling reuses that session for usage lookup, row selection, and receipt popup entry. v1 explicitly rejects cookie-only long-lived sessions and any automated entry of passwords, OTP, or 공동인증서. Prerequisites include npm install of hipass-receipt (playwright-core), a Chrome-capable environment, and willingness to re-login when the roughly 20-minute session window expires. Best for recurring toll reconciliation; not a general Korean government auth bypass or headless credential bot.2.2kinstalls32Naver Blog Researchnaver-blog-research packages low-level HTTP and safety utilities for scripts that study Naver blogs—common for Korean indie founders validating niches, auditing competitor posts, or feeding growth content plans. The exposed readme centers on ssl handling, domain allowlisting, and a urlopen wrapper rather than a polished end-user CLI, so treat it as building blocks your agent composes into research flows. It suits solo builders who already run Python locally and need dependable access patterns to Naver properties where certificate edge cases appear. It is weaker as a turnkey “analyze this blog” product without additional orchestration in the same repo. Pair with your own parsing and storage; expect network access and respect Naver terms of service and rate limits.1.9kinstalls33Korean Character Countkorean-character-count is a small Node.js utility skill for solo builders and creators working in Korean who must hit precise length limits. Education and public-sector style submissions often enforce NEIS byte counts, grapheme counts, and line rules that generic word counters get wrong. This skill segments Hangul with Intl.Segmenter, tallies UTF-8 bytes and lines, and applies NEIS-oriented byte logic per grapheme and line break so you know whether a draft fits before you paste it into a portal or CMS. Install it when your agent is drafting Korean landing copy, support articles, or application essays and you need deterministic numbers from local files rather than manual counting. It is a measurement tool, not a translation or SEO skill.1.8kinstalls34Geeknews Searchgeeknews-search is a Python agent skill that downloads and parses the GeekNews RSS feed from feeds.feedburner.com/geeknews-feed, turning raw XML/HTML into structured GeekNewsItem and GeekNewsFeed objects your agent can query or summarize. Solo and indie builders shipping with Claude Code, Cursor, or Codex can install it when they want Korean tech-community signal without manually opening GeekNews in a browser during the Idea phase. It fits early discover and research loops where you need recent links, titles, and summaries as inputs for brainstorming or scope notes. The skill is intentionally narrow: network fetch plus local HTML parsing, not a full search engine or competitor database. Pair it with note-taking or brainstorming skills after you collect items worth tracking.1.8kinstalls35Mfds Food Safetymfds-food-safety is a Python agent skill that routes food-safety questions and symptom context through a Nomadamas k-skill HTTP proxy to MFDS-related backend logic, returning structured JSON your agent can cite or summarize. Solo builders are rarely the primary audience unless you ship Korean consumer health, restaurant, or compliance-adjacent products—but if you do, this skill saves you from hand-rolling proxy auth, HTML stripping, and interview payload shaping. Use it in Build when you are integrating a regulated food-safety Q&A path rather than during generic Idea brainstorming. The skill depends on network access to the proxy base URL and sensible handling of Korean error messages when the proxy is misconfigured. It is a domain integration, not a general medical diagnostic framework; extend carefully and keep human review for production advice.1.8kinstalls36Market Kurly SearchMarket Kurly Search is an agent skill for solo and indie builders who need fast, login-free visibility into 마켓컬리 (Market Kurly) shelf pricing and availability. It walks the agent through keyword search on Kurly’s public search APIs, resolves ambiguous product names with a short candidate list, and reports current price, whether a discount applies, stock-out state, shipping type, and deep links to product pages. The workflow is intentionally lookup-only: it does not place orders, manage carts, or handle payments, and it does not rely on member-only or address-gated pricing. You use it when someone asks how much milk or strawberries cost on Kurly, whether an item is sold out, or you want links to share without opening the app yourself. Prerequisites are internet access, Node 18+, and the package or equivalent logic from the skill repo. Best for agents serving Korean retail price questions; skip it when you need checkout automation, personalized member prices, or delivery eligibility tied to a saved address.1.8kinstalls37Mfds Drug Safetymfds-drug-safety is an agent skill for solo builders shipping health-adjacent or regulated-information products who need MFDS-style drug safety lookups without rebuilding proxy clients. It centers on constructing drug-domain interviews from user questions and symptom text, routing requests through the Nomadamas k-skill proxy (configurable via KSKILL_PROXY_BASE_URL), and sanitizing messy HTML responses into agent-readable summaries. Use it during Build when you are wiring Claude Code, Cursor, or Codex into a backend that must answer medication or safety questions with consistent JSON shapes and explicit error handling for disabled proxies. It matters because regulatory-adjacent features fail quietly when URLs, env flags, or response cleanup are ad hoc—this skill encodes those conventions so your agent stays on a repeatable integration path rather than improvising urllib calls in chat.1.8kinstalls38Subway Lost Propertysubway-lost-property is a specialized agent skill backed by a Python CLI that helps you search South Korea subway lost-and-found records via the national Lost112 portal and related Seoul Metro guidance. Solo builders or residents who lost an item on the metro get a structured search plan: station, line, item keywords, date window, HTTP payload fields, suggested alternate keywords, and a reproducible curl example. It is not a SaaS shipping tool—it automates the research step of filing or cross-checking a claim before you call a center. Use when you need official source links, POST parameters, and cautions in one JSON artifact rather than guessing form fields in a browser. Expect Korean public-site behavior, HTML output saved locally, and responsibility to verify results on official sites yourself.1.8kinstalls39K Schoollunch Menuk-schoollunch-menu is a Korean-locale agent skill that queries NEIS school basics and lunch menus through the k-skill-proxy HTTP API. Solo or indie builders shipping family, education, or community assistants install it when users ask for 급식 식단 in plain language. The agent resolves the regional education office and school name, obtains `SD_SCHUL_CODE` and `ATPT_OFCDC_SC_CODE`, then fetches meals for the requested day in Korea time. It is intentionally narrow: one domain API, one proxy pattern, and curl-friendly steps. That makes it a good reference for how to keep government API keys off end-user machines while still exposing safe, read-only routes to Claude Code, Cursor, or similar agents. Use it when product requirements mention school meals, NEIS, or Korean public-school data—not when you need a general calendar or cafeteria vendor integration outside Korea.1.8kinstalls40Korean Scholarship SearchKorean Scholarship Search is an agent skill that turns messy 장학 공고 across Korean universities into a scannable, evidence-first shortlist. It is aimed at solo builders and students—often indie hackers balancing school and side projects—who need trustworthy funding options tied to a specific school, major, or timeline rather than a generic scholarship blog list. Invoke it when you have a target university or profile constraints and want the agent to run site-scoped searches, open PDF/HWP attachments when eligibility lives only in files, and classify each row as open, upcoming, closed, or weakly verified. The workflow enforces grouping by apply-now versus soon versus closed versus unverified, separates 교내, 학과, and 외부 추천 tracks, and keeps official links adjacent to every claim. That structure matters because misread deadlines or unofficial mirrors waste application cycles. It is phase-specific research tooling: not a codegen integration, but a repeatable discovery ritual you run once per intake season or when your school publishes new notices.1.5kinstalls41Kbl Resultskbl-results is a Korean-locale agent skill that queries Korea Professional Basketball (KBL) schedules and results through LaunchDarkly-grade official JSON surfaces rather than brittle HTML scraping. Solo builders who ship bots, newsletters, or internal tools for KR sports fans can install the kbl-results npm CLI globally on Node 18+, then drive getKBLSummary with a YYYY-MM-DD date and optional team filters such as 서울 SK or 부산 KCC. The workflow insists on installing the package when missing, calls match/list and league/rank/team, and formats outcomes for end users asking for today’s scores or current standings. It is narrow in audience but demonstrates a solid integration pattern: official API first, packaged helper second, structured JSON output for the agent to summarize.1.5kinstalls42Hola Poke YeoksamHola Poke Yeoksam is a locale-specific agent skill that connects to a remote MCP server for the 역삼 (Yeoksam) branch of 올라포케. It helps agents answer menu questions, share address and hours, surface the group-order link, and walk users through an instant raffle that may issue a dine-in benefit code. Solo builders running a branded food bot or kiosk assistant install it when their users ask in Korean about this single location. The workflow is intentionally narrow: call get_menu or get_shop_info for factual summaries, and for events collect only a phone number after consent, then call enter_event and relay message, code, and next_action without paraphrasing compliance text. It is not a general restaurant stack—other franchises, payment flows, and unsolicited number collection are explicitly excluded.1.5kinstalls43Naver Shopping SearchNaver-shopping-search is a Korean-market agent skill that lets solo builders and indie ecommerce operators run conservative Naver Shopping price comparisons through a local k-skill-proxy instead of hand-scraping pages. Given a product name or search phrase, it returns normalized candidates with current list prices, seller names, product links, images, and optional review or purchase signals when Naver exposes them. The proxy prefers official Naver Search API credentials when configured and falls back to login-free public BFF JSON for a single bounded request—explicitly avoiding CAPTCHA bypass, fingerprint spoofing, or member-only personalized pricing. Install it when shoppers or operators ask for 네이버 최저가, 판매처별 비교, or quick link bundles during sourcing research in Claude Code, Cursor, or Codex. It is an integration skill, not a checkout bot or coupon engine.1.4kinstalls44Parking Lot SearchParking Lot Search is a Korea-focused agent skill that finds nearby public parking once the user supplies a location in a human-friendly form. It enforces a strict workflow: ask for 동네, 역명, 랜드마크, or lat/lng before any search, clarify ambiguous places once, then resolve coordinates via Kakao Map and query official national parking metadata through Data.go.kr or the k-skill proxy. Results are sorted by distance with map links suitable for mobile. Solo builders shipping localized assistants or travel mini-apps can reuse the same guardrails and API surfaces without reinventing compliance copy about what the government dataset does and does not include. The skill is explicit that live full/empty bay status is not in the standard feed, which protects user trust. Triggers match natural Korean phrasing around 근처 주차장 and 공영주차장, making it a practical integration pattern for agent + civic data rather than a generic web search.1.4kinstalls45Korean Privacy TermsKorean-privacy-terms is an agent skill for solo builders shipping web or mobile products to users in Korea who need 개인정보처리방침 and related terms in Korean. It produces reference drafts for privacy policies, terms of service, and consent flows grounded in the skill’s stated PIPA and 약관규제법 penalty context, with clear disclaimers that output is not legal advice and must be reviewed by qualified counsel before go-live. Use it during ship when you are wiring signup, payments, or analytics and realize you cannot copy a US template. The skill emphasizes production risk: unpublished policies and serious violations carry significant administrative exposure under Korean law. Treat every generated document as a starting point for your lawyer, not a filed compliance guarantee.1.4kinstalls46Library Book Searchlibrary-book-search wires solo builders and Korean-speaking users to 도서관 정보나루 (Data4Library) through the k-skill-proxy so agents can answer practical library questions in natural language. You can search by keyword, pull ISBN-level detail and loan metadata, list libraries in a region that hold a title, or confirm whether a specific library code has the book on shelf. Credentials stay on the proxy: end users need internet and curl, not an Open API key in chat. Self-hosters point KSKILL_PROXY_BASE_URL at their deployment where DATA4LIBRARY_AUTH_KEY is configured. The skill is narrow by design—ideal when research, reading lists, or local borrowing plans need authoritative library data instead of generic web search hallucinations.1.4kinstalls47Rhwp Editrhwp-edit is an agent skill that wraps the k-skill-rhwp CLI around the @rhwp/core WASM engine so you can modify Hangul Word Processor (.hwp) binaries from Claude Code, Cursor, or similar agents. It targets solo and indie builders—especially in Korea—who need scripted insertions, deletions, replace-all passes, new tables, and per-cell updates while keeping round-trip safety and writing results to a new file path. Install it when a user asks to append a line to HWP body text, swap dates across a document, add a 3×4 table, or change a specific cell without manual GUI work. It does not convert HWP to Markdown or JSON, save back to HWPX, drive Hancom Office UI, or handle security-module workflows; those boundaries keep the skill focused on binary edit operations Node 18+ can run locally.1.3kinstalls48Naver News SearchNaver News Search is a Korean-locale agent skill that lets solo builders pull recent Naver news hits through a shared k-skill-proxy instead of registering Naver Open API keys on every machine. The agent asks for a clear query when the user’s request is vague, then hits the proxy’s /v1/naver-news/search route with encoded q, display, and sort parameters. Responses are conservative: titles, short descriptions, publication timestamps, and outbound links—never full paywalled bodies or personalized feeds. It fits Idea-phase research when validating narratives, tracking competitors in Korea, or drafting briefings from headlines. Builders wiring growth or content workflows can also invoke it during Build integrations, but the canonical journey slot remains early research. MIT-licensed and scoped to v1 public read-only proxy behavior.1.3kinstalls49Rhwp Advancedrhwp-advanced is an agent skill that drives the upstream rhwp Rust CLI so a solo builder can debug HWP layout, dump document intermediate representation, compare two HWP versions, export SVG for visual checks, map paragraphs to pages, pull thumbnails, and unlock read-only distribution files. It targets Korean-office workflows where k-skill-rhwp handles editing and the hwp skill handles kordoc conversion to Markdown or JSON. Invoke it when renders look wrong, page breaks are unclear, or you need structural diffing before touching content in rhwp-edit. The skill stays read-only and analysis-focused: no GUI automation, no Hancom security-module bypass, and no Node library editing API. You need rhwp on PATH (verified with rhwp --help), write access for outputs, and optionally upstream docs if you use PDF-related subcommands. For indie builders shipping HWP-heavy reports or government forms, it turns opaque binary issues into inspectable artifacts your coding agent can reason about.1.3kinstalls50K DartK-dart is a Korean-locale agent skill that queries the Financial Supervisory Service DART OpenAPI using your API_K_DART key to pull electronic disclosures, company profiles, financial statements, and major event reports. Solo builders researching Korean listed companies install it when they need factual filing data—recent 공시, annual statements, dividend status, convertible bond history, litigation, audit opinions, or capital and treasury-stock events—without building a custom DART client. The skill documents direct HTTPS calls to opendart.fss.or.kr, including how to download and search corpCode.xml when users supply only a company name or six-digit stock code. It is intentionally not investment advice and not for real-time quotes, which the pack routes to korean-stock-search. Use it in early research and validation when scoping fintech tools, content, or partnerships tied to Korean equities, and again in grow or operate when monitoring issuer filings for apps you ship.1.3kinstalls51Catchtable Snipercatchtable-sniper is a Korean-locale lifestyle automation skill that monitors Catchtable for cancellation slots and attempts booking through a Chrome MCP connection. It expects an already logged-in Catchtable session in Chrome—Kakao or Naver login is manual—and refuses to run if auth is missing. Supported modes include single-restaurant watches, multi-restaurant races, scheduled open-run booking, flexible headcount (e.g. alert on 4 if 2 is unavailable), and dry-run alerts without auto-booking. The skill parses user phrases and URLs into targets, dates, and party sizes, enforces a minimum 30-second poll interval to reduce server load, and does not handle payment steps or non-Catchtable platforms. Indie builders who ship agent tooling often install it as a reference pattern for session-bound browser automation, even when their product is unrelated to dining.1.3kinstalls52Lh Notice SearchLH Notice Search is an agent skill for Korean builders and residents who need fast, structured access to Korea Land & Housing Corporation subscription and lease announcements without browsing apply.lh.or.kr manually. It routes queries through k-skill-proxy to the official LH 공고 Open API on data.go.kr and returns normalized lists and 공고번호-level detail including housing-type supply breakdowns. Use it when someone asks what 영구임대 or 행복주택 공고 are active in a 시·도, which 신혼희망타운 postings are recent, or which 전세임대 notices are nearing 마감. It targets first-time renters and young households who may not know LH programs exist at all. The skill deliberately stays out of eligibility scoring, winning predictions, and bank-account workflows so agents stay within factual lookup. Locale and taxonomy are ko-KR real-estate; install the proxy and API access assumptions before relying on it in production chat flows.1.3kinstalls53Korean Slang Writingkorean-slang-writing equips solo builders and small teams who publish in Korean to sound native and contemporary without guessing which internet phrases are still acceptable. The skill ships a curated JSON index of 유행어 with short meanings, mood tags, intensity, safe examples, and namuwiki links, plus guidance that agents can deepen context through slang_lookup.py when a term needs verification. It is built for growth-stage content—newsletters, social posts, onboarding copy, and community replies—where tone materially affects shares and retention. The index deliberately omits risky slang so automated drafts stay brand-safe. It is not a full localization suite or legal review layer; pair it with your own brand voice rules and human review for sensitive campaigns.1.3kinstalls54K Skill CleanerK-skill-cleaner is an agent skill for solo and indie builders who accumulate dozens of SKILL.md packages and need a evidence-backed way to decide what to uninstall or archive. It ships a small Python utility that walks your project’s root skill directories, applies a conservative allowlist of excluded folders, and optionally correlates names against local agent transcripts and session logs from Claude Code, Codex, and OpenCode. The workflow is deliberately safe: output is a ranked shortlist and rationale, not destructive commands. Use it during operate/iterate passes, before a major skills.sh refresh, or when context windows feel noisy from unused skills. It pairs naturally with skill-creator and documentation skills when you are rationalizing a personal stack rather than guessing from folder age alone.1.1kinstalls55Court Auction Notice SearchCourt Auction Notice Search is an agent skill that turns 대한민국 법원경매정보 (courtauction.go.kr) 매각공고 and 사건정보 into JSON your coding agent can reason over. Solo builders and indie analysts in the Korean property market use it to answer calendar questions, split 기일입찰 versus 기간입찰 lists, drill into 사건번호·용도·주소·감정평가액·최저매각가, and run conditioned searches such as region, use type, price ceiling, area, and 유찰횟수. The implementation calls the site’s internal endpoints over HTTP first, enforces conservative rate limits because the portal aggressively IP-blocks bots, and treats the output as reference-only—not a substitute for verifying the court’s original notice before any bid. v1 explicitly excludes movable property auctions, bulk all-court schedules for one date, photo URLs, appraisal PDFs, and any automated bid submission.1.1kinstalls56Foresttrip Vacancyforesttrip-vacancy is an agent skill that packages a Python helper for solo builders and indie automators who need factual vacancy data from South Korea’s foresttrip.go.kr camping reservation system. It uses Playwright once to log in and capture CSRF and cookies, scrapes forest identifiers from the official monthly status page, then hits the site’s read-only monthly availability JSON endpoint with bounded parallel requests. The design is deliberately non-destructive: it never completes a reservation, never touches payment flows, and avoids queue or captcha circumvention, which keeps the tool suitable for personal monitoring scripts and travel-planning agents. Install it when you want your coding agent to answer “which dates show open slots?” with structured JSON instead of manual browser checks. It matters for niche outdoor-travel automation where the official UI is slow to scan across many forests and weeks.1.1kinstalls57Korean Jangbu ForKorean-jangbu-for is an agent skill that helps Korean small-business operators assemble draft financial statements and management summaries from uploaded documents. It implements a deliberately simplified reading of K-GAAP: cash-oriented totals rather than a full journal-based close, and it does not automate depreciation schedules, VAT offset logic, or statutory note disclosures. The skill foregrounds limitations so founders treat outputs as working papers for conversation with a tax advisor or auditor, especially before corporate tax returns, external audits above statutory thresholds, or M&A diligence. Security guidance covers pattern-based masking for business registration and account identifiers but warns that unstructured PII and OCR mistakes can slip through. Solo builders use it to see runway and period performance faster, then hand packages to qualified accountants for binding numbers.1.1kinstalls58Corporate Registration ConsultingCorporate-registration-consulting is a Korean-language agent skill for indie builders forming a for-profit stock company through 발기설립. It walks you from decisions you must make yourself—trade name, registered office, purpose, capital, founders, directors, public notice method, and fiscal period—to filled articles of incorporation and attachment drafts aligned with standard MOJ template structure. The agent explains registry vocabulary in plain Korean, points you to official sources (law.go.kr, iros.go.kr, startbiz.go.kr, wetax.go.kr), and prepares HWP-oriented outputs compatible with rhwp-based editing. It deliberately avoids inventing non-standard charter clauses and defaults away from 모집설립 unless you ask. Because registry rejections and tax outcomes are fact-specific, the skill positions itself as procedural automation and education, with mandatory professional review before submission.1kinstalls59Iros Registry AutomationIros-registry-automation is a Korean-locale agent skill that walks solo builders and small teams through safe, partial automation on the Supreme Court Internet Registry Office (IROS). It targets situations where you need many corporate or real-estate registry certificates (등기사항증명서) and want Playwright to repeat tedious cart and retrieval steps while you retain control of authentication and money movement. The skill documents prerequisites—Python 3.10+, Chromium, TouchEn nxKey, and your own login and card—and follows an MIT reference implementation for ordering work. Corporate flows emphasize search, cart, post-payment view, and save; real-estate flows emphasize address lists with payment and bulk download left to the official web UI where batch options apply under roughly 100,000 KRW. It explicitly avoids legal advice and never stores credentials, steering sensitive lists and PDFs away from careless repo commits. Best for operators automating registry busywork inside an already-logged-in browser, not for unattended fully autonomous issuance.1kinstalls60Flight Ticket Searchflight-ticket-search is a small Python CLI skill for solo builders and nomads who want fare signals without signing up for airline or aggregator APIs. On first run it creates a dedicated cache venv, installs a pinned fast-flights release, and re-executes there so your main project Python stays clean. The helper focuses on discovery: querying routes and dates, aggregating results, and emitting structured JSON your coding agent can reason over. It deliberately stops short of checkout, credential handling, or anti-bot circumvention, which keeps the scope honest for personal travel planning or ops research. Install it when you need repeatable terminal-side searches during trip planning, not when you are building a production booking product.655installs61Danawa Price SearchDanawa Price Search is a small integration skill that wraps a Python helper for read-only Danawa product search and mall-by-mall price comparison—aimed at solo builders and agents doing Korean market research. It exposes search, offers, and compare commands with limit flags so you can pull candidate products and seller offers into structured output for downstream reasoning. You reach for it when validating assumptions about hardware, gadgets, or consumer SKUs sold in Korea, or when you need a repeatable script the agent can run instead of manual browser tab switching. It depends on beautifulsoup4 and outbound HTTP; it does not modify Danawa or place orders. For Prism’s journey, it sits on the Idea research shelf as a pricing signal alongside broader competitor work, not as a production monitoring or checkout automation tool.651installs62Intercity Bus BookingIntercity-bus-booking is an agent skill that captures reproducible HTTP/API probe notes for Tmoney’s Korean intercity bus site, aimed at solo builders who want programmatic timetable and fare-stage access without driving a headless browser. It walks through base URL setup, mandatory POST parameters the front-end injects before submit, and how to lift next-stage arguments from readSasFeeInf onclick handlers. The notes reflect live verification dates and real terminal codes so an agent can script search, read seat availability, and advance toward reservation logic. It fits indie tools for travel, mobility dashboards, or personal automation where you control cookies and respect site behavior. Complexity is intermediate because you must mirror browser semantics and handle Korean-labeled fields. Use it when you are building or debugging an integration against this specific provider rather than a generic REST client pattern.650installs63Kosis Statskosis-stats is a Korean reference skill for Statistics Korea’s KOSIS (국가통계포털) Open API at kosis.kr. Solo and indie builders shipping data-heavy products—dashboards, research agents, or internal analytics—use it to register for a free API key, store it as KSKILL_KOSIS_API_KEY, and call endpoints correctly under current platform rules. The guide consolidates official entry paths (openapi menu navigation, not brittle deep links), immediate key issuance after 활용신청, and operational limits: 1,000 calls per minute per key, a 40,000 data-cell ceiling per request, and mandatory HTTPS. When pulls exceed SDMX cell budgets, the skill points builders toward XLS big-data routes and query splitting before hitting hard failures. It is aimed at developers who need authoritative Korean macro, demographic, or sector series rather than scraped or unofficial sources, and who want their coding agent to respect government API contracts while implementing MCP or custom backends.650installs64Donation Place SearchDonation Place Search is a utility agent skill for Korean-language donation discovery. When users ask where to donate by region and category—children, animal welfare, disaster relief, seniors, and more—it suggests a short list of candidates and links to the official 1365 donation portal for registration and receipt checks. It deliberately does not perform donations, payments, or automated sign-ups, and it only uses location text the user supplies rather than tracking GPS. Solo builders serving Korean audiences can wire this into support bots or civic side projects during Grow. Inputs are optional location, category, and limit; absent inputs trigger explicit nationwide or general guidance instead of guessing. Final giving decisions always require checking the recipient’s official site and 1365 listings for current campaigns and tax-receipt eligibility.646installs65Express Bus Bookingexpress-bus-booking captures field-tested KOBUS (Korean express bus) HTTP probe notes so solo builders and agents can book or query schedules via the site’s AJAX and form POST pipeline rather than driving a headless browser. It maps the route discovery endpoint, timetable search parameters for terminal pairs and dates, and how to promote a chosen departure into the seat-selection stage using values extracted from fnSatsChc. The write-up includes concrete example terminals (e.g., 서울경부 → 부산), observed counts (schedules, selectable seats), and hidden form keys agents must forward. It suits indie developers building travel assistants, accessibility tools, or internal automation for Korean intercity buses, provided they respect the operator’s terms and rate limits. Complexity is intermediate because you must maintain session state, parse HTML/JSON hybrids, and keep field names aligned with live site changes.646installs66Korean Transit RouteKorean Transit Route is an agent skill for solo builders shipping Korea-local products who need reliable multi-modal transit answers from conversational prompts. It chains Kakao-backed geocoding—defaulting through the hosted k-skill-proxy so end users do not need Kakao REST keys—with ODsay LIVE routing that accepts coordinates only. The skill spells credential loading, whitelist requirements for ODsay server keys, and Python-friendly fetch patterns agents can adapt into backends or travel assistants. Triggers include questions about 지하철, 버스, 환승, and travel time between Korean places. Complexity is intermediate because of API keys, IP allowlisting, and locale-specific parsing. It is narrowly scoped to the Republic of Korea public transit graph; it is not a global maps replacement.644installs67Myrealtrip Searchmyrealtrip-search is a Python helper in the k-skill family that speaks to MyRealTrip’s public Streamable HTTP MCP server so solo builders and small teams can run travel lookups and MCP tool calls from the terminal or an agent without writing bespoke MCP client plumbing. The upstream docs describe the overview and note that a separate API key is not currently required, which lowers friction for validate-and-build experiments on Korean travel products. The script exposes argparse-driven configuration—endpoint override, timeout, and structured argument passing—so agents like Claude Code or Cursor can invoke predictable commands during integration spikes. It fits builders shipping travel concierge bots, itinerary assistants, or marketplace adjacent features where MyRealTrip inventory is a data source. It is not a full booking or payments stack; it is connectivity and query access. Review the skill’s Security Audits panel on Prism before piping production user data through any third-party MCP.643installs68Gongsijiga Searchgongsijiga-search is an agent skill for solo and indie builders who need authoritative Korean land unit prices for tax-related reasoning inside Claude Code, Cursor, Codex, or similar agents. It queries the Ministry of Land, Infrastructure and Transport’s individual officially announced land price (개별공시지가) per square meter via the realtyprice.kr public endpoints, exposed through the gongsijiga-search npm module. Use it when a user asks for 공시지가, 개별공시지가, 토지 공시단가, or a 세무 계산용 토지 단가 for a specific parcel identified by 시도, 시군구, 읍면동, and 지번. The skill normalizes answers into JSON that includes recent annual values and comparison to the prior year, aligned to the legal benchmark refreshed on January 1 and published in spring—not brokerage comps. It does not replace market-price or transaction-price sources. Install Node dependencies, run lookupGongsijiga with a full address string, and hand the JSON to downstream tax, proptech, or documentation steps in your build.640installs69Korean Marathon ScheduleKorean Marathon Schedule is a locale-focused agent skill that queries public Korean running and triathlon calendars and returns structured race metadata for agents answering in Korean. It aggregates marathon data from GoRunning list and detail routes and, when useful, supplements with Korea Triathlon Association tour listings and overview pages. Each answer is meant to include race name, event date, location, registration period or deadline, disciplines such as half marathon or 10K, links to official or detail pages, and a clear note that schedules were accurate at query time. Solo builders in Korea might use it inside lifestyle, fitness, or community products; wider Prism users install it when they need dependable ko-KR race research rather than hallucinated dates. Prerequisites are internet access, Node.js 18+, and the package or equivalent fetch logic from the skill repository.640installs70Nts Business RegistrationNTS Business Registration is an agent skill for solo and indie builders launching in Korea who need trustworthy 사업자등록 workflows instead of one-off scripts. It wraps validation, normalization, and proxy calls to the K-SKILL service so your coding agent can check business numbers, enforce NTS field lengths, and send batched registration payloads with clear errors when the proxy is disabled or misconfigured. Use it during validate when you are locking company name, sector, address, and tax IDs before invoices, payment rails, or marketplace listings. The bundled Python utilities mirror production constraints (100-row batches, per-field caps) so agents do not hallucinate API shapes. It is integration-focused—not legal advice—and pairs well with pricing and compliance checks once the entity record is stable.607installs71Daangn Used Goods SearchDaangn Used Goods Search is a small Python skill that queries 당근마켓 (Daangn Market) for secondhand listings scoped to a Korean neighborhood or city. Solo builders use it when they need real local price signals—flipping gear, validating a resale app idea, or comparing what similar items actually sell for near a given 동—without hand-browsing the app. The script calls Daangn’s public region-resolution endpoint to turn a human place name into a region id, then pulls search results and normalizes price fields into readable won amounts. It is aimed at indie hackers comfortable running agent-driven scripts, especially those building in or for the Korean market. It is not a maintained official API client; behavior depends on Daangn’s web endpoints and may need updates if they change. Pair it with your own ethics and rate limits before any automated crawling at scale.605installs72Daangn Realty SearchDaangn Realty Search is a compact Python agent skill that calls Daangn’s public region and listing endpoints so you can automate Korean rental and sale searches from the terminal or an agent workflow. Solo builders targeting Korea—or tooling that embeds hyperlocal inventory—use it when they need structured region resolution and normalized price strings instead of manual browsing. The script emphasizes predictable region disambiguation (exact dong match, Seoul neighborhoods, fallback candidate) and lightweight HTTP fetches suitable for cron jobs or one-off research. It is not a full CRM or notification pipeline; pair it with your own storage, alerts, or UI. Review network use and Daangn’s terms before production scraping.601installs73Daishin Report SearchDaishin Report Search is an agent skill for solo builders and researchers who need structured access to Daishin Securities report HTML hosted on a public GitHub Pages mirror. It discovers timestamped report files, optionally loads explanation pages, and normalizes titles, headings, rating and target tables, and links into JSON your coding agent can summarize or cite in notes. Use it when you ask for latest Daishin reports, sector keyword searches, or a specific report ID with full text. It requires Node.js 18+ and network access to GitHub; it does not execute trades or give buy/sell guidance. The workflow favors the recursive tree listing API for stable enumeration, then raw.githubusercontent.com for detail, with a contents API fallback when you already know the exact path.601installs74Seoul DensitySeoul Density is a small Python CLI skill that wraps Seoul's real-time congestion data so your coding agent can answer practical questions about how busy a district is before you go there. Solo builders and creators based in or visiting Seoul can list supported areas by category, fuzzy-match a user phrase to the official zone name, and pull a current density summary without hand-copying from a map app. The design favors one subprocess pattern on first approval—list for exploration, match when the user says Hongdae or Gangnam loosely, query for the live reading with an optional JSON flag for downstream automation. It is not a full analytics platform; it is a focused integration for foot-traffic awareness when timing content, customer interviews, pop-ups, or travel plans around peak crowds.599installs75Daangn Cars SearchDaangn Cars Search is a phase-specific research skill implemented as a Python CLI helper for solo builders and shoppers who need 당근마켓 car inventory without manually clicking filters. The script resolves a free-text Korean region through the public regions keyword endpoint, prefers exact name matches, then sensible Seoul neighborhood defaults, and encodes the chosen location into search requests. It handles both JSON APIs and HTML fallbacks with timeouts and minimal dependencies—stdlib urllib only—so an agent can run it in constrained environments. Price formatting normalizes Korean won for quick comparison across listings. Use it during Idea-phase research when validating whether a vehicle purchase, relocation, or local marketplace side project is economically sane, or when prototyping automations that aggregate hyperlocal classified data. It is not a maintained official SDK; behavior depends on Daangn’s public endpoints and your responsible use of scraping terms.598installs76Daangn Jobs SearchDaangn Jobs Search packages a small Python CLI that queries Daangn’s Korean job APIs and HTML endpoints so you can list openings for a neighborhood or district keyword. Indie builders operating in Korea—or agents assisting them—use it to monitor local gig and part-time markets when deciding whether to hire help for content, ops, or field work instead of guessing from static job boards. The script resolves ambiguous place names through the public regions endpoint, prefers exact dong matches, and formats compensation fields for quick scanning in terminal or agent transcripts. It is intentionally narrow: regional job discovery for Daangn, not a global ATS integrator. You need network access and acceptable use of Daangn’s public endpoints; there is no OAuth employer console in the snippet. Pair it with your own shortlisting and outreach process because the skill returns listings, not applicant CRM.598installs77Gangnamunni Clinic SearchGangnam Unni Clinic Search is a locale-focused agent skill for builders and operators researching the Korean aesthetic-clinic market using only public Gangnam Unni search pages. It loads the standard search URL, extracts hospital candidates from the embedded Next.js JSON payload, and surfaces ratings, review volume, supported languages, imagery, and canonical hospital links so you can compare options without an app login. The workflow asks for a clearer keyword when the query is vague and states that results reflect public page data—not personalized pricing, events, or medical suitability. It is aimed at product research, concierge agents, or content workflows in beauty and health-adjacent niches, not at replacing clinicians or handling reservations. Solo builders shipping KR-facing discovery tools can use it to prototype data gathering before investing in official APIs or partnerships.596installs