{
  "protocolVersion": "0.3.0",
  "name": "Dailybot Site Agent",
  "description": "Read-only agent surface for dailybot.com — the marketing and discovery site of Dailybot, an AI-powered team orchestration platform (YC S21) for async standups, check-ins, kudos, and workflow automation across Slack, Microsoft Teams, and Google Chat. Exposes public site search, blog, help center, and resource discovery. Authenticated platform actions are documented in /auth.md and /skill.md.",
  "url": "https://www.dailybot.com/",
  "supportedInterfaces": [
    {
      "url": "https://www.dailybot.com/",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "0.3.0"
    }
  ],
  "preferredTransport": "JSONRPC",
  "version": "1.0.0",
  "documentationUrl": "https://www.dailybot.com/skill.md",
  "provider": {
    "organization": "Dailybot",
    "url": "https://www.dailybot.com/"
  },
  "iconUrl": "https://www.dailybot.com/images/brand/logo.png",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "text/markdown"],
  "securitySchemes": {
    "none": {
      "type": "http",
      "scheme": "bearer",
      "description": "Public discovery surface is anonymous and read-only; no credential is required. Authenticated platform actions use an API key per /auth.md."
    }
  },
  "skills": [
    {
      "id": "site-search",
      "name": "Site search",
      "description": "Search dailybot.com content — blog, help center, integrations, templates, and academy articles.",
      "tags": ["search", "discovery", "content"],
      "examples": [
        "Find Dailybot help articles about async standups",
        "Search the blog for posts on engineering check-ins"
      ]
    },
    {
      "id": "resource-discovery",
      "name": "Resource discovery",
      "description": "Discover Dailybot's machine-readable surfaces: agent skills index, API catalog, llms.txt, and OAuth/auth.md metadata.",
      "tags": ["discovery", "skills", "metadata"],
      "examples": [
        "List the agent skills published by Dailybot",
        "Where is the Dailybot API catalog?"
      ]
    }
  ]
}
