A command-line interface for accessing real-time Portland TriMet transit data, including arrivals, trip routing, and system alerts.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install trimet
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install trimet using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The TriMet CLI skill provides developers and power users with direct terminal access to the Portland transit network. By integrating this tool into your collection of Openclaw Skills, you can programmatically query bus and rail schedules, plan complex trips across the city, and stay updated on service disruptions without leaving your workspace. It serves as a streamlined wrapper for official transit APIs, optimized for speed and developer productivity.
This skill is particularly valuable for residents and commuters in the Portland metro area who want to automate their transit checks. Whether you are building a custom dashboard or just need a quick way to check the next MAX train, this addition to your Openclaw Skills toolkit provides reliable, real-time data directly from TriMet's official web services.
To add this tool to your Openclaw Skills environment, follow these installation steps:
Install the CLI globally via npm:
npm install -g trimet-cli
Configuration:
export TRIMET_APP_ID="your-key"
The skill processes data from TriMet's real-time feeds and organizes it based on stop IDs and route numbers. Below is the metadata structure used when retrieving transit information:
| Category | Data Points |
|---|---|
| Arrivals | stop-id, route-line, estimated time, scheduled time |
| Trip Planning | from/to locations, depart-at/arrive-by timestamps, transfer details |
| Service Alerts | route-specific delays, system-wide notices, description text |
| Route Identifiers | MAX Blue (100), Red (90), Yellow (190), Orange (290), Green (200) |
All commands support a --json flag to return raw data for integration with other Openclaw Skills.
Loading
A CLI-driven skill to access Trakt.tv watch history and search for media content via AI agents.

A powerful integration for managing Todoist tasks and projects directly through an AI agent via the TypeScript CLI.

A powerful command-line interface for browsing, filtering, and discovering games within your Steam library based on playtime, ratings, and compatibility.

A specialized CLI tool for programmatically accessing, listing, and inspecting received emails and domain configurations via the Resend API.

A sophisticated multi-layered memory architecture for AI agents that integrates vector search, Git-based knowledge graphs, and write-ahead logging.

A comprehensive AI agent skill for automated Xiaohongshu operations, from account positioning to viral content execution.








































