{
    "id": "www-sozee-ai",
    "name": "Sozee",
    "description": "Guides for every kind of creator",
    "version": "4.22.1",
    "baseUrl": "https://www.sozee.ai/resources/wp-json/ai-growth-seo/v1/a2a",
    "provider": {
        "name": "AI Growth Agent",
        "url": "https://aigrowthagent.co"
    },
    "capabilities": {
        "streaming": false,
        "pushNotifications": false,
        "extendedAgentCard": false
    },
    "interfaces": [
        {
            "type": "jsonrpc",
            "version": "2.0"
        }
    ],
    "securitySchemes": {},
    "security": [],
    "defaultInputModes": [
        "text/plain"
    ],
    "defaultOutputModes": [
        "application/json"
    ],
    "skills": [
        {
            "id": "discover_content",
            "name": "Discover content",
            "description": "List published posts and pages on this WordPress site, with URLs and excerpts.",
            "tags": [
                "content",
                "discovery",
                "wordpress"
            ],
            "examples": [
                "What posts do you have about SEO?",
                "List recent articles"
            ],
            "inputModes": [
                "text/plain"
            ],
            "outputModes": [
                "application/json"
            ]
        },
        {
            "id": "get_content",
            "name": "Get content by ID or URL",
            "description": "Return the full content of a specific post or page.",
            "tags": [
                "content"
            ],
            "examples": [
                "Get post 42",
                "Fetch https://site.com/some-article"
            ],
            "inputModes": [
                "text/plain"
            ],
            "outputModes": [
                "application/json"
            ]
        },
        {
            "id": "analyze_seo",
            "name": "Analyze SEO of a post",
            "description": "Return SEO score and analysis for a specific post or page.",
            "tags": [
                "seo",
                "analysis"
            ],
            "examples": [
                "Analyze SEO of post 42"
            ],
            "inputModes": [
                "text/plain"
            ],
            "outputModes": [
                "application/json"
            ]
        },
        {
            "id": "get_seo_recommendations",
            "name": "SEO recommendations",
            "description": "Actionable SEO recommendations for a specific post or page.",
            "tags": [
                "seo",
                "recommendations"
            ],
            "examples": [
                "What can I improve in post 42?"
            ],
            "inputModes": [
                "text/plain"
            ],
            "outputModes": [
                "application/json"
            ]
        },
        {
            "id": "auto_discover_brand",
            "name": "Auto-discover brand metadata",
            "description": "Return brand/site metadata: name, description, logo, sitemap, llms.txt URL.",
            "tags": [
                "brand",
                "discovery"
            ],
            "examples": [
                "What is this site about?"
            ],
            "inputModes": [
                "text/plain"
            ],
            "outputModes": [
                "application/json"
            ]
        }
    ]
}