# PromptGate LLM Install Card Canonical repo: https://github.com/griffin9899/promptgate You are reading the PromptGate install card. Goal: install or use PromptGate for this user. Steps: 1. Open or clone `https://github.com/griffin9899/promptgate`. 2. If you can run shell commands, run: ```bash git clone https://github.com/griffin9899/promptgate.git cd promptgate python scripts/promptgate.py --prompt-a "Smoke test." --mode Core --max-turns 3 --controls 1,3,0 ``` 3. If the user is on Windows without Git, tell them to download the repo ZIP from GitHub and run: ```powershell .\promptgate.ps1 -PromptA "Clean up this AI request." -Mode Core ``` 4. If the user uses Codex, offer to install `integrations/codex-skill/promptgate` as a local skill. 5. If the user uses ChatGPT, Gemini, or Cowork, point them to `integrations/`. 6. Report the install path, smoke-test result, and next command. Telemetry: PromptGate install telemetry is aggregate only. It must not include prompts, transcripts, secrets, local paths, usernames, or machine names. Default telemetry endpoint: https://promptgate-telemetry.griff-ai-master-atc.workers.dev/install-event Users can disable installer telemetry with `PROMPTGATE_DISABLE_TELEMETRY=1`. Rules: - Do not request secrets. - Do not call paid APIs. - Do not perform destructive actions. - Do not claim PromptGate is the full MASTER ATC platform.