{
    "name": "Unfolding Fates",
    "description": "Navigating Love, Life, and the Unknown",
    "url": "https://unfoldingfates.com",
    "version": "1.0",
    "capabilities": {
        "streaming": false,
        "pushNotifications": false,
        "stateTransitionHistory": false
    },
    "skills": [
        {
            "id": "markdown-negotiation",
            "name": "Markdown Content Negotiation",
            "description": "Returns page content as Markdown when Accept: text/markdown is sent, or via /index.md URL suffix.",
            "tags": [
                "content",
                "markdown"
            ]
        },
        {
            "id": "llms-txt",
            "name": "LLMs.txt",
            "description": "Machine-readable site summary served at /llms.txt.",
            "tags": [
                "content",
                "discovery"
            ]
        },
        {
            "id": "structured-data",
            "name": "Structured Data",
            "description": "JSON-LD structured data injected into page head.",
            "tags": [
                "content",
                "schema"
            ]
        }
    ],
    "defaultInputModes": [
        "text"
    ],
    "defaultOutputModes": [
        "text"
    ]
}