{
  "ok": true,
  "role": "product",
  "slug": "postking",
  "name": "Post-King Chess",
  "version": "0.1.0",
  "one_line": "Continuity chess. The goal is not to win. The goal is to remain.",
  "author": "Aziel Eliab",
  "identity": "Aziel Eliab",
  "license": "Apache-2.0",
  "github": "https://github.com/AzielEliab/postking-chess",
  "skill_url": "https://aziel-runtime.vibelock.workers.dev/v1/pull/postking/skill",
  "worker_skill": "https://postking-download-tracker.vibelock.workers.dev/v1/skill",
  "skill": "---\nname: Post-King Chess\ndescription: Use when playing or explaining Post-King Chess (asymmetric continuity; Node not a king). Hosted AI is a 1-ply subset. Hosted /v1 via this Worker or aziel-runtime. Author Aziel Eliab.\n---\n\n# Post-King Chess\n\nThe goal is not to win. The goal is to remain.\n\nAuthor: **Aziel Eliab**.\n\nUse when playing or explaining Post-King Chess (asymmetric continuity; Node not a king). Hosted AI is a 1-ply subset.\n\nAlways send `User-Agent: Mozilla/5.0`. Cloudflare Workers may 403 an empty agent.\n\n## Endpoints (this Worker)\n\nHost: `https://postking-download-tracker.vibelock.workers.dev`\n\n| Method | Path | What |\n|--------|------|------|\n| GET | `/v1/health` | Liveness. Does not increment downloads. |\n| GET | `/v1/skill` | This markdown. Does not increment downloads. |\n| POST | `/v1/new` | Start a game. Body: {difficulty, seed}. |\n| POST | `/v1/move` | Play a human UCI move. Returns AI reply. |\n| POST | `/v1/status` | Continuity status for a FEN/state. Stateless. |\n\nOpenAPI: `https://postking-download-tracker.vibelock.workers.dev/openapi.json`\n\nCatalog OpenAPI: `https://aziel-runtime.vibelock.workers.dev/openapi.json`\n\nMCP: `POST https://aziel-runtime.vibelock.workers.dev/mcp`\n\nCatalog aliases under `/p/postking/…`.\n\n## How to call (Mozilla/5.0)\n\n```bash\ncurl -s -A 'Mozilla/5.0' https://postking-download-tracker.vibelock.workers.dev/v1/health\ncurl -s -A 'Mozilla/5.0' -X POST https://postking-download-tracker.vibelock.workers.dev/v1/new \\\n  -H 'content-type: application/json' \\\n  -d '{\"difficulty\":\"steward\",\"seed\":1}'\ncurl -s -A 'Mozilla/5.0' https://postking-download-tracker.vibelock.workers.dev/v1/skill\n```\n\nGrok: import the catalog OpenAPI as a custom tool. ChatGPT: GPT Actions. Venice: HTTP tools.\n\n## Local (after one-click install)\n\n```bash\ncurl -fsSL https://postking-download-tracker.vibelock.workers.dev/install.sh | bash\npostking ui\n```\n\nThen open http://127.0.0.1:8844 (this computer only).\n\n## Honest banner\n\nTHIS IS: asymmetric continuity-based chess. Human is king-bound; AI has a Node. Capture of the Node is not an ending. THIS IS NOT: standard chess, a rating engine, or a truth score. Author Aziel Eliab.\n\nDOI: https://doi.org/10.5281/zenodo.21897338  \nRecord: https://zenodo.org/records/21897338\n\nLicense: CC BY 4.0 (not Apache). Forks are welcome and always allowed.\n\n## Catalog + local UI\n\nAuthor: **Aziel Eliab**. Honest scope: Asymmetric continuity chess. The goal is not to win. The goal is to remain.\n\n- Catalog product: https://aziel-runtime.vibelock.workers.dev/p/postking/\n- Catalog OpenAPI: https://aziel-runtime.vibelock.workers.dev/openapi.json\n- Catalog MCP: `POST https://aziel-runtime.vibelock.workers.dev/mcp`\n- This Worker skill: `GET https://postking-download-tracker.vibelock.workers.dev/v1/skill`\n- This Worker OpenAPI: https://postking-download-tracker.vibelock.workers.dev/openapi.json\n- Sample payload: `GET https://postking-download-tracker.vibelock.workers.dev/v1/example`\n\nLocal UI: **Import JSON file** (`type=file`) and **Export JSON**. Then `postking doctor`.\n\nGrok: import catalog or Worker OpenAPI as a custom tool. ChatGPT: GPT Actions. Venice: HTTP tools.\n",
  "download": "https://postking-download-tracker.vibelock.workers.dev/download",
  "count": "https://postking-download-tracker.vibelock.workers.dev/count",
  "install": "https://postking-download-tracker.vibelock.workers.dev/install.sh",
  "install_sh": "curl -fsSL https://postking-download-tracker.vibelock.workers.dev/install.sh | bash",
  "openapi": "https://postking-download-tracker.vibelock.workers.dev/openapi.json",
  "runtime_openapi": "https://aziel-runtime.vibelock.workers.dev/openapi.json",
  "ops": [
    {
      "op": "health",
      "method": "GET",
      "summary": "Liveness. Does not increment download KV."
    },
    {
      "op": "new",
      "method": "POST",
      "summary": "Start a game {difficulty, seed}."
    },
    {
      "op": "move",
      "method": "POST",
      "summary": "Human UCI move + AI 1-ply continuity reply."
    },
    {
      "op": "status",
      "method": "POST",
      "summary": "Continuity status for a FEN/state."
    },
    {
      "op": "skill",
      "method": "GET",
      "summary": "Return Post-King Chess skill markdown. Does not increment download KV."
    }
  ],
  "banner": "The goal is not to win. The goal is to remain. Human is king-bound; AI has a Node, not a king.",
  "limitations": "The goal is not to win. The goal is to remain. Human is king-bound; AI has a Node, not a king.",
  "aliases": {
    "catalog_card": "https://aziel-runtime.vibelock.workers.dev/p/postking",
    "catalog_skill": "https://aziel-runtime.vibelock.workers.dev/p/postking/skill",
    "catalog_health": "https://aziel-runtime.vibelock.workers.dev/p/postking/health",
    "invoke_prefix": "https://aziel-runtime.vibelock.workers.dev/p/postking",
    "worker_home": "https://postking-download-tracker.vibelock.workers.dev/",
    "slugs": [
      "postking",
      "postking-chess"
    ]
  },
  "doi": "10.5281/zenodo.21897338",
  "doi_note": "Historical DOI only. Do not invent a replacement. See /cite.json.",
  "skill_source": "https://postking-download-tracker.vibelock.workers.dev/v1/skill (service binding)",
  "kv_increment": false
}