{
    "name": "QuickDMARC Email Security Agent",
    "description": "Agent for DMARC, SPF, DKIM, and BIMI diagnostics, domain security scanning, and email authentication guidance for QuickDMARC.",
    "version": "1.0.0",
    "provider": {
        "organization": "QuickDMARC",
        "url": "https://quickdmarc.com/about"
    },
    "documentationUrl": "https://quickdmarc.com/documentation-hub",
    "iconUrl": "https://quickdmarc.com/quick_dmarc_logo.png",
    "supportedInterfaces": [
        {
            "url": "https://quickdmarc.com/a2a/v1",
            "protocolBinding": "HTTP+JSON",
            "protocolVersion": "1.0"
        }
    ],
    "capabilities": {
        "streaming": false,
        "pushNotifications": false,
        "extendedAgentCard": false
    },
    "defaultInputModes": [
        "text/plain",
        "application/json"
    ],
    "defaultOutputModes": [
        "application/json",
        "text/markdown"
    ],
    "skills": [
        {
            "id": "dmarc-dns-check",
            "name": "DMARC DNS Check",
            "description": "Look up and analyze DMARC DNS records for a domain, including policy, alignment, and reporting endpoints.",
            "tags": [
                "dmarc",
                "dns",
                "email-authentication",
                "security"
            ],
            "examples": [
                "Check DMARC for example.com",
                "What is the DMARC policy on acme.org?"
            ]
        },
        {
            "id": "spf-validation",
            "name": "SPF Validation",
            "description": "Validate SPF records, lookup limits, and include chains for a sending domain.",
            "tags": [
                "spf",
                "dns",
                "email-authentication"
            ],
            "examples": [
                "Validate SPF for mail.example.com",
                "Does example.com have a valid SPF record?"
            ]
        },
        {
            "id": "dkim-validation",
            "name": "DKIM Validation",
            "description": "Check DKIM selectors and public keys published in DNS for a domain.",
            "tags": [
                "dkim",
                "dns",
                "email-authentication"
            ],
            "examples": [
                "Check DKIM selector default for example.com",
                "Validate DKIM records on example.com"
            ]
        },
        {
            "id": "domain-security-scan",
            "name": "Domain Security Scan",
            "description": "Run a consolidated email authentication and DNS security assessment for a domain.",
            "tags": [
                "security",
                "dmarc",
                "spf",
                "dkim",
                "bimi"
            ],
            "examples": [
                "Scan example.com email security posture",
                "Assess authentication gaps for my domain"
            ]
        },
        {
            "id": "email-auth-guidance",
            "name": "Email Authentication Guidance",
            "description": "Retrieve QuickDMARC guides and documentation about DMARC rollout, monitoring, and enforcement.",
            "tags": [
                "documentation",
                "dmarc",
                "guides",
                "education"
            ],
            "examples": [
                "How do I move from p=none to p=reject?",
                "Explain DMARC alignment for Microsoft 365"
            ]
        }
    ]
}