Install
openclaw skills install neis-school-cliQuery Korean school information, meals, and timetables from the official NEIS OpenAPI. Use when the user asks for school lunch menus, school timetables, or s...
openclaw skills install neis-school-cliUse this skill when the user wants:
python3NEIS_API_KEY학교 검색:
python3 scripts/neis_cli.py school search "세종과학예술영재학교"
급식 조회:
python3 scripts/neis_cli.py meal --school "늘봄초등학교" --date 2026-03-16
시간표 조회:
python3 scripts/neis_cli.py timetable --school "세종과학예술영재학교" --date 2026-03-16 --grade 1 --classroom 1
--json when another agent, script, or UI will consume the result.ok, command, endpoint, query, count, and data.references/neis-api.md only when you need endpoint details or response-shape reminders.