neis-school-cli

Query Korean school information, meals, and timetables from the official NEIS OpenAPI. Use when the user asks for school lunch menus, school timetables, or school code lookup in Korea. Prefer --json output when another agent or tool will consume the result.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "neis-school-cli" with this command: npx skills add techkwon/neis-school-cli

NEIS School CLI

Use this skill when the user wants:

  • 학교명으로 학교 코드 찾기
  • 학교 급식 조회
  • 학교 시간표 조회
  • NEIS OpenAPI 기반 CLI 사용

Requirements

  • python3
  • Optional: NEIS_API_KEY

Commands

학교 검색:

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

Notes

  • Use --json when another agent, script, or UI will consume the result.
  • JSON output includes ok, command, endpoint, query, count, and data.
  • Read references/neis-api.md only when you need endpoint details or response-shape reminders.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

ClassCharts

Query and interact with ClassCharts (UK education classroom management) via the classcharts-api JS library. Use when the user mentions ClassCharts, school be...

Registry SourceRecently Updated
076
Profile unavailable
Coding

Cursor CLI Agent

Delegate coding tasks to Cursor Agent CLI. Use when: (1) building/creating new features or apps, (2) reviewing PRs (spawn in temp dir), (3) refactoring large...

Registry SourceRecently Updated
0179
Profile unavailable
Coding

Agent Desktop

Desktop automation via native OS accessibility trees using the agent-desktop CLI. Use when an AI agent needs to observe, interact with, or automate desktop a...

Registry SourceRecently Updated
0198
Profile unavailable
neis-school-cli | V50.AI