Skip to content

ascendtravel/axel-flights

v0.1.0

Compare Axel flight prices through public trip-selection links and explain fare conditions.

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "axel-flights",
  "version": "0.1.0",
  "description": "Compare Axel flight prices through public trip-selection links and explain fare conditions.",
  "author": {
    "name": "Axel",
    "url": "https://helloaxel.com/en"
  },
  "homepage": "https://helloaxel.com/en/ai",
  "keywords": [
    "travel",
    "flights",
    "flight-prices",
    "axel"
  ],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "Axel Flights",
        "shortDescription": "Check flight prices with Axel",
        "longDescription": "Use Axel’s public trip chooser to compare flight options, interpret quoted totals and Membership conditions, and share an itinerary link. This skills-only package needs a host with web browsing. It does not provide an MCP server, reserve seats, hold fares, or purchase travel.",
        "developerName": "Axel",
        "category": "Travel",
        "capabilities": [
          "Compare flight options",
          "Explain quoted prices and fare conditions",
          "Share an Axel itinerary link"
        ],
        "websiteURL": "https://helloaxel.com/en/ai",
        "supportURL": "https://help.helloaxel.com/",
        "privacyPolicyURL": "https://helloaxel.com/en/privacy",
        "termsOfServiceURL": "https://helloaxel.com/en/terms",
        "defaultPrompt": [
          "Check Axel flight prices for the trip I am planning.",
          "Explain the total price and conditions on this Axel itinerary."
        ],
        "logo": "./assets/axel-icon.png",
        "composerIcon": "./assets/axel-icon.png"
      }
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • openai.yaml
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.openai