{
  "ok": true,
  "role": "product",
  "slug": "shadowlock",
  "name": "ShadowLock",
  "version": "0.2.0",
  "one_line": "Zero-retention observation of a job list you already have. No OS hook.",
  "author": "Aziel Eliab",
  "identity": "Aziel Eliab",
  "aka": "Aziel Elroi Eliab",
  "license": "Apache-2.0",
  "github": "https://github.com/AzielEliab/shadowlock",
  "skill_url": "https://godlock.uk/runtime/v1/pull/shadowlock/skill",
  "worker_skill": "https://shadowlock-download-tracker.vibelock.workers.dev/v1/skill",
  "skill": "---\nname: ShadowLock\ndescription: Use when comparing an observed outcome to a counterfactual without storing PII. OS-hooks into AZ-OS for process/job observation under ethics policy. Hosted /v1 via this Worker or aziel-runtime. Author Aziel Eliab.\n---\n\n# ShadowLock\n\nChange is optional. Truth is not.\n\nAuthor: **Aziel Eliab**.\n\nUse when comparing an observed outcome to a counterfactual without storing PII. OS-hooks into AZ-OS for process/job observation under ethics policy.\n\nAlways send `User-Agent: Mozilla/5.0`. Cloudflare Workers may 403 an empty agent.\n\n## Endpoints (this Worker)\n\nHost: `https://shadowlock-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/observe` | Observe {observed, counterfactual} or {jobs}. Not stored. |\n| POST | `/v1/hook` | Ethics-gated AZ-OS hook frame. Not stored. |\n\nOpenAPI: `https://shadowlock-download-tracker.vibelock.workers.dev/openapi.json`\n\nCatalog OpenAPI: `https://godlock.uk/runtime/openapi.json`\n\nMCP: `POST https://godlock.uk/runtime/mcp`\n\nCatalog aliases under `/p/shadowlock/…`.\n\n## How to call (Mozilla/5.0)\n\n```bash\ncurl -s -A 'Mozilla/5.0' https://shadowlock-download-tracker.vibelock.workers.dev/v1/health\ncurl -s -A 'Mozilla/5.0' -X POST https://shadowlock-download-tracker.vibelock.workers.dev/v1/observe \\\n  -H 'content-type: application/json' \\\n  -d '{\"observed\":{\"id\":\"job-1\",\"outcome\":\"done\"},\"counterfactual\":{\"outcome\":\"skipped\"}}'\ncurl -s -A 'Mozilla/5.0' -X POST https://shadowlock-download-tracker.vibelock.workers.dev/v1/hook \\\n  -H 'content-type: application/json' \\\n  -d '{\"jobs\":[{\"id\":\"job-1\",\"task_class\":\"repair\",\"actual_outcome\":\"complete\"}]}'\ncurl -s -A 'Mozilla/5.0' https://shadowlock-download-tracker.vibelock.workers.dev/v1/skill\n```\n\nWorks with ChatGPT (GPT Actions / OpenAI), Grok (xAI), Venice, Claude (Anthropic), Cursor (MCP), Glama (MCP), Perplexity, Microsoft Copilot / Bing, Google Gemini / Vertex, Mistral, Meta AI, Apple Intelligence surfaces, Amazon Q tooling, DuckAssist, You.com, Cohere, and other MCP/OpenAPI-capable assistants. OpenAPI: import as a GPT Action, custom tool, or HTTP tool. MCP: POST the catalog /mcp endpoint for Cursor, Glama, Claude, and other MCP clients.\n\n## Local (after one-click install)\n\n```bash\ncurl -fsSL https://shadowlock-download-tracker.vibelock.workers.dev/install.sh | bash\nshadowlock ui\nshadowlock attach\n```\n\nThen open http://127.0.0.1:8764 (this computer only). AZ-OS: `azos ui` at http://127.0.0.1:8800.\n\n## Honest banner\n\nTHIS IS: a counterfactual observation envelope with hashed ids. OS-hooks into AZ-OS under ethics policy. THIS IS NOT: a people profiler, PII store, truth score, kernel hook, or process controller. Zero-retention on /v1. Author Aziel Eliab.\n\nHosted product UI: `GET https://shadowlock-download-tracker.vibelock.workers.dev/` — observe workspace + counted download.\n\nCitation: Eliab, Aziel. (2026). ShadowLock 0.2.0 [Software]. Apache-2.0. https://github.com/AzielEliab/shadowlock\n\nHistorical DOI 10.5281/zenodo.21435707 is tombstoned (Zenodo 410/404). Software deposit needed. No DOI invented.\n\nApache-2.0 (or the repo LICENSE). Forks are welcome and always allowed.\n\n## Catalog + local UI\n\nAuthor: **Aziel Eliab**. Honest scope: OS-hooks into AZ-OS for process/job observation under ethics policy.\n\n- Catalog product: https://godlock.uk/runtime/p/shadowlock/\n- Catalog OpenAPI: https://godlock.uk/runtime/openapi.json\n- Catalog MCP: `POST https://godlock.uk/runtime/mcp`\n- This Worker skill: `GET https://shadowlock-download-tracker.vibelock.workers.dev/v1/skill`\n- This Worker OpenAPI: https://shadowlock-download-tracker.vibelock.workers.dev/openapi.json\n\nLocal UI: **Import JSON file** or **Attach via AZ-OS**, then **Export JSON**. Then `shadowlock doctor`.\n",
  "download": "https://shadowlock-download-tracker.vibelock.workers.dev/download",
  "cite": "https://shadowlock-download-tracker.vibelock.workers.dev/cite.json",
  "llms": "https://shadowlock-download-tracker.vibelock.workers.dev/llms.txt",
  "sitemap": "https://shadowlock-download-tracker.vibelock.workers.dev/sitemap.xml",
  "count": "https://shadowlock-download-tracker.vibelock.workers.dev/count",
  "install": "https://shadowlock-download-tracker.vibelock.workers.dev/install.sh",
  "install_sh": "curl -fsSL https://shadowlock-download-tracker.vibelock.workers.dev/install.sh | bash",
  "openapi": "https://shadowlock-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": "observe",
      "method": "POST",
      "summary": "Zero-retention observation of a job list you already have."
    },
    {
      "op": "skill",
      "method": "GET",
      "summary": "Return ShadowLock skill markdown. Does not increment download KV."
    }
  ],
  "banner": "ShadowLock is a gate on an outcome you already have. No OS hook. No process intercept.",
  "limitations": "ShadowLock is a gate on an outcome you already have. No OS hook. No process intercept.",
  "aliases": {
    "catalog_card": "https://godlock.uk/runtime/p/shadowlock",
    "catalog_skill": "https://godlock.uk/runtime/p/shadowlock/skill",
    "catalog_health": "https://godlock.uk/runtime/p/shadowlock/health",
    "invoke_prefix": "https://godlock.uk/runtime/p/shadowlock",
    "worker_home": "https://shadowlock-download-tracker.vibelock.workers.dev/",
    "slugs": [
      "shadowlock"
    ]
  },
  "doi": "10.5281/zenodo.21435707",
  "doi_note": "Historical DOI only. Do not invent a replacement. See /cite.json.",
  "skill_source": "https://shadowlock-download-tracker.vibelock.workers.dev/v1/skill (service binding)",
  "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/"
  ],
  "related": [
    "https://godlock.uk/runtime",
    "https://www.azielcorpuslibrary.net/runtime",
    "https://aziel-runtime.vibelock.workers.dev/"
  ]
}