Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计提醒

openclaw-commute-trafficOpenClaw commute traffic 开发

Agent Skill

openclaw-commute-traffic 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

13,312

周安装

566

GitHub Stars

公开资料未说明

下载量

4,664
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install openclaw-commute-traffic

简介

使用 TomTom API 查询路线实时交通状况和通勤时间。

  • 适用于出行规划、出发时间建议和路况预警。openclaw-commute-traffic 属于开发类 Skill,可作为该场景下的辅助能力补充。
  • 安装后可在 OpenClaw 中集成地理信息服务。
  • 使用前需配置 TomTom API 密钥并确认网络访问权限。
  • 建议核实 API 配额限制以防高频调用超限。

SKILL.md

name
commute-traffic
description
Check real-time traffic conditions for a route between two locations using TomTom. Use when the user asks about traffic, commute time, best time to leave, driving conditions, or road congestion. The user provides origin and destination conversationally — extract them from context.
version
2.0.0
user-invocable
true
metadata

Commute Traffic Checker (TomTom)

Purpose

Query real-time traffic data from TomTom for any route and provide the user with actionable travel advice. The script handles geocoding (resolving place names to coordinates) and routing (calculating travel time with live traffic) — all via the same TomTom API key.

Determining Origin and Destination

The origin and destination are not static — you must determine them from what the user tells you. Examples:

  • "How's traffic from the office to home?" → You must know (or ask) where their office and home are.
  • "Check traffic Basel to Zurich" → origin=Basel, destination=Zurich.
  • "Should I leave now?" → Use previously discussed or known origin/destination. If unknown, ask.
  • "What's the commute like?" → If you know the user's regular commute, use that. Otherwise, ask.

Rules:

  1. If both origin and destination are clear from context, proceed immediately.
  2. If only one is clear, ask for the missing one.
  3. If neither is clear and you have no prior context, ask the user for both.
  4. Accept any format: addresses, city names, landmarks, coordinates — the script geocodes automatically.

Running the Traffic Check

Execute the script with origin and destination as arguments:

python3 {baseDir}/scripts/check_traffic.py --origin "<ORIGIN>" --destination "<DESTINATION>"

Examples:

python3 {baseDir}/scripts/check_traffic.py --origin "Basel, Switzerland" --destination "Zurich, Switzerland"
python3 {baseDir}/scripts/check_traffic.py --origin "Basel SBB" --destination "Paradeplatz, Zürich"
python3 {baseDir}/scripts/check_traffic.py --origin "Aeschenplatz, Basel" --destination "ETH Zürich"

Interpreting the Output

The script returns JSON with one or more route alternatives. For each route:

FieldMeaning
travel_time_minTotal travel time with current live traffic
no_traffic_time_minTravel time with zero traffic (free-flow)
historic_traffic_time_minTypical travel time based on historical patterns
live_traffic_time_minTime including live incident data
traffic_delay_minExtra delay caused by current traffic
traffic_delay_pctDelay as percentage of free-flow time
congestionDerived level: light, moderate, or heavy
distance_kmRoute distance in kilometers
departure_time / arrival_timeDeparture and estimated arrival timestamps

Congestion classification:

  • Light: traffic delay adds less than 20% to free-flow time
  • Moderate: 20–50% above free-flow
  • Heavy: more than 50% above free-flow

Presenting Results to the User

When presenting traffic data, always include:

  1. The fastest route and its estimated travel time.
  2. Traffic delay in plain language (e.g., "Currently 8 minutes delay due to traffic on the A2, adding about 15% to the normal drive time").
  3. Comparison of alternatives if multiple routes are returned.
  4. A recommendation: whether to leave now or wait, based on congestion level.

Keep it concise and practical. The user wants to know: *"How long will it take and should I go now?"*

Error Handling

  • If the script returns {"status": "error"}, relay the error message to the user.
  • If TOMTOM_API_KEY is not configured, tell the user to set it up in ~/.openclaw/openclaw.json.
  • If geocoding fails (no coordinates found), the location may be too vague — ask the user to be more specific.
  • If no routes are returned, suggest trying different location descriptions.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

77.76%
按下载量换算3,627

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills