{
  "openapi": "3.1.0",
  "info": {
    "title": "skil.ski skill catalog",
    "version": "1",
    "description": "Index of all published skills on skil.ski. Each path links to a per-skill OpenAPI spec. Invoke any skill at https://skill.ski/api/mcp with a Bearer token from /vault.",
    "x-delivery": "mcp",
    "contact": {
      "url": "https://skill.ski"
    }
  },
  "servers": [
    {
      "url": "https://skill.ski",
      "description": "skil.ski catalog root"
    }
  ],
  "paths": {}
}