{
  "name": "CodeCollab.pl",
  "description": "Service agent of CodeCollab.pl, the studio of Krystian Kacik - websites, online stores and integrations built with WooCommerce, WordPress and custom stacks. Takes project inquiries and runs free mobile PageSpeed audits of online stores, on behalf of a person who asked for it.",
  "version": "1.0.0",
  "documentationUrl": "https://codecollab.pl/dokumentacja-api/",
  "iconUrl": "https://codecollab.pl/apple-touch-icon.png",
  "provider": {
    "organization": "CodeCollab.pl - Krystian Kacik",
    "url": "https://codecollab.pl/"
  },
  "supportedInterfaces": [
    {
      "url": "https://codecollab.pl/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "submit-inquiry",
      "name": "Submit a project inquiry",
      "description": "Registers an inquiry about a website, an online store, an integration or ongoing support. The person receives a confirmation email and a written quote follows within 24 hours on business days. Requires a working email address or phone number belonging to the person who asked for contact.",
      "tags": ["contact", "quote", "woocommerce", "wordpress", "ecommerce"],
      "examples": [
        "Ask CodeCollab.pl for a quote on migrating a 900 product store from Shoper to WooCommerce.",
        "Get in touch about ongoing support for a WordPress site."
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    },
    {
      "id": "pagespeed-audit",
      "name": "Run a mobile PageSpeed audit",
      "description": "Measures a public store URL with Google PageSpeed Insights (mobile Lighthouse run) and returns the score, core timings, the detected technology stack and a short list of quick wins. The report is also emailed to the address given, so only use an address whose owner asked for the audit. Takes up to about 30 seconds.",
      "tags": ["performance", "audit", "pagespeed", "lighthouse", "core-web-vitals"],
      "examples": [
        "How fast is https://example-store.pl on mobile and what should we fix first?",
        "Run a speed audit of our WooCommerce store and email me the report."
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    }
  ]
}
