← All skills
Tencent SkillHub · Communication & Collaboration

Trimet

Get Portland transit information including arrivals, trip planning, and alerts. Use when user asks about buses, MAX, trains, or transit in Portland.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Get Portland transit information including arrivals, trip planning, and alerts. Use when user asks about buses, MAX, trains, or transit in Portland.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 11 sections Open source page

TriMet CLI

CLI for TriMet Portland transit data. Check arrivals, plan trips, and view alerts.

Installation

npm install -g trimet-cli

Setup

Get free API key from https://developer.trimet.org/ Set environment variable: export TRIMET_APP_ID="your-key"

Arrivals

trimet arrivals <stop-id> # Real-time arrivals trimet arrivals 8383 --line 90 # Filter by route trimet arrivals 8383 --json

Trip Planning

trimet trip -f <from> -t <to> trimet trip -f 8383 -t 9969 trimet trip -f "Pioneer Square" -t "PDX Airport" trimet trip -f 8383 -t 9969 --arrive-by "5:30 PM" trimet trip -f 8383 -t 9969 --depart-at "2:00 PM" trimet trip -f 8383 -t 9969 --json

Next Departures

trimet next -f <from> -t <to> # Simplified view trimet next -f 8383 -t 9969 -c 5 # Show 5 options trimet next -f 8383 -t 9969 --line 90 # Filter by route

Service Alerts

trimet alerts # All alerts trimet alerts --route 90 # Alerts for route trimet alerts --json

Common Stop IDs

Pioneer Courthouse Square: 8383 (westbound), 8384 (eastbound) PDX Airport: 10579 Portland Union Station: 7787 Beaverton TC: 9969

Usage Examples

User: "When's the next MAX?" trimet arrivals 8383 User: "How do I get to the airport?" trimet trip -f "Pioneer Square" -t "PDX Airport" User: "I need to be downtown by 5pm" trimet trip -f <user-location-stop> -t 8383 --arrive-by "5:00 PM" User: "Are there any delays on the Blue Line?" trimet alerts --route 100 User: "Next trains to Beaverton" trimet next -f 8383 -t 9969

Route Numbers

MAX Blue Line: 100 MAX Red Line: 90 MAX Yellow Line: 190 MAX Orange Line: 290 MAX Green Line: 200

Notes

Stop IDs are displayed at TriMet stops and on trimet.org Addresses work for trip planning (e.g., "Pioneer Square, Portland") Times support natural formats ("5:30 PM", "17:30")

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc