{
  "schemaVersion": "0.3.0",
  "name": "Bobcorn",
  "description": "Agent-readable entrypoint for Bobcorn, an open-source desktop icon manager and icon font generator.",
  "url": "https://bobcorn.caldis.me/",
  "provider": {
    "organization": "Caldis",
    "url": "https://github.com/Caldis"
  },
  "version": "1.12.4",
  "documentationUrl": "https://bobcorn.caldis.me/developers/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "none"
    ],
    "notes": "Public metadata endpoints are read-only and unauthenticated."
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "find-bobcorn-docs",
      "name": "Find Bobcorn documentation",
      "description": "Locate Bobcorn homepage, wiki, developer portal, OpenAPI spec, auth docs, webhook docs, and agent discovery files.",
      "tags": [
        "documentation",
        "discovery",
        "developer-resources"
      ],
      "examples": [
        "Where is the Bobcorn OpenAPI spec?",
        "Does Bobcorn require authentication for public metadata?"
      ]
    },
    {
      "id": "inspect-bobcorn-release",
      "name": "Inspect Bobcorn release metadata",
      "description": "Read the current Bobcorn release version, download URLs, and changelog entries from static metadata endpoints.",
      "tags": [
        "release",
        "downloads",
        "changelog"
      ],
      "examples": [
        "What is the latest Bobcorn version?",
        "Where can I download Bobcorn for Windows?"
      ]
    },
    {
      "id": "guide-local-automation",
      "name": "Guide local Bobcorn automation",
      "description": "Point coding agents to the local CLI, core operation rules, and repository AGENTS.md instructions.",
      "tags": [
        "cli",
        "local-first",
        "automation"
      ],
      "examples": [
        "How should an agent automate a Bobcorn project file?",
        "What repository instructions should I read before editing Bobcorn?"
      ]
    }
  ]
}
