---
name: DecisionGATE
description: Use when calling DecisionGATE hosted /v1 or installing the local package. Author Aziel Eliab.
---

# DecisionGATE

A five-gate check before you act. Not a predictor. Not advice. Not a command. Author: **Aziel Eliab**.

**THIS IS:** a lightweight ethical pre-execution filter (PASS / REVISE / BLOCK).

**THIS IS NOT:** a predictor, a court, a truth score, advice, or a hosted command runner. Hosted `/v1` does not increment downloads or views. wrap is not hosted.

Always send `User-Agent: Mozilla/5.0`. Cloudflare Workers may 403 an empty agent.

## Call these URLs

- Worker OpenAPI: https://decisiongate-download-tracker.vibelock.workers.dev/openapi.json
- Catalog OpenAPI: https://godlock.uk/runtime/openapi.json
- MCP: `POST https://godlock.uk/runtime/mcp`
- Live skill (this markdown): `GET https://decisiongate-download-tracker.vibelock.workers.dev/v1/skill`

Ops (do **not** increment downloads or views):

- `GET /v1/health` — liveness
- `GET /v1/skill` — this file
- Product POSTs listed in OpenAPI

Works 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. Import the Worker OpenAPI as a custom tool, GPT Action, or HTTP tool.

## Example

```bash
curl -s -A 'Mozilla/5.0' https://decisiongate-download-tracker.vibelock.workers.dev/v1/health
curl -s -A 'Mozilla/5.0' https://decisiongate-download-tracker.vibelock.workers.dev/v1/skill
```

## Local (after one-click install)

```bash
curl -fsSL https://decisiongate-download-tracker.vibelock.workers.dev/install.sh | bash
decisiongate ui
decisiongate doctor
```

Then open http://127.0.0.1:8791 (this computer only). Import file and Export file both exist. Verify speaks in plain words.

Counted download (gzip HTTP 200, no 302): https://decisiongate-download-tracker.vibelock.workers.dev/download?asset=decisiongate-0.1.0.tar.gz
GitHub: https://github.com/AzielEliab/decisiongate

Paper: DOI https://doi.org/10.5281/zenodo.21435730 · https://zenodo.org/records/21435730 · Apache-2.0. Forks welcome.

## Catalog + local UI

Author: **Aziel Eliab**. Honest scope: Five sequential gates on a proposal. Freedom without clarity is chaos.

- Catalog product: https://godlock.uk/runtime/p/decisiongate/
- Catalog OpenAPI: https://godlock.uk/runtime/openapi.json
- Catalog MCP: `POST https://godlock.uk/runtime/mcp`
- This Worker skill: `GET https://decisiongate-download-tracker.vibelock.workers.dev/v1/skill`
- This Worker OpenAPI: https://decisiongate-download-tracker.vibelock.workers.dev/openapi.json
- Sample payload: `GET https://decisiongate-download-tracker.vibelock.workers.dev/v1/example`

Local UI: **Import JSON file** (`type=file`) and **Export JSON**. Then `decisiongate doctor`.

Works 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. Import the catalog or Worker OpenAPI as a custom tool, GPT Action, or HTTP tool. MCP clients can use the catalog MCP endpoint.
