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.
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.
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/promptgateChatGPT instructions:
integrations/chatgptGemini instructions:
integrations/geminiCowork brief:
integrations/coworkAnalytics
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.