{
  "$schema": "https://raw.githubusercontent.com/cloudflare/agent-skills-discovery-rfc/main/schema/index.schema.json",
  "name": "billige-charter-rejser",
  "description": "Agent skills exposed by the Danish charter travel search engine billige-charter-rejser.dk",
  "version": "0.2.0",
  "skills": [
    {
      "name": "search-packages",
      "type": "mcp-tool",
      "description": "Find Danish charter travel packages filtered by destination, departure airport, duration and budget.",
      "url": "https://billige-charter-rejser.dk/.well-known/agent-skills/search-packages/SKILL.md",
      "sha256": "28c53f17c2e1c4ac4f994ddda48cf32cfa49f4e234f7b3f0fea9a723724b3cba"
    },
    {
      "name": "get-package-details",
      "type": "mcp-tool",
      "description": "Retrieve full details of a single travel package, including hotel info, images and the affiliate booking URL.",
      "url": "https://billige-charter-rejser.dk/.well-known/agent-skills/get-package-details/SKILL.md",
      "sha256": "abfe2cf729dc72966e1d5814e11fc2a4706c931578070625fe96a6348cb23019"
    },
    {
      "name": "get-search-suggestions",
      "type": "mcp-tool",
      "description": "Return autocomplete suggestions used by the on-site search bar (countries, regions, cities, hotels, airports, themes).",
      "url": "https://billige-charter-rejser.dk/.well-known/agent-skills/get-search-suggestions/SKILL.md",
      "sha256": "261763751c2ec72fb7326b2f5a61409d8064dbaa52c5cd668a72c6d1801b98e3"
    },
    {
      "name": "browse-catalog-as-markdown",
      "type": "http-resource",
      "description": "Request any HTML page on the site with `Accept: text/markdown` to receive a markdown rendition optimised for AI agents.",
      "url": "https://billige-charter-rejser.dk/.well-known/agent-skills/browse-catalog-as-markdown/SKILL.md",
      "sha256": "20e44a878d9863dd3682607bc0534975a71153ecbbb043ea9b0b3774b97c14df"
    }
  ]
}