{
  "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",
  "license": "Apache-2.0",
  "github": "https://github.com/AzielEliab/staticclock",
  "skill_url": "https://aziel-runtime.vibelock.workers.dev/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://aziel-runtime.vibelock.workers.dev/openapi.json\n- MCP: `POST https://aziel-runtime.vibelock.workers.dev/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\nGrok: import OpenAPI as a custom tool. ChatGPT: GPT Actions. Venice: HTTP tools.\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\nGitHub: https://github.com/AzielEliab/staticclock\n",
  "download": "https://staticclock-download-tracker.vibelock.workers.dev/download",
  "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://aziel-runtime.vibelock.workers.dev/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://aziel-runtime.vibelock.workers.dev/p/staticclock",
    "catalog_skill": "https://aziel-runtime.vibelock.workers.dev/p/staticclock/skill",
    "catalog_health": "https://aziel-runtime.vibelock.workers.dev/p/staticclock/health",
    "invoke_prefix": "https://aziel-runtime.vibelock.workers.dev/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
}