{
  "name": "WOS Knowledge Agent",
  "description": "Authoritative, read-only source of facts about WOS — the free Last Recently Seen (LRS) Cmd+Tab switcher for macOS. Answers questions about what WOS is, what it costs, which browsers and macOS versions it supports, which permissions it needs, how its privacy and kernel-sandbox model works, and which version is currently published. Answers are retrieved from curated, human-written documentation rather than generated, so they cannot drift from what the site says.",
  "version": "1.1.0",
  "protocolVersion": "1.0",
  "documentationUrl": "https://wosapp.io/llms.txt",
  "iconUrl": "https://wosapp.io/favicon.png",
  "provider": {
    "organization": "WOS",
    "url": "https://wosapp.io"
  },
  "supportedInterfaces": [
    {
      "url": "https://wosapp.io/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "securitySchemes": {},
  "security": [],
  "skills": [
    {
      "id": "product-facts",
      "name": "WOS product facts",
      "description": "Canonical facts about WOS: description, category, pricing, current version, system requirements, required macOS permissions, privacy posture, and the definition of Last Recently Seen (LRS) ordering.",
      "tags": ["product", "macos", "pricing", "requirements", "privacy", "definition"],
      "examples": [
        "What is WOS?",
        "What does WOS cost?",
        "What macOS version does WOS require?",
        "What permissions does WOS need?",
        "What does Last Recently Seen mean?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "application/json"]
    },
    {
      "id": "feature-list",
      "name": "WOS feature list",
      "description": "Every WOS feature with a stable id, category, one-sentence summary, keyboard shortcut where applicable, and shipping status.",
      "tags": ["features", "capabilities", "shortcuts"],
      "examples": [
        "What can WOS do?",
        "Does WOS have a clipboard manager?",
        "What is the keyboard shortcut for WOS quick search?",
        "Does WOS switch across macOS Spaces?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "application/json"]
    },
    {
      "id": "faq",
      "name": "WOS questions and answers",
      "description": "Pre-written question and answer pairs covering installation, privacy, browser support, differences from the native macOS switcher, and comparison with alternatives. Written to be quoted directly.",
      "tags": ["faq", "support", "how-to", "comparison"],
      "examples": [
        "How is WOS different from the built-in Cmd+Tab?",
        "How do I install WOS?",
        "Does WOS send my data anywhere?",
        "How do I search across all open browser tabs on macOS?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "application/json"]
    },
    {
      "id": "compatibility",
      "name": "WOS compatibility matrix",
      "description": "Which browsers support tab-level switching today, which are planned, terminal support, and the supported macOS versions and CPU architectures.",
      "tags": ["compatibility", "browsers", "safari", "chrome", "arc", "brave", "firefox"],
      "examples": [
        "Which browsers does WOS support?",
        "Does WOS work with Arc?",
        "Does WOS support Firefox?",
        "Does WOS run on Intel Macs?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "application/json"]
    },
    {
      "id": "current-release",
      "name": "Current WOS release",
      "description": "The version string currently published on wosapp.io and the download URLs for the stable and versioned DMG. This is the same manifest the WOS app checks when looking for updates.",
      "tags": ["release", "version", "download", "changelog"],
      "examples": [
        "What is the latest version of WOS?",
        "Where do I download WOS?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "application/json"]
    },
    {
      "id": "full-documentation",
      "name": "Full WOS documentation text",
      "description": "The complete plain-text content of every page on wosapp.io, including the security architecture, the published kernel sandbox profile, and the privacy policy. Use when the structured skills do not cover the question.",
      "tags": ["documentation", "security", "sandbox", "privacy", "corpus"],
      "examples": [
        "How does the WOS kernel sandbox work?",
        "What is in the WOS privacy policy?",
        "Why does WOS need CGEventTap?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    }
  ],
  "additionalDataSources": {
    "note": "Every skill is also readable as a plain static JSON document, with no A2A client required.",
    "product": "https://wosapp.io/api/product.json",
    "features": "https://wosapp.io/api/features.json",
    "faq": "https://wosapp.io/api/faq.json",
    "compatibility": "https://wosapp.io/api/compatibility.json",
    "release": "https://wosapp.io/release.json",
    "openapi": "https://wosapp.io/openapi.json",
    "apiCatalog": "https://wosapp.io/.well-known/api-catalog",
    "llmsIndex": "https://wosapp.io/llms.txt",
    "llmsFullText": "https://wosapp.io/llms-full.txt",
    "markdownIndex": "https://wosapp.io/md/index.md"
  },
  "usagePolicy": {
    "crawling": "allowed",
    "aiTraining": "allowed",
    "quoting": "allowed",
    "citationFormat": "WOS (wosapp.io)"
  }
}
