AIAny
AI Agent2026
Icon for item

k-skill

A curated collection of Korea-focused AI agent skills that enable agents to perform local tasks — ticket booking, public-data lookups, e-commerce and messaging integrations — via prebuilt connectors and an optional hosted proxy for API keys and fallbacks.

Introduction

Most general-purpose agent toolkits lack reliable, production-ready integrations for country-specific services. k-skill fills that gap for Korea: a large catalog of prebuilt "skills" (HTTP wrappers, conversational flows and handoffs) that let an AI agent complete real-world tasks such as SRT/KTX booking, Seoul bike lookups, public-data queries, e-commerce searches and KakaoTalk archive search without engineering each integration from scratch.

What Sets It Apart
  • Korea-first coverage and flows — includes dozens of domain-specific skills (rail/bus booking, public-data endpoints, government forms, local marketplaces) so agents can call vetted endpoints and follow local flows instead of brittle screen-scraping or bespoke adapters. This reduces engineering time and failure surface for Korea-facing automations.
  • k-skill-proxy with hosted fallback and BYOK patterns — a proxy layer injects upstream API keys when available and offers hosted fallback routes for many public APIs, balancing ease-of-use and credential separation. Proxy-related code is AGPL-scoped while the main repo is MIT, so deployment choices matter.
  • Agent-agnostic install and plugin support — installable via a single npx command, with marketplace/plugin support for Claude Code and compatibility with multiple coding agents. That makes it straightforward to add skills to existing agent setups or CLI workflows.
  • Wide catalog and guardrails — the repo groups skills with clear notes on which require user login/credentials and which use operator-hosted keys, plus security/secret policies and per-skill documentation to surface trade-offs for automation vs. manual handoff.
Who It's For and Trade-offs

Great fit if you’re building Korea-targeted conversational automations or prototypes and want ready-made integrations to accelerate agent capabilities (developers, hobbyists, agent integrators). It’s especially useful when you need concrete flows for booking, public-data lookups, or local e-commerce and want a quick path to a working agent.

Look elsewhere if you need global, non-Korea coverage as a primary requirement, or if your organization mandates a single permissive license for all components (the proxy pieces are AGPL). Also note operational trade-offs: some skills require the user to supply personal login/keys, others rely on operator-hosted fallbacks; Node.js 18+ is required for local use. Expect to review the security/secret guidance before enabling credentialed paths.

Information

  • Websitegithub.com
  • AuthorsNomaDamas
  • Published date2026/03/24

More Items

Hugging Face
AI Model2026

An OpenAI-compatible LLM checkpoint optimized for agentic and long-context scenarios, shipping DSpark speculative decoding and vLLM/SGLang deployment recipes; tailored for code-agent and multi-step reasoning workloads and released under MIT.

GitHub
AI Agent2026

Routes code-based AI agents through repeatable reverse-engineering and pentesting workflows and orchestrates local and remote tools (jadx, Frida, IDA, BurpSuite) so agents can triage APKs, binaries, JS, firmware, and CTFs without guessing the toolchain. Includes master routing rules, tool-index detection, MCP integration, and a field-journal for reusable lessons.

Hugging Face
AI Model2026

An open-weight, Qwen-derived thinking model optimized for agentic deep web search and long-horizon planning. Provides Qwen-compatible reasoning and tool-call formats for English/Chinese browsing, multi-source evidence aggregation, source verification, and recovery from failed environment interactions.