← Back to Skills Marketplace
martc03

Gov Travel

by Martin · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
358
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install gov-travel
Description
US visa wait times, border crossing delays, and FAA airport status. 3 tools for travel intelligence.
README (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.

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gov-travel
  3. After installation, invoke the skill by name or use /gov-travel
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug gov-travel
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Gov Travel?

US visa wait times, border crossing delays, and FAA airport status. 3 tools for travel intelligence. It is an AI Agent Skill for Claude Code / OpenClaw, with 358 downloads so far.

How do I install Gov Travel?

Run "/install gov-travel" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Gov Travel free?

Yes, Gov Travel is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Gov Travel support?

Gov Travel is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Gov Travel?

It is built and maintained by Martin (@martc03); the current version is v1.0.0.

💬 Comments