← 返回 Skills 市场
Ohio State API
作者
sichengchen
· GitHub ↗
· v0.1.0
1323
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ohio-state-api
功能描述
Access public Ohio State University campus data from services like bus, dining, events, buildings, parking, and more via osu content APIs in JSON format.
安全使用建议
This skill appears to do exactly what it says: query public OSU content endpoints via a small Node-based MCP server or a fetch script. Before installing or running: (1) review and run npm install/build in a controlled environment (npm packages will be pulled from public registries), (2) be aware that directory/person-search tools query public directory data (consider privacy/usage policies), and (3) if you will expose the MCP server to other software, run it in a network-limited sandbox or inspect the server code yourself to confirm it only calls content.osu.edu. If you need a minimal footprint, use the curl examples or the single-node fetch script rather than running the full server.
功能分析
Type: OpenClaw Skill
Name: ohio-state-api
Version: 0.1.0
The skill bundle is designed to fetch public data from The Ohio State University Content APIs. All network requests in the `osu-fetch.mjs` script and the MCP server TypeScript files (`mcp-server/src/*.ts`) are strictly confined to `https://content.osu.edu`. There is no evidence of data exfiltration, malicious command execution, persistence mechanisms, or prompt injection attempts against the agent. The `SKILL.md` and `mcp-server/README.md` provide clear, benign instructions for using the skill, and the `pnpm-lock.yaml` ensures dependency integrity.
能力评估
Purpose & Capability
The name and SKILL.md describe fetching public Ohio State content APIs and the included code implements tools that only call content.osu.edu endpoints. The package.json and source files match the stated MCP server purpose. (Registry metadata lacked a short description, but the SKILL.md provides the expected purpose.)
Instruction Scope
Runtime instructions only show (a) running the bundled node fetch helper or (b) building/running the provided MCP server; all examples target content.osu.edu. The instructions do not request reading unrelated files or environment variables. Note: the directory/person-search endpoints can return personal directory data — that is expected for the stated purpose but has privacy implications you should consider.
Install Mechanism
No install spec in the registry (instruction-only), but source includes a Node project. Building requires npm install and tsc; dependencies are standard npm packages (lockfile present). No downloads from arbitrary URLs or extract operations were observed.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. That is proportional to its functionality (public HTTP fetches).
Persistence & Privilege
always is false and the skill does not request special platform privileges. Running the MCP server is a normal local service; nothing in the files attempts to modify other skills or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ohio-state-api - 安装完成后,直接呼叫该 Skill 的名称或使用
/ohio-state-api触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial public release of ohio-state-api.
- Provides easy access to The Ohio State University Content APIs covering a wide range of campus data (bus, dining, buildings, events, library, parking, and more).
- Supports direct HTTP fetch via a helper script, or use with curl for raw JSON.
- Bundles an MCP-compatible Node.js server for tool-based access.
- Includes usage examples, workflow tips, and documentation for common API endpoints.
- Designed for developers and users needing a repeatable way to fetch or inspect Ohio State campus API data.
元数据
常见问题
Ohio State API 是什么?
Access public Ohio State University campus data from services like bus, dining, events, buildings, parking, and more via osu content APIs in JSON format. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1323 次。
如何安装 Ohio State API?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ohio-state-api」即可一键安装,无需额外配置。
Ohio State API 是免费的吗?
是的,Ohio State API 完全免费(开源免费),可自由下载、安装和使用。
Ohio State API 支持哪些平台?
Ohio State API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ohio State API?
由 sichengchen(@sichengchen)开发并维护,当前版本 v0.1.0。
推荐 Skills