{
    "protocolVersion": "0.3.0",
    "name": "rishivallyherbals",
    "description": "Online store \u2014 AI shopping assistant",
    "url": "https://rishivalleyherbals.com/",
    "preferredTransport": "JSONRPC",
    "skills": [
        {
            "id": "product-search",
            "name": "Product search",
            "description": "Search the live catalog and answer product questions.",
            "tags": [
                "commerce",
                "search"
            ]
        },
        {
            "id": "site-qa",
            "name": "Site questions",
            "description": "Answer questions from this site's own content.",
            "tags": [
                "support",
                "faq"
            ]
        },
        {
            "id": "order-status",
            "name": "Order status",
            "description": "Look up order status by order number and email.",
            "tags": [
                "commerce",
                "support"
            ]
        }
    ],
    "capabilities": {
        "streaming": false
    },
    "defaultInputModes": [
        "text/plain"
    ],
    "defaultOutputModes": [
        "text/plain"
    ]
}