nomadamas/k-skill

한국인을 위한 스킬 모음집 - 에이전트를 한국인으로

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 24 seconds ago
Added to GitGenius on September 1st, 2026
Created on March 24th, 2026
Open Issues & Pull Requests: 52 (+0)
GitHub issues: Enabled
Number of forks: 905
Total Stargazers: 7,450 (+0)
Total Subscribers: 21 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.6 hours
Mean response time: 5.4 days
90th percentile: 17.0 days
Tracked items: 265

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 7% of open issues come from outside the core team — the tracker reads mainly as internal planning. 24% of tracked open issues have had no activity in three months. Only 11% of issues opened in the past year have been closed. Three people close 100% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 45
New in 7 days: 0
Closed in 7 days: 1
Avg open age: 65 days
Stale 30+ days: 31
Stale 90+ days: 7

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • legal-review (64)
  • legal:trademark (45)
  • legal:copyright (21)
  • legal:icn (20)
  • legal:privacy (18)
  • legal:automated-booking (9)
  • enhancement (7)
  • legal:unfair-competition (7)

Most active issues this week

Detailed Description

k-skill is a collection of AI agent skills tailored for Korean users that automates interactions with Korean services and platforms.

The tool addresses the friction of repetitive tasks on Korean-specific services by providing a unified skill set that AI agents can invoke. It covers services like railway booking systems (SRT, KTX), sports leagues (KBO), lottery systems, delivery platforms (당근, 쿠팡), messaging (카톡), government portals (정부24), and tax services (홈택스). The approach works by packaging these capabilities as skills compatible with multiple coding agent platforms including Claude Code, Codex, and OpenCode. No additional client API layer is required; users can make HTTP requests directly to proxy servers like k-skill-proxy when needed.

Adoption suits Korean developers and users who frequently interact with these domestic services and want to delegate routine tasks to AI agents. The tool works with existing agent platforms without requiring custom integrations. It's important to note that KTX and SRT skills are read-only, supporting schedule queries and availability checks but not login, booking, reservation, payment, or cancellation operations. Installation requires Node.js 18 or higher; Python 3.11 and the uv package manager are additional requirements only for KTX official schedules and SRT live query helpers. Some skills require user credentials while others can operate through managed proxy services, with privacy policies documented separately for public API proxies.

Development activity shows consistent engagement with the project maintaining an organized contribution process documented in a dedicated guide. The maintainers actively manage the scope of capabilities, clearly distinguishing between read-only and transactional operations to set realistic expectations. The project provides multiple installation paths including marketplace integration for Claude Code users, indicating attention to accessibility across different agent platforms.