← 返回 Skills 市场
martc03

Gov Travel

作者 Martin · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
358
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install gov-travel
功能描述
US visa wait times, border crossing delays, and FAA airport status. 3 tools for travel intelligence.
使用说明 (SKILL.md)

Immigration & Travel Intel

Real-time visa wait times, border crossing delays, and FAA airport status.

Setup

mcporter add gov-travel --url https://immigration-travel-mcp.apify.actor/mcp --transport streamable-http

Or add to your OpenClaw MCP config (~/.openclaw/mcp.json):

{
  "servers": {
    "gov-travel": {
      "url": "https://immigration-travel-mcp.apify.actor/mcp",
      "transport": "streamable-http"
    }
  }
}

Available Tools

travel_get_visa_wait_times

Get US visa wait times by embassy city.

Show visa wait times for London
What are current visa processing times?

Parameters: city, visaCategory

travel_get_border_wait_times

Get US border crossing wait times from CBP.

Show Mexican border wait times
What's the wait at the Canadian border for pedestrians?

Parameters: border ("Canadian Border" or "Mexican Border"), portName, laneType ("commercial", "passenger", or "pedestrian")

travel_get_airport_delays

Get FAA airport delays and event information.

Any delays at JFK right now?
Show FAA airport status for LAX and SFO

Parameters: airports (array, e.g. ["JFK","LAX"]), delayTypes (array)

Data Sources

  • State Department — Visa appointment wait times
  • CBP — Customs and Border Protection (border wait times)
  • FAA — Federal Aviation Administration (airport delays)

Use Cases

  • Travel planning and timing
  • Border crossing optimization
  • Flight delay monitoring
  • Immigration processing estimates

All data from free US government APIs. Zero cost. No API keys required.

安全使用建议
This skill will route your queries to a remote MCP server hosted at immigration-travel-mcp.apify.actor instead of (or in addition to) directly calling government endpoints. Before installing: 1) Decide whether you're comfortable sending travel queries (locations, planned crossings, flight info) to a third‑party service that could log or aggregate them. 2) Verify the mcporter binary you have is the intended tool (source and integrity). 3) If you need stronger privacy/provenance, prefer a skill that calls official government APIs directly or ask the author for details about the Apify actor (who operates it, code repository, and whether it proxies real government APIs). 4) Avoid adding the server entry to your persistent config unless you trust the operator — you can instead run mcporter add temporarily and inspect behavior. If you want further assessment, provide the operator's repository or the code behind the apify.actor endpoint so its behavior can be reviewed.
功能分析
Type: OpenClaw Skill Name: gov-travel Version: 1.0.0 The skill bundle is benign. It defines an OpenClaw skill with three tools for travel intelligence, relying on an external Micro-Capability Provider (MCP) server hosted on `https://immigration-travel-mcp.apify.actor/mcp`. While relying on an external service introduces a supply chain risk, the provided `SKILL.md` and `_meta.json` files contain no evidence of malicious intent, prompt injection against the agent, unauthorized local system access, data exfiltration, or obfuscation. The instructions are clear and directly align with the stated purpose of providing travel information.
能力评估
Purpose & Capability
The skill's stated purpose (visa wait times, border waits, FAA status) matches the listed tools and parameters. Requiring the mcporter binary is consistent with registering an external MCP server. However, the SKILL.md points the agent at an MCP hosted on immigration-travel-mcp.apify.actor (a third-party host), while the README asserts 'All data from free US government APIs' — there is a provenance mismatch (third‑party aggregator vs direct government endpoints) that is not explained.
Instruction Scope
The runtime instructions tell the agent to add a remote MCP server (https://immigration-travel-mcp.apify.actor/mcp) and/or write that server into the user's ~/.openclaw/mcp.json. That means user queries (city names, ports, airports) will be sent to that external service. The SKILL.md does not describe what the remote service does with queries, whether it logs or stores them, or whether it actually queries government APIs directly. Because the agent will forward user input to an external endpoint, this is a privacy/collection concern not addressed by the documentation.
Install Mechanism
This is instruction-only and has no install spec or archive downloads. The only runtime requirement is the mcporter binary being present; the skill does not attempt to install code itself. From an installation perspective, risk is low, but the skill depends on contacting a remote MCP endpoint, which is the primary operational risk.
Credentials
The skill requests no environment variables, no credentials, and no special config paths beyond optionally adding an MCP server entry to ~/.openclaw/mcp.json. There are no disproportionate secret requests.
Persistence & Privilege
always is false (normal). The SKILL.md instructs optionally writing a persistent entry into ~/.openclaw/mcp.json to register the gov-travel MCP server; that creates ongoing ability for the agent to contact the remote service without reconfiguration. Persistent registration is convenient but also increases the risk that future queries will be routed automatically to the third-party endpoint.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gov-travel
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gov-travel 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release with three real-time travel intelligence tools: - Check US visa wait times by embassy city. - View border crossing delays for US-Canada and US-Mexico land borders. - Get current FAA airport status and delay information for major US airports. - No API keys required; all data sourced from free US government APIs.
元数据
Slug gov-travel
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Gov Travel 是什么?

US visa wait times, border crossing delays, and FAA airport status. 3 tools for travel intelligence. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 358 次。

如何安装 Gov Travel?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install gov-travel」即可一键安装,无需额外配置。

Gov Travel 是免费的吗?

是的,Gov Travel 完全免费(开源免费),可自由下载、安装和使用。

Gov Travel 支持哪些平台?

Gov Travel 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Gov Travel?

由 Martin(@martc03)开发并维护,当前版本 v1.0.0。

💬 留言讨论