Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

capmetro-skillCAPMETRO 技能

Agent Skill

capmetro-skill 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

21,883

周安装

940

GitHub Stars

公开资料未说明

下载量

7,670
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:capmetro-skill(CAPMETRO 技能)
来源仓库:https://github.com/brianleach/capmetro-skill
安装命令:
openclaw skills install capmetro-skill
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install capmetro-skill

简介

查询奥斯汀地区公共交通实时信息和路线详情。

  • 包括公交车、轻轨和快速线路的服务状态。
  • 适用于通勤规划或出行路线优化的用户。capmetro-skill 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 需配置地理围栏和实时数据 API 密钥。
  • 建议关注服务警报以避开临时停运路段。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
capmetro-skill
description
Austin CapMetro transit - real-time vehicle positions, next arrivals, service alerts, route info, and trip planning for buses and rail (MetroRail, MetroRapid, MetroBus). Use when the user asks about Austin public transit, bus schedules, train times, CapMetro alerts, or nearby stops.
homepage
https://github.com/brianleach/capmetro-skill
license
MIT
metadata
clawdbot
emoji
🚌
tags
[transit, austin, capmetro, transportation, bus, train, schedule]
requires
bins
["node", "unzip"]
env
[]
files
["scripts/capmetro.mjs", "scripts/gtfs-realtime.proto"]
install
kind
shell
command
npm install --prefix $SKILL_DIR protobufjs
label
Install protobufjs Node.js dependency

CapMetro Austin Transit

Real-time Austin CapMetro transit data - vehicle positions, next arrivals, service alerts, and route information. No API key required.

When to Use

  • User asks about Austin bus or train schedules, arrival times, or delays
  • User asks "when is the next bus/train" or "is the 801 running"
  • User asks about CapMetro service alerts, detours, or disruptions
  • User wants to know where a bus/train currently is
  • User asks about nearby stops or route information
  • User mentions MetroRail (Red Line), MetroRapid (801/803), or any Austin bus route
  • User asks about CapMetro fares, how to ride, or general transit info

Data Sources

All feeds are open access, no API key required, hosted on the Texas Open Data Portal.

GTFS-RT (Real-Time) Feeds - Updated every 15 seconds

FeedFormatURL
Vehicle PositionsJSONhttps://data.texas.gov/download/cuc7-ywmd/text%2Fplain
Vehicle PositionsProtobufhttps://data.texas.gov/download/eiei-9rpf/application%2Foctet-stream
Trip UpdatesProtobufhttps://data.texas.gov/download/rmk2-acnw/application%2Foctet-stream
Service AlertsProtobufhttps://data.texas.gov/download/nusn-7fcn/application%2Foctet-stream

GTFS Static Feed - Route/Stop/Schedule data

FeedFormatURL
GTFS Static (zip)ZIPhttps://data.texas.gov/download/r4v4-vz24/application%2Fx-zip-compressed

Implementation

Quick Start: Use the helper scripts

The scripts in this skill's scripts/ directory handle fetching, parsing, and presenting CapMetro data.

Script: scripts/capmetro.mjs

Main entry point. Supports these commands:

# Get current service alerts
node scripts/capmetro.mjs alerts

# Get real-time vehicle positions (optionally filter by route)
node scripts/capmetro.mjs vehicles [--route 801]

# Get next arrivals at a stop (by stop_id)
node scripts/capmetro.mjs arrivals --stop <stop_id>

# Get arrivals by searching stop name (uses best match)
node scripts/capmetro.mjs arrivals --stop-search "lakeline" --route 550

# Get arrivals filtered by direction/headsign
node scripts/capmetro.mjs arrivals --stop-search "downtown" --route 550 --headsign "lakeline"

# Get arrivals filtered by route at a stop
node scripts/capmetro.mjs arrivals --stop <stop_id> --route 801

# Search for stops by name or location
node scripts/capmetro.mjs stops --search "domain" 
node scripts/capmetro.mjs stops --near 30.4,-97.7

# List all routes
node scripts/capmetro.mjs routes

# Get route details including stops
node scripts/capmetro.mjs route-info --route 801

# Download/refresh GTFS static data (run periodically)
node scripts/capmetro.mjs refresh-gtfs

Setup: GTFS Static Data

On first use, run node scripts/capmetro.mjs refresh-gtfs to download and extract the static GTFS data (routes, stops, schedules) to ~/.capmetro/gtfs/. This only needs to be refreshed when CapMetro updates their schedule (typically quarterly or during service changes).

Key Route Reference

RouteNameType
550MetroRail Red LineRail (Leander ↔ Downtown)
801MetroRapid North/SouthRapid Bus (Tech Ridge ↔ Southpark Meadows)
803MetroRapid Burnet/South LamarRapid Bus (Domain ↔ Westgate)
1N Lamar/S CongressLocal Bus
7Duval/Dove SpringsLocal Bus
10S 1st/Red RiverLocal Bus
20Manor Rd/RiversideLocal Bus
300Oltorf/Riverside CrosstownCrosstown Bus
325Ohlen/LoyolaCrosstown Bus
985Night OwlLate Night Service

Tips for Users

  • Stop IDs can be found on CapMetro stop signs, in the Transit app, or by searching with the stops command
  • MetroRapid 801/803 have the most frequent service (every 10-12 minutes during peak)
  • MetroRail Red Line (550) runs Leander to Downtown Austin with limited frequency
  • Service alerts often contain detour information - check alerts before advising routes
  • Vehicle position data updates every ~15 seconds, so locations are near real-time

Error Handling

  • If a feed returns an error or empty data, inform the user that real-time data may be temporarily unavailable
  • The JSON vehicle positions feed is easier to parse and a good fallback if protobuf parsing fails
  • GTFS static data is required for stop names, route names, and schedule lookups - ensure it's been downloaded

Response Formatting

When presenting transit info to the user:

  • Lead with the most actionable info (next arrival time, active alerts)
  • Include route number AND name (e.g., "Route 801 MetroRapid")
  • Show times in 12-hour format with AM/PM
  • For delays, show both scheduled and estimated times
  • For vehicle positions, describe location relative to landmarks when possible
  • If there are active service alerts for the route the user asked about, always mention them

Fares Reference (as of 2025)

Fare TypePrice
Local / MetroRapid$1.25
MetroRail$3.50 (single)
Day Pass$2.50
7-Day Pass$11.25
31-Day Pass$41.25

Payment via Umo app, tap-to-pay, or fare card. Free transfers within 2 hours.

External Endpoints

EndpointData SentData Received
data.texas.gov/download/cuc7-ywmd/...None (GET only)Vehicle positions (JSON)
data.texas.gov/download/eiei-9rpf/...None (GET only)Vehicle positions (Protobuf)
data.texas.gov/download/rmk2-acnw/...None (GET only)Trip updates (Protobuf)
data.texas.gov/download/nusn-7fcn/...None (GET only)Service alerts (Protobuf)
data.texas.gov/download/r4v4-vz24/...None (GET only)GTFS static data (ZIP)

All endpoints are open-access Texas Open Data Portal URLs. No API key, authentication, or user data is transmitted.

Security & Privacy

  • No credentials required - all data sources are open access, no API keys or tokens
  • No user data transmitted - requests are anonymous GET calls with no query parameters containing user info
  • Local storage only - GTFS static data is cached locally at ~/.capmetro/gtfs/; no data is written elsewhere
  • No telemetry - this skill does not phone home or collect usage data
  • Input handling - stop names and route IDs from user input are used only for local filtering, never interpolated into URLs or shell commands

Trust Statement

This skill only reads publicly available transit data from the Texas Open Data Portal. It does not access, store, or transmit any personal information. All network requests are read-only GET calls to open government data feeds.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

90.3%
按下载量换算6,926

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills