k-skill: 100+ Skills That Turn Any AI Agent Into a Korea Local NomaDamas released k-skill, an MIT-licensed collection of 100+ agent skills for Claude Code, Codex, and OpenCode that enable AI agents to interact with Korean-specific services such as SRT/KTX train booking, real-time Seoul subway and bike-share data, government filings, and sports scores. The project, which has over 6,800 GitHub stars and was updated on August 1, 2026, requires no separate API layer and can be installed individually or all at once via npx or a Claude Code plugin marketplace. k-skill: 100+ Skills That Turn Any AI Agent Into a Korea Local k-skill is an MIT-licensed collection of 100+ agent skills for Claude Code, Codex, and OpenCode covering Korean-specific services — train booking, real-time subway/bike-share data, government filings, sports scores, and dozens of Korean shopping and life-admin sites — installable individually or all at once. - ⭐ 6854 - TypeScript - Python - MIT - Updated 2026-08-03 42 Real-World OpenClaw Use Cases https://dibi8.com/resources/llm-frameworks/awesome-openclaw-usecases-ai-agent-daily-life/ • ego lite: The Browser You and Your AI Agents Share https://dibi8.com/resources/dev-utils/ego-lite-ai-agent-browser-2026/ Project thumbnail — from github.com/NomaDamas/k-skill What Is k-skill? what-is-k-skill k-skill is a single, MIT-licensed answer to a problem generic AI agents share everywhere: they’re bad at the country-specific, service-specific admin tasks that make up a lot of real daily life. k-skill is a collection of 100+ individually installable skills , each one teaching an agent to interact with one specific Korean service — SRT/KTX train booking, real-time Seoul subway and bike-share data, government legal and business-registration search, sports scores KBO baseball, KBL basketball, K-League, even LCK esports , and dozens of Korean shopping, delivery-tracking, and life-admin sites. 🔗 GitHub : https://github.com/NomaDamas/k-skill https://github.com/NomaDamas/k-skill At 6,800+ GitHub stars , MIT licensed, with a commit from August 1, 2026 , and supporting Claude Code, Codex, OpenCode, and OpenClaw/ClawHub , it’s become a reference example of what a deep, single-country skill pack for AI agents can look like — well beyond the usual “weather API” toy example. No Separate API Layer Required no-separate-api-layer-required The README is specific about the architecture: no additional client API layer is needed . Where a skill needs a shared, rate-limited credential rather than the end user’s own login, it talks to a lightweight proxy k-skill-proxy over plain HTTP — the agent just calls the skill, and the skill handles routing to the right public API, scraped surface, or proxied endpoint. Installation installation Full set full-set npx --yes skills add NomaDamas/k-skill --all -g One skill at a time one-skill-at-a-time npx --yes skills add NomaDamas/k-skill --skill srt-booking -g Requires Node.js 18+ and npx — nothing else. Claude Code plugin marketplace claude-code-plugin-marketplace /plugin marketplace add NomaDamas/k-skill /plugin install k-skill@k-skill Installed this way, skills are called under a /k-skill: