← Back to Skills Marketplace
99
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install redtransportecl
Description
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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install redtransportecl - After installation, invoke the skill by name or use
/redtransportecl - Provide required inputs per the skill's parameter spec and get structured output
Version History
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).
Metadata
Frequently Asked Questions
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.
How do I install RedTransporteAPI?
Run "/install redtransportecl" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is RedTransporteAPI free?
Yes, RedTransporteAPI is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does RedTransporteAPI support?
RedTransporteAPI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created RedTransporteAPI?
It is built and maintained by iroaK (@iiroak); the current version is v1.0.1.
More Skills