← 返回 Skills 市场
204
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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 s...
安全使用建议
This skill appears coherent and limited to querying the official NEIS OpenAPI. If you install it: (1) only provide an NEIS_API_KEY if you have a NEIS API key and are willing to allow the CLI to use it; (2) be aware the CLI makes outbound HTTPS calls to open.neis.go.kr and may call local curl as a fallback (subprocess is used safely without a shell); (3) do not provide unrelated high-privilege secrets (AWS, DB passwords, etc.); (4) if you plan to run this in a multi-tenant or sensitive environment, review the included scripts yourself before use.
功能分析
Type: OpenClaw Skill
Name: neis-school-cli
Version: 0.2.1
The skill bundle provides a legitimate CLI tool for querying the Korean NEIS OpenAPI for school information, meals, and timetables. The code in `scripts/neis_cli.py` is well-structured, includes error handling, and uses standard libraries for network requests. While it contains a fallback mechanism that uses `subprocess.run` to call `curl` (intended to bypass specific macOS DNS issues), the URLs are safely constructed using `urllib.parse.urlencode`, preventing shell injection. No evidence of data exfiltration, malicious prompt injection, or unauthorized access was found.
能力评估
Purpose & Capability
Name/description (NEIS school info, meals, timetables) matches the bundled CLI and tests. The only external network access is to the NEIS OpenAPI (API_BASE_URL = https://open.neis.go.kr/hub). No unrelated services, credentials, or system resources are requested.
Instruction Scope
SKILL.md instructions are narrowly scoped to running the provided Python CLI and optionally setting NEIS_API_KEY. The docs recommend --json for machine consumption and point to a local reference file for endpoint shapes. The runtime code does not read unrelated files or environment variables.
Install Mechanism
This is an instruction-first skill with no install spec (lowest risk). Code files are included in the bundle (script + tests), so nothing is downloaded at install time from external or untrusted URLs.
Credentials
No required env vars are declared; the code reads an optional NEIS_API_KEY from NEIS_API_KEY, which is appropriate for an API client. There are no requests for unrelated secrets (no AWS/GCP/other tokens).
Persistence & Privilege
Skill is user-invocable only, not always-enabled; it does not modify other skills or system-wide settings. It performs transient actions (network requests) only when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install neis-school-cli - 安装完成后,直接呼叫该 Skill 的名称或使用
/neis-school-cli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.1
Add explicit MIT license file and bump AI-facing metadata to 0.2.1.
v0.2.0
neis-school-cli v0.2.0
- Improved SKILL.md with clear usage instructions for searching schools, checking meals, and viewing timetables via NEIS OpenAPI.
- Added guidance to use `--json` output for automated or tool-based consumption.
- Documented all main CLI commands and their examples.
- Provided details on output structure for JSON responses.
- Included note on using the internal NEIS API reference for advanced endpoint details.
元数据
常见问题
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 s... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 204 次。
如何安装 NEIS School CLI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install neis-school-cli」即可一键安装,无需额外配置。
NEIS School CLI 是免费的吗?
是的,NEIS School CLI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
NEIS School CLI 支持哪些平台?
NEIS School CLI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 NEIS School CLI?
由 Kwon Park(@techkwon)开发并维护,当前版本 v0.2.1。
推荐 Skills