{
    "name": "Golpo Hub Agent",
    "version": "1.1.0",
    "description": "Automated agent discovery, catalog search, and chapter reading agent for Golpo Hub serialized web novel platform.",
    "provider": {
        "name": "Golpo Hub",
        "url": "https://golpohub.com"
    },
    "supportedInterfaces": [
        {
            "url": "https://golpohub.com/search",
            "protocolBinding": "HTTP+JSON",
            "protocolVersion": "1.0"
        },
        {
            "url": "https://golpohub.com",
            "protocolBinding": "REST",
            "protocolVersion": "1.0"
        }
    ],
    "capabilities": {
        "streaming": false,
        "pushNotifications": false,
        "extendedAgentCard": false
    },
    "defaultInputModes": [
        "application/json",
        "text/plain"
    ],
    "defaultOutputModes": [
        "application/json",
        "text/markdown"
    ],
    "skills": [
        {
            "id": "catalog-search",
            "name": "Catalog & Entity Search",
            "description": "Searches across serialized novels, authors, chapter episodes, categories, and tags.",
            "tags": [
                "search",
                "novels",
                "literature",
                "authors",
                "categories",
                "tags"
            ],
            "examples": [
                "Search for mystery novels",
                "Find novels by author",
                "Search chapters by query"
            ]
        },
        {
            "id": "episode-markdown-reader",
            "name": "Chapter Content Reader",
            "description": "Retrieves serialized novel episode content in clean Markdown format via content negotiation.",
            "tags": [
                "reader",
                "episodes",
                "markdown",
                "chapters"
            ],
            "examples": [
                "Read chapter content in markdown format",
                "Fetch novel series chapters"
            ]
        },
        {
            "id": "auth-discovery",
            "name": "Agent Registration & Auth Discovery",
            "description": "Provides machine-readable Auth.md and OAuth discovery endpoints for automated agent credential provisioning.",
            "tags": [
                "auth",
                "discovery",
                "oauth",
                "auth.md"
            ],
            "examples": [
                "Discover OAuth endpoints",
                "Obtain bearer tokens for automated interactions"
            ]
        }
    ]
}