{
  "ok": true,
  "role": "product",
  "slug": "embryolock",
  "name": "EmbryoLock",
  "version": "1.2.0",
  "one_line": "Offline destructive-over-recovery vault. Cite live on FragGate; wipe/unlock stay local-only. Never execute on the public mesh.",
  "author": "Aziel Eliab",
  "identity": "Aziel Eliab",
  "aka": "Aziel Elroi Eliab",
  "license": "Apache-2.0",
  "github": "https://github.com/AzielEliab/EmbryoLock",
  "skill_url": "https://godlock.uk/runtime/v1/pull/embryolock/skill",
  "worker_skill": "https://embryolock-download-tracker.vibelock.workers.dev/v1/skill",
  "skill": "---\nname: EmbryoLock\ndescription: >-\n  Offline destructive-over-recovery vault. Cite live on FragGate; wipe/unlock stay local-only. Never execute on the public mesh. Hosted via aziel-runtime pull + invoke.\n  Author Aziel Eliab.\n---\n\n# EmbryoLock\n\nOffline destructive-over-recovery vault. Cite live on FragGate; wipe/unlock stay local-only. Never execute on the public mesh.\n\nAuthor: **Aziel Eliab**. Identity is Aziel Eliab only.\nVersion: 1.2.0\n\n**Banner / limitation:** EmbryoLock: offline destructive-over-recovery vault (Stealth+ v1.1). Live cite/health/doctor/verify-hash/policy on FragGate. Wipe / scorch / unlock-after-fail stay local-only — Never execute on the public mesh. Vault/Custody with ARK (isolation label, not a second door). worker_home embryolock-download-tracker. This isolate does not run Argon2id or AES-GCM. 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://godlock.uk/runtime/v1/pull/embryolock/skill` on the next call.\n\n## Pull + invoke (do not visit the product homepage first)\n\n- Pull: `https://godlock.uk/runtime/v1/pull/embryolock`\n- Skill: `https://godlock.uk/runtime/v1/pull/embryolock/skill`\n- Invoke prefix: `https://godlock.uk/runtime/p/embryolock`\n- Worker: https://embryolock-download-tracker.vibelock.workers.dev/\n- Counted download: https://embryolock-download-tracker.vibelock.workers.dev/download\n- Install: `curl -fsSL https://embryolock-download-tracker.vibelock.workers.dev/install.sh | bash`\n- GitHub: https://github.com/AzielEliab/EmbryoLock\n\n## Ops\n\n| Method | Path | What |\n|--------|------|------|\n| GET | `/v1/health` · `https://godlock.uk/runtime/p/embryolock/health` | Liveness. Does not increment download KV. |\n| POST | `/v1/doctor` · `https://godlock.uk/runtime/p/embryolock/doctor` | Cite vault posture + local-destructive boundary. Does not unlock. |\n| POST | `/v1/verify_hash` · `https://godlock.uk/runtime/p/embryolock/verify_hash` | Compare a digest to the published EmbryoLock SHA256HASH. Does not decrypt. |\n| POST | `/v1/verify-hash` · `https://godlock.uk/runtime/p/embryolock/verify-hash` | UI alias of verify_hash. |\n| POST | `/v1/policy` · `https://godlock.uk/runtime/p/embryolock/policy` | Cite destruction-over-recovery threat model. Not an unlock. |\n| POST | `/v1/limitation` · `https://godlock.uk/runtime/p/embryolock/limitation` | Cite known limitations. Not an unlock. |\n| POST | `/v1/cite` · `https://godlock.uk/runtime/p/embryolock/cite` | UI alias of policy. |\n| POST | `/v1/limitations` · `https://godlock.uk/runtime/p/embryolock/limitations` | UI alias of limitation. |\n| GET | `/v1/skill` · `https://godlock.uk/runtime/p/embryolock/skill` | Return EmbryoLock skill markdown. Does not increment download KV. |\n\n## Example\n\n```bash\ncurl -s -A 'Mozilla/5.0' -X POST https://godlock.uk/runtime/p/embryolock/doctor \\\n  -H 'content-type: application/json' \\\n  -d '{\n  \"digest\": \"fa2e7203bd3924170e94c62357e29764b925a82c2cf708807128bd096333250d\"\n}'\n```\n\nApache-2.0. Forks welcome. Do not invent a DOI.\n",
  "download": "https://embryolock-download-tracker.vibelock.workers.dev/download",
  "cite": "https://embryolock-download-tracker.vibelock.workers.dev/cite.json",
  "llms": "https://embryolock-download-tracker.vibelock.workers.dev/llms.txt",
  "sitemap": "https://embryolock-download-tracker.vibelock.workers.dev/sitemap.xml",
  "count": "https://embryolock-download-tracker.vibelock.workers.dev/count",
  "install": "https://embryolock-download-tracker.vibelock.workers.dev/install.sh",
  "install_sh": "curl -fsSL https://embryolock-download-tracker.vibelock.workers.dev/install.sh | bash",
  "update_check": "https://godlock.uk/runtime/v1/update/check?slug=embryolock&version=1.2.0",
  "software": "https://godlock.uk/runtime/v1/software",
  "openapi": "https://embryolock-download-tracker.vibelock.workers.dev/openapi.json",
  "runtime_openapi": "https://godlock.uk/runtime/openapi.json",
  "ops": [
    {
      "op": "health",
      "method": "GET",
      "summary": "Liveness. Does not increment download KV."
    },
    {
      "op": "doctor",
      "method": "POST",
      "summary": "Cite vault posture + local-destructive boundary. Does not unlock."
    },
    {
      "op": "verify_hash",
      "method": "POST",
      "summary": "Compare a digest to the published EmbryoLock SHA256HASH. Does not decrypt."
    },
    {
      "op": "verify-hash",
      "method": "POST",
      "summary": "UI alias of verify_hash."
    },
    {
      "op": "policy",
      "method": "POST",
      "summary": "Cite destruction-over-recovery threat model. Not an unlock."
    },
    {
      "op": "limitation",
      "method": "POST",
      "summary": "Cite known limitations. Not an unlock."
    },
    {
      "op": "cite",
      "method": "POST",
      "summary": "UI alias of policy."
    },
    {
      "op": "limitations",
      "method": "POST",
      "summary": "UI alias of limitation."
    },
    {
      "op": "skill",
      "method": "GET",
      "summary": "Return EmbryoLock skill markdown. Does not increment download KV."
    }
  ],
  "banner": "EmbryoLock: offline destructive-over-recovery vault (Stealth+ v1.1). Live cite/health/doctor/verify-hash/policy on FragGate. Wipe / scorch / unlock-after-fail stay local-only — Never execute on the public mesh. Vault/Custody with ARK (isolation label, not a second door). worker_home embryolock-download-tracker. This isolate does not run Argon2id or AES-GCM. Author Aziel Eliab.",
  "limitations": "EmbryoLock: offline destructive-over-recovery vault (Stealth+ v1.1). Live cite/health/doctor/verify-hash/policy on FragGate. Wipe / scorch / unlock-after-fail stay local-only — Never execute on the public mesh. Vault/Custody with ARK (isolation label, not a second door). worker_home embryolock-download-tracker. This isolate does not run Argon2id or AES-GCM. Author Aziel Eliab.",
  "aliases": {
    "catalog_card": "https://godlock.uk/runtime/p/embryolock",
    "catalog_skill": "https://godlock.uk/runtime/p/embryolock/skill",
    "catalog_health": "https://godlock.uk/runtime/p/embryolock/health",
    "invoke_prefix": "https://godlock.uk/runtime/p/embryolock",
    "update_check": "https://godlock.uk/runtime/v1/update/check?slug=embryolock&version=1.2.0",
    "software": "https://godlock.uk/runtime/v1/software",
    "worker_home": "https://embryolock-download-tracker.vibelock.workers.dev/",
    "slugs": [
      "embryolock",
      "embryo-lock",
      "embryo"
    ]
  },
  "doi": null,
  "doi_note": "No DOI. Zenodo software deposit needed. Do not invent one.",
  "skill_source": "fallback",
  "kv_increment": false,
  "godlock_runtime": "https://godlock.uk/runtime",
  "library_runtime": "https://www.azielcorpuslibrary.net/runtime",
  "origin_runtime": "https://aziel-runtime.vibelock.workers.dev/",
  "sameAs": [
    "https://godlock.uk/runtime",
    "https://www.azielcorpuslibrary.net/runtime",
    "https://aziel-runtime.vibelock.workers.dev/",
    "https://github.com/AzielEliab/aziel-runtime",
    "https://glama.ai/mcp/servers/AzielEliab/aziel-runtime"
  ],
  "related": [
    "https://godlock.uk/runtime",
    "https://www.azielcorpuslibrary.net/runtime",
    "https://aziel-runtime.vibelock.workers.dev/",
    "https://github.com/AzielEliab/aziel-runtime",
    "https://glama.ai/mcp/servers/AzielEliab/aziel-runtime"
  ]
}