← 返回 Skills 市场
284
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install youbike-mcp
功能描述
提供台北市、新北市及桃園市 YouBike 2.0 站點的即時狀態查詢,支援經緯度近鄰搜尋及關鍵字搜尋。
安全使用建议
This skill appears coherent and low-risk: it only fetches public YouBike JSON feeds and exposes two query tools. Before installing, review the package-lock and source if you want to verify third-party dependencies, run npm install and tests in a sandboxed environment (container/VM) if you have any doubt, and only run the server if you trust the package source. There are no requested credentials or hidden endpoints to be concerned about.
功能分析
Type: OpenClaw Skill
Name: youbike-mcp
Version: 1.0.2
The skill bundle provides a functional YouBike station search tool for Taiwan, but it contains significant supply chain anomalies. The package.json and package-lock.json files reference non-existent or future versions of several dependencies (e.g., axios 1.13.6, zod 4.3.6, and express 5.2.1), and the _meta.json file includes a publication timestamp from the year 2026. While the core logic in src/index.js appears benign and correctly implements the stated features using legitimate public API endpoints, these versioning irregularities are strong indicators of an untrusted or synthetic origin that could be used for dependency confusion.
能力评估
Purpose & Capability
Name/description match the implemented features: two tools (nearby search and keyword search) querying the three public YouBike data endpoints. No unrelated credentials, binaries, or capabilities are requested.
Instruction Scope
SKILL.md instructs standard developer actions (npm install, npm start, npm test). Runtime handlers only fetch public JSON endpoints and format results; they don't read local secrets or unrelated files.
Install Mechanism
There is no platform-level install spec (this is instruction-driven). The package includes a package-lock.json and depends on npm packages (including @modelcontextprotocol/sdk, axios, zod). Installing requires npm install which will write node_modules to disk — standard for Node projects but worth noting if you only expect an instruction-only skill.
Credentials
The skill requires no environment variables, no credentials, and accesses only public HTTP endpoints for Taipei/New Taipei/Taoyuan open data. No secret exfiltration evident.
Persistence & Privilege
Flags show always:false and normal autonomous invocation allowed. The skill does not modify other skills or request persistent elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install youbike-mcp - 安装完成后,直接呼叫该 Skill 的名称或使用
/youbike-mcp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Added new file `query-nearby.js` to the project.
- Modified `src/index.js`, likely to integrate or support the new query-nearby functionality.
- No breaking changes; existing features remain unchanged.
v1.0.1
- 新增 SKILL.md 說明文件,詳細列出功能、資料來源與本地開發方式
- 明確說明支援台北市、新北市、桃園市 YouBike 2.0 站點的即時狀態查詢
- 介紹經緯度近鄰搜尋與關鍵字搜尋功能
元数据
常见问题
Youbike Mcp 是什么?
提供台北市、新北市及桃園市 YouBike 2.0 站點的即時狀態查詢,支援經緯度近鄰搜尋及關鍵字搜尋。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 284 次。
如何安装 Youbike Mcp?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install youbike-mcp」即可一键安装,无需额外配置。
Youbike Mcp 是免费的吗?
是的,Youbike Mcp 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Youbike Mcp 支持哪些平台?
Youbike Mcp 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Youbike Mcp?
由 dabendan(@dabendan2)开发并维护,当前版本 v1.0.2。
推荐 Skills