k-schoollunch-menu

Retrieve Korean school lunch menus by education office, school name, and date via NEIS endpoints.

7.1k|836|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/NomaDamas/k-skill --skill k-schoollunch-menu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: k-schoollunch-menu
Source: https://github.com/NomaDamas/k-skill/tree/main/k-schoollunch-menu
Command: npx skills add https://github.com/NomaDamas/k-skill --skill k-schoollunch-menu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the need to manually search for Korean school meal menus (급식 식단) by school and date across the NEIS system.

Core Features & Use Cases

  • School lookup and meal retrieval: Finds the target school via natural-language education office and school name, then fetches meal menus for a specified date.
  • Proxy-based secure access: Uses k-skill-proxy to keep NEIS credentials (KEDU_INFO_KEY) on the proxy server, so the client does not handle secrets.
  • Disambiguation for multiple matches: When multiple schools match, presents options (e.g., school name/address fields) so the user can choose the correct one.

Quick Start

Ask your AI: “서울특별시교육청 미래초등학교 오늘 급식 식단 알려줘”.

Frequently Asked Questions about k-schoollunch-menu

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve a Korean school lunch menu for a specific date?

To retrieve a Korean school lunch menu, provide the education office, school name, and target meal date. The Skill queries NEIS endpoints via proxy-mediated HTTP calls to fetch the exact meal menu information automatically.

What is NEIS and how does it work for fetching school meal menus?

NEIS is the Korean education information system storing school meal menus. The Skill accesses NEIS endpoints through k-skill-proxy, which securely holds the KEDU_INFO_KEY credential, to retrieve meal data without exposing secrets to the client.

Can I search for school lunch menus using just a school name?

Yes, but when multiple schools match the provided name, the Skill initiates disambiguation. It presents options with school name and address fields so you can select the correct school before fetching the lunch menu.

Do I need an API key to fetch NEIS school lunch menus?

No, you do not need to handle an API key directly. The Skill uses k-skill-proxy to manage the NEIS credential, KEDU_INFO_KEY, securely on the proxy server, so the client never handles secrets during meal menu retrieval.

What happens if multiple schools match my search during lunch menu retrieval?

When multiple schools match your search, the Skill triggers a disambiguation process. It displays available options including school names and addresses, allowing you to choose the correct school before proceeding to fetch the meal menu.

What are the limitations of using NEIS for school meal menu data?

NEIS school meal menu retrieval is limited to Korean schools registered with the education office system. You must provide the correct education office and school name, and the system depends on k-skill-proxy for secure credential management.