Get Portland transit information including arrivals, trip planning, and alerts. Use when user asks about buses, MAX, trains, or transit in Portland.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install trimet或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install trimet⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/trimet/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: trimet description: Get Portland transit information including arrivals, trip planning, and alerts. Use when user asks about buses, MAX, trains, or transit in Portland. homepage: https://trimet.org metadata: clawdbot: emoji: "🚃" requires: bins: ["trimet"] env: ["TRIMET_APP_ID"] ---
CLI for TriMet Portland transit data. Check arrivals, plan trips, and view alerts.
npm install -g trimet-cli
export TRIMET_APP_ID="your-key"trimet arrivals <stop-id> # Real-time arrivals
trimet arrivals 8383 --line 90 # Filter by route
trimet arrivals 8383 --json
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
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
trimet alerts # All alerts
trimet alerts --route 90 # Alerts for route
trimet alerts --json
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
安装 Trimet 后,可以对 AI 说这些话来触发它
Help me get started with Trimet
Explains what Trimet does, walks through the setup, and runs a quick demo based on your current project
Use Trimet to get Portland transit information including arrivals, trip planning,...
Invokes Trimet with the right parameters and returns the result directly in the conversation
What can I do with Trimet in my developer & devops workflow?
Lists the top use cases for Trimet, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/trimet/ 目录(个人级,所有项目可用),或 .claude/skills/trimet/(项目级)。重启 AI 客户端后,用 /trimet 主动调用,或让 AI 根据上下文自动发现并使用。
Trimet 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Trimet 可免费安装使用。请查阅仓库了解许可证信息。
Get Portland transit information including arrivals, trip planning, and alerts. Use when user asks about buses, MAX, trains, or transit in Portland.
Trimet 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Trimet
Identifies repetitive steps in your workflow and sets up Trimet to handle them automatically