{
  "ok": true,
  "role": "product",
  "slug": "forgereceipts",
  "name": "ForgeReceipts",
  "version": "0.3.0",
  "one_line": "ForgeReceipts 0.3.0: Local receipt / checklist helper with jurisdiction-aware state picker (all 50 states + federal baseline) customizing UI/legal framing. Not legal advice. Does not contact courts. Author Aziel Eliab.",
  "author": "Aziel Eliab",
  "identity": "Aziel Eliab",
  "license": "Apache-2.0",
  "github": "https://github.com/AzielEliab/forgereceipts",
  "skill_url": "https://aziel-runtime.vibelock.workers.dev/v1/pull/forgereceipts/skill",
  "worker_skill": "https://forgereceipts-download-tracker.vibelock.workers.dev/v1/skill",
  "skill": "---\nname: ForgeReceipts\ndescription: Use when calling ForgeReceipts hosted /v1 or installing the local package. Author Aziel Eliab.\n---\n\n# ForgeReceipts\n\nLocal-first evidence integrity packaging. Jurisdiction-aware state picker (all 50 states + federal baseline) customizes UI/legal framing. Not legal advice. Does not contact courts, Odyssey, email, or any cloud service. No telemetry. Author: Aziel Eliab.\n\n**THIS IS:** a local-first evidence integrity platform that packages receipts, with a jurisdiction-aware state picker (all 50 states + federal baseline) customizing UI/legal framing. Hosted /v1 never stores files.\n\n**THIS IS NOT:** legal advice, a court filing, counsel, Odyssey/email/cloud contact, or a guarantee of any court outcome.\n\nAuthor: **Aziel Eliab**. Forks are welcome and always allowed. Apache-2.0.\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://forgereceipts-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://forgereceipts-download-tracker.vibelock.workers.dev/v1/skill`\n\nOps (do **not** increment downloads or views):\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/receipt` | Preview a local receipt hash. Hosted never stores files. |\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://forgereceipts-download-tracker.vibelock.workers.dev/v1/health\ncurl -s -A 'Mozilla/5.0' https://forgereceipts-download-tracker.vibelock.workers.dev/v1/skill\ncurl -s -A 'Mozilla/5.0' -X POST https://forgereceipts-download-tracker.vibelock.workers.dev/v1/receipt \\\n  -H 'content-type: application/json' \\\n  -d '{\"sha256\":\"0\"}'\n```\n\n## Local (after one-click install)\n\n```bash\ncurl -fsSL https://forgereceipts-download-tracker.vibelock.workers.dev/install.sh | bash\nforgereceipts ui\n```\n\nThen open http://127.0.0.1:8787 (loopback only).\n\nDOI: https://doi.org/10.5281/zenodo.21436074  \nRecord: https://zenodo.org/records/21436074  \n\nCounted download (gzip HTTP 200, no 302): https://forgereceipts-download-tracker.vibelock.workers.dev/download?asset=forgereceipts-0.2.0.tar.gz\nGitHub: https://github.com/AzielEliab/forgereceipts\n\n## Catalog + local UI\n\nAuthor: **Aziel Eliab**. Honest scope: Local receipt / checklist helper with jurisdiction-aware state picker (all 50 states + federal baseline) for UI/legal framing. Not legal advice. Does not contact courts.\n\n- Catalog product: https://aziel-runtime.vibelock.workers.dev/p/forgereceipts/\n- Catalog OpenAPI: https://aziel-runtime.vibelock.workers.dev/openapi.json\n- Catalog MCP: `POST https://aziel-runtime.vibelock.workers.dev/mcp`\n- This Worker skill: `GET https://forgereceipts-download-tracker.vibelock.workers.dev/v1/skill`\n- This Worker OpenAPI: https://forgereceipts-download-tracker.vibelock.workers.dev/openapi.json\n- Sample payload: `GET https://forgereceipts-download-tracker.vibelock.workers.dev/v1/example`\n\nLocal UI: **Import JSON file** (`type=file`) and **Export JSON**. Then `forgereceipts doctor`.\n\nGrok: import catalog or Worker OpenAPI as a custom tool. ChatGPT: GPT Actions. Venice: HTTP tools.\n",
  "download": "https://forgereceipts-download-tracker.vibelock.workers.dev/download",
  "count": "https://forgereceipts-download-tracker.vibelock.workers.dev/count",
  "install": "https://forgereceipts-download-tracker.vibelock.workers.dev/install.sh",
  "install_sh": "curl -fsSL https://forgereceipts-download-tracker.vibelock.workers.dev/install.sh | bash",
  "openapi": "https://forgereceipts-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": "receipt",
      "method": "POST",
      "summary": "Local receipt / checklist helper. No court connection."
    },
    {
      "op": "skill",
      "method": "GET",
      "summary": "Return ForgeReceipts skill markdown. Does not increment download KV."
    }
  ],
  "banner": "ForgeReceipts 0.3.0: Local receipt / checklist helper with jurisdiction-aware state picker (all 50 states + federal baseline) customizing UI/legal framing. Not legal advice. Does not contact courts. Author Aziel Eliab.",
  "limitations": "ForgeReceipts 0.3.0: Local receipt / checklist helper with jurisdiction-aware state picker (all 50 states + federal baseline) customizing UI/legal framing. Not legal advice. Does not contact courts. Author Aziel Eliab.",
  "aliases": {
    "catalog_card": "https://aziel-runtime.vibelock.workers.dev/p/forgereceipts",
    "catalog_skill": "https://aziel-runtime.vibelock.workers.dev/p/forgereceipts/skill",
    "catalog_health": "https://aziel-runtime.vibelock.workers.dev/p/forgereceipts/health",
    "invoke_prefix": "https://aziel-runtime.vibelock.workers.dev/p/forgereceipts",
    "worker_home": "https://forgereceipts-download-tracker.vibelock.workers.dev/",
    "slugs": [
      "forgereceipts"
    ]
  },
  "doi": "10.5281/zenodo.21436074",
  "doi_note": "Historical DOI only. Do not invent a replacement. See /cite.json.",
  "skill_source": "https://forgereceipts-download-tracker.vibelock.workers.dev/v1/skill (service binding)",
  "kv_increment": false
}