{
  "$schema": "https://agentskills.io/v0.2.0/schema.json",
  "name": "hundhubben",
  "title": "HundHubben",
  "description": "Swedish directory of dog services — vets, daycares, groomers, trainers, boarding, breeders and dog parks — with ratings and reviews from dog owners.",
  "site": "https://hundhubben.se",
  "type": "discovery",
  "skills": [
    {
      "name": "search_hundhubben_businesses",
      "type": "search",
      "description": "Sök HundHubbens katalog över hundtjänster i Sverige — veterinärer, hunddagis, hundfrisörer, hundtränare, hundpensionat, uppfödare och hundrastgårdar.",
      "url": "https://hundhubben.se/search?q={query}",
      "mcp": {
        "tool": "search_hundhubben_businesses",
        "serverCard": "https://hundhubben.se/.well-known/mcp/server-card.json"
      },
      "input_schema": {
        "type": "object",
        "properties": {
          "query": {
            "type": "string",
            "description": "Free text matched against business names and services."
          },
          "city": {
            "type": "string",
            "description": "Optional Swedish city or municipality to narrow results."
          }
        },
        "required": [
          "query"
        ]
      }
    },
    {
      "name": "markdown-negotiation",
      "type": "content-negotiation",
      "description": "Exposes HundHubben directory pages as plain structured Markdown for AI ingestion.",
      "url": "https://hundhubben.se/search?format=md"
    }
  ]
}