PromptGate

An open GRIFF AI prompt preflight loop for safer AI work. Paste this URL into a capable LLM or agent and it can find the repo, install commands, smoke test, adapters, and telemetry rules.

Paste This Into Any Capable LLM

Use https://promptgate.griff.run/llms.txt to install or run PromptGate for me. Do not call paid APIs. Run the smoke test and report the result.

Open the machine-readable install manifest

One-Command Install

# Windows PowerShell
iwr -UseBasicParsing https://raw.githubusercontent.com/griffin9899/promptgate/main/scripts/install.ps1 | iex

# macOS or Linux
curl -fsSL https://raw.githubusercontent.com/griffin9899/promptgate/main/scripts/install.sh | sh

Set PROMPTGATE_DISABLE_TELEMETRY=1 before install to disable aggregate installer telemetry.

Manual Quick Start

git clone https://github.com/griffin9899/promptgate.git
cd promptgate
python scripts/promptgate.py --prompt-a "Clean up this AI request." --mode Core

Agent Install Card

Use https://promptgate.griff.run/llms.txt to install PromptGate for me, then run the smoke test.

Open install guide

Smoke Test

python scripts/promptgate.py --prompt-a "Smoke test." --mode Core --max-turns 3 --controls 1,3,0

Expected result: the loop advances, repeats once, then stops with LastControl set to 0.

Agent Adapters

Codex skill: integrations/codex-skill/promptgate
ChatGPT instructions: integrations/chatgpt
Gemini instructions: integrations/gemini
Cowork brief: integrations/cowork

Open adapter folder

Analytics

PromptGate measures adoption without collecting prompts, transcripts, secrets, or local file paths. Cloudflare/edge telemetry tracks page and referrer signals; installer telemetry records only aggregate install success or failure.

Open live aggregate dashboard