ChatGPT System Prompts
Curated collection of high-quality system prompts for ChatGPT, organized by role and use case.
ChatGPT System Prompts
A curated collection of high-quality system prompts for ChatGPT and other conversational LLMs, organized by role and use case (teachers, developers, assistants, entertainers, and more).
Each entry is a ready-to-paste system message that steers the model into a specific persona or behavior, making it a handy reference for prompt engineers and anyone bootstrapping a new assistant.
Licensed MIT and dependency-free — it is plain markdown, so it is easy to browse, fork, and adapt into your own prompt library.
Compromise signals — malicious or tampered code (leaked secrets, backdoors, a dropped executable) — reduce the score, and known dependency CVEs carry a bounded penalty (they warrant review but never QUARANTINE — update the dependency to clear). Other dangerous-by-capability traits are risk surface, expected for some capabilities. Every finding is mapped to its OWASP control below.
Findings mapped to the OWASP Top 10 for LLM Applications (2025) and the OWASP Machine Learning Security Top 10. Expand any flagged control for the exact findings — compromise reduces the score; expected/risk-surface do not.
The same gate an agent runs before installing (POST /api/v1/trust/chatgpt-system-prompts/check). Click a policy:
Consume ChatGPT System Prompts programmatically. Authenticate with an API key or session — see Authorize an agent.
# Agents: CHECK BEFORE YOU INSTALL (no auth) — score, grade, level, capability manifest
curl https://ai-supply.store/api/v1/trust/chatgpt-system-prompts
# Gate against your org policy (returns { pass, violations })
curl -X POST https://ai-supply.store/api/v1/trust/chatgpt-system-prompts/check \
-H "Content-Type: application/json" \
-d '{"minGrade":"B","denyPermissions":["shell"],"denyUnknownEgress":true}'
# CLI
npx ai-supply add chatgpt-system-prompts
# REST (install → download)
curl -X POST https://ai-supply.store/api/v1/listings/chatgpt-system-prompts/install \
-H "Authorization: Bearer $AIM_KEY"
# MCP tool
install_listing({ "slug": "chatgpt-system-prompts" })OpenAPI spec →Curated mirror — latest upstream source. See the repository for tagged releases.