← 返回 Skills 市场
99
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install redtransportecl
功能描述
CLI tool for managing local GTFS data, querying stops, routes, real-time predictions, and planning public transit trips in Chile's Red de Transporte system.
安全使用建议
This skill appears to be what it claims: a wrapper around a local `red-transporte` CLI. Before installing or allowing the agent to use it, verify where you will get the `red-transporte` package/binary from and inspect it if possible (the SKILL.md does not provide a trusted install URL). Be aware: 1) `red-transporte gtfs update` will download GTFS data from an external source (DTPM) — ensure you trust that source; 2) `pip install "[.all]"` is ambiguous and normally expects to be run in a project repository — don't run pip commands from unknown locations; 3) the `server` command will open a local HTTP API (default localhost:8000) — only run it if you understand the network exposure; 4) although the skill requests no credentials, always confirm the CLI binary you install is from a trusted release to avoid supply-chain risks. If you need greater assurance, ask the publisher for an official homepage or a link to the project's source or release artifacts before proceeding.
功能分析
Type: OpenClaw Skill
Name: redtransportecl
Version: 1.0.1
The skill bundle provides documentation and instructions for the `red-transporte` CLI, a tool designed to interact with Santiago's public transport system (RED Chile). It includes commands for managing GTFS data, querying real-time bus predictions, and running a local routing server using the RAPTOR algorithm. The content in `SKILL.md` and `_meta.json` is consistent with the stated purpose, showing no signs of data exfiltration, malicious execution, or prompt injection attacks.
能力评估
Purpose & Capability
Name/description match the instructions: the SKILL.md documents running the `red-transporte` CLI to manage GTFS, query stops, predictions, routes and run an HTTP server. The metadata also declares the CLI binary requirement (red-transporte), which is appropriate for this purpose.
Instruction Scope
Instructions are focused on invoking the CLI and updating local GTFS. They include guidance to run `pip install "[.all]"` and `red-transporte gtfs update` (which will download GTFS from DTPM). This is expected, but the pip command is ambiguous (it implies running inside the package repository) and the skill allows starting a local HTTP server (exposes a local port). No instructions request unrelated files, env vars, or credentials.
Install Mechanism
Instruction-only skill with no install spec and no downloads configured. This is the lowest-risk install model. The SKILL.md suggests installing dependencies with pip but does not automatically download or execute external code as part of a formal install step.
Credentials
The skill does not declare or require any environment variables, credentials, or config paths. The runtime instructions do not ask for unrelated secrets or tokens.
Persistence & Privilege
Skill does not request always: true and has default autonomy settings. It does allow running a local HTTP server via the CLI, which is consistent with the stated purpose but may expose a local port when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install redtransportecl - 安装完成后,直接呼叫该 Skill 的名称或使用
/redtransportecl触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Version 1.0.1
- Se agregaron metadatos OpenClaw, incluyendo la declaración de requerimiento del binario `red-transporte` en la sección de metadata.
- No hubo cambios en los comandos ni en la funcionalidad descrita.
- Mejoras menores de formato en el encabezado del archivo SKILL.md.
v1.0.0
Initial release of RedTransporteAPI CLI skill.
- Provides detailed documentation for using the red-transporte command-line interface.
- Explains all CLI commands, options, and example usages for GTFS management, stop info, searching, geospatial queries, real-time predictions, and more.
- Describes how to run a local HTTP API server and interact with advanced endpoints such as RAPTOR route planning.
- Includes prerequisites, setup instructions, and a recommended CLI usage flow.
- Documents API endpoint parameters, outputs, and underlying principles (RAPTOR algorithm and fare calculation).
元数据
常见问题
RedTransporteAPI 是什么?
CLI tool for managing local GTFS data, querying stops, routes, real-time predictions, and planning public transit trips in Chile's Red de Transporte system. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。
如何安装 RedTransporteAPI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install redtransportecl」即可一键安装,无需额外配置。
RedTransporteAPI 是免费的吗?
是的,RedTransporteAPI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
RedTransporteAPI 支持哪些平台?
RedTransporteAPI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 RedTransporteAPI?
由 iroaK(@iiroak)开发并维护,当前版本 v1.0.1。
推荐 Skills