{
    "specVersion": "1.0",
    "host": {
        "displayName": "Ulefone UK",
        "identifier": "ulefone.co.uk",
        "documentationUrl": "https://ulefone.co.uk/.well-known/agent-skills/ulefone-uk-shop/SKILL.md"
    },
    "entries": [
        {
            "identifier": "urn:air:ulefone.co.uk:skill:ulefone-uk-shop",
            "displayName": "Ulefone UK shopping skill",
            "description": "How an agent can search products, prices and stock at ulefone.co.uk.",
            "type": "text/markdown",
            "url": "https://ulefone.co.uk/.well-known/agent-skills/ulefone-uk-shop/SKILL.md",
            "representativeQueries": [
                "buy a Ulefone Armor rugged phone in the UK",
                "rugged smartphone with thermal camera price in pounds",
                "is the Ulefone Armor in stock in the UK",
                "RugOne rugged phone UK"
            ]
        },
        {
            "identifier": "urn:air:ulefone.co.uk:mcp:catalogue",
            "displayName": "Ulefone UK MCP server",
            "description": "Read-only MCP server: search products, get product details and list categories with live GBP prices and stock.",
            "type": "application/json",
            "url": "https://ulefone.co.uk/.well-known/mcp/server-card.json",
            "representativeQueries": [
                "search ulefone.co.uk rugged phones",
                "get specifications of a Ulefone Armor phone",
                "list Ulefone UK product categories"
            ]
        },
        {
            "identifier": "urn:air:ulefone.co.uk:api:store-api",
            "displayName": "Ulefone UK Store API",
            "description": "Public WooCommerce Store API: product catalogue, prices, stock and basket.",
            "type": "application/linkset+json",
            "url": "https://ulefone.co.uk/.well-known/api-catalog",
            "representativeQueries": [
                "list rugged phones and prices from ulefone.co.uk",
                "search ulefone.co.uk products",
                "get product details for a Ulefone phone"
            ]
        }
    ]
}