{
    "protocolVersion": "0.3.0",
    "name": "SozAI subtitle and transcript agent",
    "description": "Answers questions about subtitle formats and their conversion, finds the free tool for a task, searches the published transcript library, and states what the SozAI app does and does not do. It looks things up and does arithmetic; it transcribes nothing and holds nothing about any user.",
    "version": "1.0.0",
    "url": "https://sozai.app/a2a",
    "preferredTransport": "JSONRPC",
    "supportedInterfaces": [
        {
            "url": "https://sozai.app/a2a",
            "transport": "JSONRPC"
        }
    ],
    "provider": {
        "organization": "Vast Flow, LLP",
        "url": "https://sozai.app"
    },
    "documentationUrl": "https://sozai.app/api/",
    "capabilities": {
        "streaming": false,
        "pushNotifications": false,
        "stateTransitionHistory": false
    },
    "defaultInputModes": [
        "text/plain"
    ],
    "defaultOutputModes": [
        "text/plain"
    ],
    "securitySchemes": {},
    "security": [],
    "skills": [
        {
            "id": "subtitle-formats",
            "name": "Subtitle format questions",
            "description": "The timestamp syntax of a format, what it can express, and what a conversion drops.",
            "tags": [
                "subtitles",
                "srt",
                "webvtt",
                "reference"
            ],
            "examples": [
                "What is the difference between SRT and VTT?",
                "Does WebVTT need cue numbers?",
                "What do I lose converting ASS to SRT?"
            ]
        },
        {
            "id": "find-a-tool",
            "name": "Find the right free tool",
            "description": "Which sozai.app tool performs a given subtitle or text task, and whether it uploads anything.",
            "tags": [
                "tools",
                "conversion"
            ],
            "examples": [
                "How do I shift all my subtitle timings by two seconds?",
                "Convert a YouTube .sbv file to SRT"
            ]
        },
        {
            "id": "transcript-library",
            "name": "Transcript library search",
            "description": "Find a published transcript of a YouTube video, by topic, language or words in the text.",
            "tags": [
                "transcripts",
                "search"
            ],
            "examples": [
                "Find a transcript about machine learning",
                "Transcripts in Polish"
            ]
        },
        {
            "id": "product-facts",
            "name": "What SozAI does",
            "description": "Capabilities, the free tier, and the explicit list of what the product does not do.",
            "tags": [
                "product"
            ],
            "examples": [
                "Does SozAI join a Zoom call?",
                "How many free minutes do I get?"
            ]
        }
    ]
}
