{
  "name": "许愿池",
  "description": "共享愿望、点亮、积分和操作历史服务，可供人类网页、Agent、Skill 与 CLI 使用。",
  "version": "1.2.0",
  "url": "https://wish.iszhou.com/api",
  "endpoints": [
    {
      "url": "https://wish.iszhou.com/api",
      "role": "primary"
    }
  ],
  "networkFallback": {
    "probe": "/api/me",
    "retryOn": [
      "dns_error",
      "connection_error",
      "tls_error"
    ],
    "doNotRetryOnHttpResponse": true,
    "selectBeforeMutation": true
  },
  "authentication": {
    "schemes": [
      "Bearer"
    ],
    "required": true
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "capabilities": {
    "openapi": "https://wish.iszhou.com/api/openapi.json",
    "streaming": false,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "wish-management",
      "name": "愿望管理",
      "description": "查询、创建、编辑、删除、恢复愿望，并读取版本历史。",
      "tags": [
        "wish",
        "crud",
        "history"
      ]
    },
    {
      "id": "wish-lighting",
      "name": "点亮与积分",
      "description": "点亮或撤回愿望，查询个人积分。",
      "tags": [
        "light",
        "points"
      ]
    },
    {
      "id": "profile-token",
      "name": "资料与 Token",
      "description": "查询和更新个人资料，查看或轮换个人 Token。",
      "tags": [
        "profile",
        "token"
      ]
    }
  ],
  "artifacts": {
    "skill": {
      "url": "https://wish.iszhou.com/downloads/wish-pool/skill",
      "mediaType": "text/markdown",
      "sha256": "0ccec1c69345105ef494038eda07252ebf5d6c1b66002f63fcb7d025c7612fcd"
    },
    "cli": {
      "url": "https://wish.iszhou.com/downloads/wish-pool/cli",
      "mediaType": "text/x-python",
      "sha256": "3dfda79843313346aa495321a34bf88cfa850c0359dcd972e4fb583669ef03b0"
    },
    "bundle": {
      "url": "https://wish.iszhou.com/downloads/wish-pool/bundle",
      "mediaType": "application/zip",
      "sha256": "af739427aaed168b56a2859faefe4a6f0899f97b4544d89476ac27c86fb27dd4"
    }
  }
}