{
    "name": "K-Beauty Agent Commons \u2014 EmpressKorea",
    "description": "Korean beauty and lifestyle commerce with verifiable public product facts and worldwide delivery context.",
    "version": "0.5.1",
    "supportedInterfaces": [
        {
            "url": "https://empresskorea.com/kb-agent-network/a2a",
            "protocolBinding": "HTTP+JSON",
            "protocolVersion": "1.0"
        }
    ],
    "provider": {
        "organization": "EmpressKorea",
        "url": "https://empresskorea.com/"
    },
    "defaultInputModes": [
        "application/json"
    ],
    "defaultOutputModes": [
        "application/json"
    ],
    "capabilities": {
        "streaming": false,
        "pushNotifications": false
    },
    "skills": [
        {
            "id": "catalog_list",
            "name": "Catalog list",
            "description": "List public, purchasable products with canonical facts and URLs.",
            "tags": [
                "k-beauty",
                "catalog",
                "products",
                "read-only"
            ]
        },
        {
            "id": "product_search",
            "name": "Product search",
            "description": "Search public, purchasable products by a bounded text query.",
            "tags": [
                "k-beauty",
                "search",
                "products",
                "read-only"
            ]
        },
        {
            "id": "latest_offers",
            "name": "Latest offers and product changes",
            "description": "Return bounded, deterministic public sale, availability, restock, publication, and product-update events.",
            "tags": [
                "offers",
                "sales",
                "availability",
                "changes",
                "read-only"
            ]
        },
        {
            "id": "network_status",
            "name": "Network status",
            "description": "Return the deterministic network status and zero-token policy.",
            "tags": [
                "status",
                "policy",
                "read-only"
            ]
        },
        {
            "id": "verification_missions",
            "name": "Verification missions",
            "description": "List public fact-check missions without accepting submissions.",
            "tags": [
                "verification",
                "missions",
                "read-only"
            ]
        }
    ],
    "documentationUrl": "https://empresskorea.com/kb-agent-network/skill.md"
}