Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计通过

airport-pickups-london伦敦机场接机

Agent Skill

airport-pickups-london 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

12,162

周安装

492

GitHub Stars

公开资料未说明

下载量

3,818
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install airport-pickups-london

简介

通过 Airport Pickups London 预订英国机场和游轮港口接送服务,提供固定价格报价。

  • 适用于伦敦及周边交通枢纽的接送需求,支持航班验证和行程管理。
  • 输入出发地、目的地和航班号,生成可预约的接送方案及价格信息。
  • 使用前请确认是否需联网获取实时数据,以及是否有地区服务限制。
  • 建议查阅项目仓库了解支持的机场列表和预订变更规则。

SKILL.md

name
airport-pickups-london
description
Book UK airport and cruise port transfers via Airport Pickups London. Get instant fixed-price quotes, validate flights, create bookings, amend, cancel, and track drivers live. TfL-licensed, 24/7 service. Requires API key (free instant registration).
homepage
https://www.airport-pickups-london.com
metadata
clawdbot
emoji
🚖

Airport Pickups London — Transfer Booking Skill

This skill connects your agent to Airport Pickups London's booking API via MCP, giving it full transfer management — quotes, bookings, amendments, cancellations, and live driver tracking.

Authentication Required

This skill requires an API key via the x-api-key header. No environment variables are needed.

Get a key instantly (free, no approval):

curl -X POST https://mcp.airport-pickups-london.com/a2a/register \
  -H "Content-Type: application/json" \
  -d '{"name": "Your Agent Name", "email": "you@example.com"}'

Setup

Add the APL MCP server to your config:

{
  "mcpServers": {
    "airport-pickups-london": {
      "url": "https://mcp.airport-pickups-london.com/mcp",
      "headers": {
        "x-api-key": "YOUR_API_KEY"
      }
    }
  }
}

Available Tools (8)

get_quote — Get Transfer Prices

Get prices for any UK transfer route. Returns all car types with prices, capacity, and luggage allowance.

Example prompts:

  • "How much is a taxi from Heathrow to central London?"
  • "Get me a quote from Gatwick to Brighton for 4 passengers"
  • "What's the price from Southampton cruise port to London?"

validate_flight — Flight Validation

Verify a flight number and get terminal, airline, arrival time, and meeting point.

Example prompts:

  • "Check flight BA2534 arriving on April 15th"
  • "What terminal does EK007 arrive at?"

book_transfer — Create Booking

Create a confirmed transfer booking. Returns booking reference, manage URL, meeting point.

Example prompts:

  • "Book a People Carrier from Heathrow to W1K 1LN for John Smith, flight BA2534, April 15th at 3pm"

lookup_booking — Check Booking Status

Look up booking details by reference number. Returns status, driver info, and manage URL.

Example prompts:

  • "What's the status of booking APL-CJ5KDJ?"

amend_booking — Modify Booking

Change passenger name, phone, email, flight number, date/time, or special requests.

Example prompts:

  • "Change the flight on APL-CJ5KDJ to BA2590"
  • "Update the passenger name to Jane Doe"

cancel_booking — Cancel Booking

Cancel a booking. Free cancellation 12+ hours before pickup.

Example prompts:

  • "Cancel booking APL-CJ5KDJ"

track_driver — Live Driver Tracking

Get the driver's live GPS position, vehicle details, photo, and ETA.

Example prompts:

  • "Where is my driver for APL-CJ5KDJ?"

get_service_info — FAQ & Policies

Get info about cancellation policy, payment methods, vehicles, child seats, pets, accessibility, meet and greet, cruise ports, corporate accounts.

Example prompts:

  • "What's the cancellation policy?"
  • "Do you provide child seats?"

Data & Privacy

This skill sends the following data to the APL booking API:

  • Pickup and dropoff locations
  • Passenger name, phone, email
  • Flight numbers

All data is transmitted over HTTPS (TLS 1.2+) and stored by Airport Pickups London for service delivery. GDPR compliant. The API key authenticates the agent, not the end user.

Pricing Negotiation (A2A Extension)

Agents can request a discount by including requestedDiscountPercent in the quote request. Maximum discount is 5%. Non-negotiable: peak surcharges, event pricing, child seats.

Pricing Info

  • All prices in GBP, per vehicle (not per person)
  • Fixed prices — no surge, no hidden charges
  • Includes meet & greet, waiting time, parking, tolls
  • Free cancellation 12+ hours before pickup

Vehicle Types

Car TypePassengersSuitcasesFrom
SaloonUp to 33~£33
People CarrierUp to 55~£45
8 SeaterUp to 88~£55
Executive SaloonUp to 33~£65
Executive MPVUp to 77~£85

Important Rules for Agents

  1. ALWAYS call get_quote before booking — never guess prices
  2. NEVER call book_transfer without user confirmation — always show the price and get a "yes" first
  3. Flight validation is optional and never blocks a booking
  4. For airport pickups, recommend clearance: domestic 15min, European 45min, international 60min after landing

Support

  • 24/7 Phone: +44 208 688 7744
  • WhatsApp: +44 7538 989360
  • Website: www.airport-pickups-london.com
  • Email: info@aplcars.com

Ratings

TripAdvisor 4.7/5 | Trustpilot 4.9/5 | Reviews.io 4.9/5

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

82.59%
按下载量换算3,153

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills