{
  "ok": true,
  "role": "product",
  "slug": "staticclock",
  "name": "StaticClock",
  "version": "0.2.0",
  "one_line": "Five advisory fields for a geo. Not a scheduler.",
  "author": "Aziel Eliab",
  "identity": "Aziel Eliab",
  "aka": "Aziel Elroi Eliab",
  "license": "Apache-2.0",
  "github": "https://github.com/AzielEliab/staticclock",
  "skill_url": "https://godlock.uk/runtime/v1/pull/staticclock/skill",
  "worker_skill": "https://staticclock-download-tracker.vibelock.workers.dev/v1/skill",
  "skill": "---\nname: StaticClock\ndescription: Use when recording an action into an immutable gear-click timeline, or when an AZ-OS session should lock an action forward. No rollbacks. Hosted /v1 via this Worker or aziel-runtime. Author Aziel Eliab.\n---\n\n# StaticClock\n\nEvery action is a gear click. Time only locks forward.\n\nAuthor: **Aziel Eliab**.\n\n**THIS IS:** an action-based immutable timeline. Each action is a click or second that locks forward. AZ-OS hook records principle-bound actions into the gear.\n\n**THIS IS NOT:** a rollback clock, a remote shell, or ChronoLock. ChronoLock is the related advisory-window product. TemporalLock is observation receipts. Hosted `/v1` does not increment downloads or views and does not store a chain.\n\nAlways send `User-Agent: Mozilla/5.0`. Cloudflare Workers may 403 an empty agent.\n\n## Call these URLs\n\n- Worker OpenAPI: https://staticclock-download-tracker.vibelock.workers.dev/openapi.json\n- Catalog OpenAPI: https://godlock.uk/runtime/openapi.json\n- MCP: `POST https://godlock.uk/runtime/mcp`\n- Live skill (this markdown): `GET https://staticclock-download-tracker.vibelock.workers.dev/v1/skill`\n\nOps (do **not** increment downloads or views):\n\n- `GET /v1/health` — liveness\n- `GET /v1/skill` — this file\n- `GET /v1/example` — sample click payload\n- `GET /v1/anchors` — Top-30 geographic anchors\n- `POST /v1/click` — append one click (send existing `clicks` if any)\n- `POST /v1/hook` — AZ-OS hook; records, does not exec\n- `POST /v1/verify` — recompute hashes\n- `POST /v1/timeslate` — tip timeslate (`cross_hash`, `evidence`, `bind`); TemporalLock lattice binds to it\n- `POST /v1/advisory` — companion advisory for a last-known geo\n\nThere is no rollback. `POST /v1/rollback` returns 400.\n\n## Use with AI assistants\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.\n\nImport the Worker or catalog OpenAPI as a custom tool (ChatGPT GPT Actions, Grok, Venice HTTP tools, Claude, Copilot, Gemini, and other OpenAPI clients). Cursor and Glama: MCP catalog at `POST https://godlock.uk/runtime/mcp`. Author Aziel Eliab only.\n\n## Example\n\n```bash\ncurl -s -A 'Mozilla/5.0' https://staticclock-download-tracker.vibelock.workers.dev/v1/health\ncurl -s -A 'Mozilla/5.0' -X POST https://staticclock-download-tracker.vibelock.workers.dev/v1/click \\\n  -H 'content-type: application/json' \\\n  -d '{\"action\":\"opened the ledger\"}'\ncurl -s -A 'Mozilla/5.0' -X POST https://staticclock-download-tracker.vibelock.workers.dev/v1/hook \\\n  -H 'content-type: application/json' \\\n  -d '{\"action\":\"invite accepted\",\"session\":\"azos-1\"}'\ncurl -s -A 'Mozilla/5.0' https://staticclock-download-tracker.vibelock.workers.dev/v1/skill\n```\n\n## Local (after one-click install)\n\n```bash\ncurl -fsSL https://staticclock-download-tracker.vibelock.workers.dev/install.sh | bash\nstaticclock ui\nstaticclock doctor\n```\n\nThen open http://127.0.0.1:8765 (loopback only). Click the gear. Optional AZ-OS hook, Import JSON, Export JSON, Verify.\n\nCounted download (gzip HTTP 200, no 302): https://staticclock-download-tracker.vibelock.workers.dev/download?asset=staticclock-0.2.0.tar.gz\nProduct homepage (workspace + install): https://staticclock-download-tracker.vibelock.workers.dev/\nGitHub: https://github.com/AzielEliab/staticclock\n",
  "download": "https://staticclock-download-tracker.vibelock.workers.dev/download",
  "cite": "https://staticclock-download-tracker.vibelock.workers.dev/cite.json",
  "llms": "https://staticclock-download-tracker.vibelock.workers.dev/llms.txt",
  "sitemap": "https://staticclock-download-tracker.vibelock.workers.dev/sitemap.xml",
  "count": "https://staticclock-download-tracker.vibelock.workers.dev/count",
  "install": "https://staticclock-download-tracker.vibelock.workers.dev/install.sh",
  "install_sh": "curl -fsSL https://staticclock-download-tracker.vibelock.workers.dev/install.sh | bash",
  "openapi": "https://staticclock-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": "advise",
      "method": "POST",
      "summary": "Five advisory fields for a geo. Not a scheduler."
    },
    {
      "op": "skill",
      "method": "GET",
      "summary": "Return StaticClock skill markdown. Does not increment download KV."
    }
  ],
  "banner": "StaticClock is not a scheduler and not a clock you set. Advisory fields only.",
  "limitations": "StaticClock is not a scheduler and not a clock you set. Advisory fields only.",
  "aliases": {
    "catalog_card": "https://godlock.uk/runtime/p/staticclock",
    "catalog_skill": "https://godlock.uk/runtime/p/staticclock/skill",
    "catalog_health": "https://godlock.uk/runtime/p/staticclock/health",
    "invoke_prefix": "https://godlock.uk/runtime/p/staticclock",
    "worker_home": "https://staticclock-download-tracker.vibelock.workers.dev/",
    "slugs": [
      "staticclock"
    ]
  },
  "doi": null,
  "doi_note": "No DOI. Zenodo software deposit needed. Do not invent one.",
  "skill_source": "https://staticclock-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/"
  ]
}