{
  "name": "Quill AI Ops",
  "description": "Managed A2A Knowledge Catalog services. We audit, build, deploy, and maintain A2A-compatible knowledge catalogs and agent endpoints so businesses become discoverable by AI agents.",
  "url": "https://a2a.pottersquill.com",
  "version": "1.0.0",
  "capabilities": {
    "streaming": true,
    "pushNotifications": true
  },
  "authentication": {
    "schemes": ["OAuth2", "Bearer"]
  },
  "skills": [
    {
      "id": "knowledge-catalog-audit",
      "name": "Knowledge Catalog Audit",
      "description": "Complete audit of business data for A2A protocol readiness. Includes inventory, gap analysis, prioritized action plan, and sample Agent Card draft.",
      "inputModes": ["text", "data"],
      "outputModes": ["text", "data"],
      "examples": ["Audit our business website, CRM, and FAQs for A2A readiness"]
    },
    {
      "id": "knowledge-catalog-build",
      "name": "Knowledge Catalog Build",
      "description": "Consolidate everything your business knows into a structured, machine-readable knowledge catalog. 11+ data categories including services, pricing, FAQs, policies, credentials, case studies, and real customer questions.",
      "inputModes": ["text", "data"],
      "outputModes": ["text", "data"],
      "examples": ["Build a complete knowledge catalog for our HVAC business"]
    },
    {
      "id": "agent-card-deployment",
      "name": "Agent Card and Schema Deployment",
      "description": "Create and deploy A2A Agent Card at /.well-known/agent-card.json plus Schema.org JSON-LD structured data across all web pages. Configures robots.txt for AI crawlers.",
      "inputModes": ["text", "data"],
      "outputModes": ["text", "data"],
      "examples": ["Deploy an Agent Card on our domain for AI agent discovery"]
    },
    {
      "id": "a2a-endpoint-deployment",
      "name": "A2A Agent Endpoint Deployment",
      "description": "Deploy an A2A-compliant agent endpoint implementing JSON-RPC 2.0 over HTTPS, task lifecycle management, SSE streaming, OAuth2 authentication, and semantic search via pgvector.",
      "inputModes": ["text", "data"],
      "outputModes": ["text", "data"],
      "examples": ["Deploy an A2A agent endpoint that other AI agents can transact with"]
    },
    {
      "id": "ongoing-a2a-management",
      "name": "Ongoing A2A Management",
      "description": "Monthly knowledge catalog updates, Agent Card maintenance, AI share of voice monitoring, mention rate tracking, prompt tracking, and quarterly A2A compliance checks.",
      "inputModes": ["text", "data"],
      "outputModes": ["text", "data"],
      "examples": ["Manage our A2A presence with monthly updates and monitoring"]
    }
  ]
}
