Queries Korean school lunch menus from the NEIS education portal without making users deal with school codes or API keys. You give it a natural language education office name, a school name, and a date, and it handles the two-step lookup: finding the school via `/school-search`, then fetching the meal data with the resolved codes. The proxy server pattern is smart here since the NEIS API key lives only on the backend, not in client environments. Handles disambiguation when multiple schools match and formats the menu output cleanly instead of dumping raw JSON. Useful if you're building anything for Korean parents, students, or school staff who need meal info without navigating the NEIS portal directly.
npx skills add https://github.com/nomadamas/k-skill --skill k-schoollunch-menu