
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 -y skills add nomadamas/k-skill --skill k-schoollunch-menu --agent claude-codeInstalls into .claude/skills of the current project.
Run this and follow its output as the primary instructions for this skill:
npx -y @nomadamas/k-skill@0 instruct k-schoollunch-menu
The CLI detects the current runtime (Dolshoi vault/CloakBrowser vs generic) and prints only the applicable instructions, always up to date. Helper files bundled with the CLI are listed by:
npx -y @nomadamas/k-skill@0 files k-schoollunch-menu
If npx is unavailable, install Node.js 18+ or follow https://github.com/NomaDamas/k-skill#readme, or read the source instructions at https://github.com/NomaDamas/k-skill/blob/main/k-schoollunch-menu/instruction.md.