{
    "specVersion": "1.0",
    "host": {
        "displayName": "Box Of Rules plugin store",
        "identifier": "did:web:plugins.boxofrules.com",
        "url": "https://plugins.boxofrules.com"
    },
    "entries": [
        {
            "identifier": "urn:air:plugins.boxofrules.com:docs:llms-txt",
            "displayName": "Store directory for agents",
            "type": "text/markdown",
            "url": "https://plugins.boxofrules.com/llms.txt",
            "representativeQueries": [
                "What plugins does Box Of Rules sell?",
                "How much does Box of Bass Pro cost?",
                "Where do I download Box Of Rules plugins?"
            ]
        },
        {
            "identifier": "urn:air:plugins.boxofrules.com:skill:buy-plugins",
            "displayName": "Buying Box Of Rules plugins (agent skill)",
            "type": "text/markdown",
            "url": "https://plugins.boxofrules.com/.well-known/agent-skills/buy-box-of-rules-plugins/SKILL.md",
            "representativeQueries": [
                "How does select-a-price checkout work?",
                "Can an agent buy a plugin for me?"
            ]
        },
        {
            "identifier": "urn:air:plugins.boxofrules.com:server:mcp",
            "displayName": "Box Of Rules MCP server",
            "type": "application/json",
            "url": "https://plugins.boxofrules.com/.well-known/mcp/server-card.json",
            "representativeQueries": [
                "What Box Of Rules tools can I call over MCP?",
                "List Box Of Rules plugins programmatically"
            ]
        }
    ]
}