{
  "ok": true,
  "role": "product",
  "slug": "zkattest",
  "name": "ZKAttest",
  "version": "0.1.0",
  "one_line": "ZKAttest: hash-commitment attest without returning the witness. Not Groth16/SNARK. FragGate only.",
  "author": "Aziel Eliab",
  "identity": "Aziel Eliab",
  "aka": "Aziel Elroi Eliab",
  "license": "Apache-2.0",
  "github": "https://github.com/AzielEliab/aziel-runtime",
  "skill_url": "https://aziel-runtime.vibelock.workers.dev/v1/pull/zkattest/skill",
  "worker_skill": "https://undefined.vibelock.workers.dev/v1/skill",
  "skill": "---\nname: ZKAttest\ndescription: >-\n  ZKAttest: hash-commitment attest without returning the witness. Not Groth16/SNARK. FragGate only. Hosted via aziel-runtime pull + invoke.\n  Author Aziel Eliab.\n---\n\n# ZKAttest\n\nZKAttest: hash-commitment attest without returning the witness. Not Groth16/SNARK. FragGate only.\n\nAuthor: **Aziel Eliab**. Identity is Aziel Eliab only.\nVersion: 0.1.0\n\n**Banner / limitation:** ZKAttest (ZK-ATTEST-0.1): hash-commitment attest. Witness stays off the public receipt. Not Groth16 / SNARK / STARK. In-runtime placement (no invented product Worker). FragGate only. Author Aziel Eliab.\n\n\nAlways send `User-Agent: Mozilla/5.0`.\n\nThis skill was served from **aziel-runtime** because the product Worker `/v1/skill` was not available. Prefer `https://aziel-runtime.vibelock.workers.dev/v1/pull/zkattest/skill` on the next call.\n\n## Pull + invoke (do not visit the product homepage first)\n\n- Pull: `https://aziel-runtime.vibelock.workers.dev/v1/pull/zkattest`\n- Skill: `https://aziel-runtime.vibelock.workers.dev/v1/pull/zkattest/skill`\n- Invoke prefix: `https://aziel-runtime.vibelock.workers.dev/p/zkattest`\n- Worker: https://undefined.vibelock.workers.dev/\n- Counted download: https://undefined.vibelock.workers.dev/download\n- Install: `curl -fsSL https://undefined.vibelock.workers.dev/install.sh | bash`\n- GitHub: https://github.com/AzielEliab/aziel-runtime\n\n## Ops\n\n| Method | Path | What |\n|--------|------|------|\n| GET | `/v1/health` · `https://aziel-runtime.vibelock.workers.dev/p/zkattest/health` | Liveness. Does not increment download KV. |\n| GET | `/v1/doctor` · `https://aziel-runtime.vibelock.workers.dev/p/zkattest/doctor` | Richer liveness: hash-commitment attest, refuse list. Does not increment download KV. |\n| POST | `/v1/commit` · `https://aziel-runtime.vibelock.workers.dev/p/zkattest/commit` | SHA-256 commitment of salt+witness. Witness is not returned. Not a SNARK. |\n| POST | `/v1/attest` · `https://aziel-runtime.vibelock.workers.dev/p/zkattest/attest` | Bind a public statement to a commitment. Refuses a posted witness. |\n| POST | `/v1/open` · `https://aziel-runtime.vibelock.workers.dev/p/zkattest/open` | Check a commitment opening the caller already holds. Reveals; not a ZK proof. |\n| POST | `/v1/verify` · `https://aziel-runtime.vibelock.workers.dev/p/zkattest/verify` | Recompute a public attest receipt hash. Does not recover a witness. |\n| GET | `/v1/limitation` · `https://aziel-runtime.vibelock.workers.dev/p/zkattest/limitation` | Honesty labels: REAL hash commitment; SLOT for Groth16/SNARK. |\n| GET | `/v1/skill` · `https://aziel-runtime.vibelock.workers.dev/p/zkattest/skill` | Return ZKAttest skill markdown. Does not increment download KV. |\n\n## Example\n\n```bash\ncurl -s -A 'Mozilla/5.0' -X POST https://aziel-runtime.vibelock.workers.dev/p/zkattest/commit \\\n  -H 'content-type: application/json' \\\n  -d '{\n  \"statement\": \"receipt bound without publishing the witness\",\n  \"commitment\": \"0000000000000000000000000000000000000000000000000000000000000000\"\n}'\n```\n\nApache-2.0. Forks welcome. Do not invent a DOI.\n",
  "download": "https://undefined.vibelock.workers.dev/download",
  "cite": "https://undefined.vibelock.workers.dev/cite.json",
  "llms": "https://undefined.vibelock.workers.dev/llms.txt",
  "sitemap": "https://undefined.vibelock.workers.dev/sitemap.xml",
  "count": "https://undefined.vibelock.workers.dev/count",
  "install": "https://undefined.vibelock.workers.dev/install.sh",
  "install_sh": "curl -fsSL https://undefined.vibelock.workers.dev/install.sh | bash",
  "update_check": "https://aziel-runtime.vibelock.workers.dev/v1/update/check?slug=zkattest&version=0.1.0",
  "software": "https://aziel-runtime.vibelock.workers.dev/v1/software",
  "openapi": "https://undefined.vibelock.workers.dev/openapi.json",
  "runtime_openapi": "https://aziel-runtime.vibelock.workers.dev/openapi.json",
  "in_runtime": false,
  "ops": [
    {
      "op": "health",
      "method": "GET",
      "summary": "Liveness. Does not increment download KV."
    },
    {
      "op": "doctor",
      "method": "GET",
      "summary": "Richer liveness: hash-commitment attest, refuse list. Does not increment download KV."
    },
    {
      "op": "commit",
      "method": "POST",
      "summary": "SHA-256 commitment of salt+witness. Witness is not returned. Not a SNARK."
    },
    {
      "op": "attest",
      "method": "POST",
      "summary": "Bind a public statement to a commitment. Refuses a posted witness."
    },
    {
      "op": "open",
      "method": "POST",
      "summary": "Check a commitment opening the caller already holds. Reveals; not a ZK proof."
    },
    {
      "op": "verify",
      "method": "POST",
      "summary": "Recompute a public attest receipt hash. Does not recover a witness."
    },
    {
      "op": "limitation",
      "method": "GET",
      "summary": "Honesty labels: REAL hash commitment; SLOT for Groth16/SNARK."
    },
    {
      "op": "skill",
      "method": "GET",
      "summary": "Return ZKAttest skill markdown. Does not increment download KV."
    }
  ],
  "banner": "ZKAttest (ZK-ATTEST-0.1): hash-commitment attest. Witness stays off the public receipt. Not Groth16 / SNARK / STARK. In-runtime placement (no invented product Worker). FragGate only. Author Aziel Eliab.",
  "limitations": "ZKAttest (ZK-ATTEST-0.1): hash-commitment attest. Witness stays off the public receipt. Not Groth16 / SNARK / STARK. In-runtime placement (no invented product Worker). FragGate only. Author Aziel Eliab.",
  "aliases": {
    "catalog_card": "https://aziel-runtime.vibelock.workers.dev/p/zkattest",
    "catalog_skill": "https://aziel-runtime.vibelock.workers.dev/p/zkattest/skill",
    "catalog_health": "https://aziel-runtime.vibelock.workers.dev/p/zkattest/health",
    "invoke_prefix": "https://aziel-runtime.vibelock.workers.dev/p/zkattest",
    "update_check": "https://aziel-runtime.vibelock.workers.dev/v1/update/check?slug=zkattest&version=0.1.0",
    "software": "https://aziel-runtime.vibelock.workers.dev/v1/software",
    "worker_home": "https://undefined.vibelock.workers.dev/",
    "slugs": [
      "zkattest",
      "zk-attest",
      "zk_attest"
    ]
  },
  "doi": null,
  "doi_note": "No DOI. Zenodo software deposit needed. Do not invent one.",
  "skill_source": "fallback",
  "kv_increment": false
}