Use this link to visit the page and download the project:
System-Prompt-Open is an open database of system prompts pulled from frontier LLMs using JustAsk. It gives you a simple way to browse, study, and compare prompt data in one place.
This project is useful for people who work in:
- AI safety
- Red teaming
- LLM security
- Prompt extraction research
- Autoresearch
- Claude Code workflows
- Open and review stored system prompts
- Search for prompt patterns
- Compare prompts across models
- Study how prompt leakage happens
- Use the data for research and testing
- Explore examples for security work
Follow these steps on Windows.
Go to:
On the page, look for the main download or repository files. Save them to a folder you can find again, such as:
- Downloads
- Desktop
- Documents
If the project comes as a ZIP file, keep it in a folder with enough free space.
If you downloaded a ZIP file:
- Right-click the ZIP file
- Select Extract All
- Choose a folder
- Wait for Windows to finish unpacking the files
Open the extracted folder and look for files like:
- README.md
- data
- prompts
- scripts
- app files
If you see a file meant to start the app, double-click it.
If the project includes a desktop app or launcher:
- Double-click the file to start it
- Follow the on-screen steps
- Allow access if Windows asks for permission
If the project is a data set or research package:
- Open the files in a text editor
- Use the included instructions to view or search the prompt data
This project works best on a recent Windows PC with:
- Windows 10 or Windows 11
- At least 4 GB of RAM
- 500 MB of free disk space
- A stable internet connection for the first download
- A text editor or file viewer for reading the data
For larger prompt sets, 8 GB of RAM or more helps when you search or open many files at once
You can expect a layout like this:
README.md— basic project infodata/— prompt records and related filesexamples/— sample prompt setsscripts/— tools for sorting or checking datadocs/— notes on use and structure
The files may be arranged in a different way, but the project is meant to stay easy to browse
Open the data files and scan the system prompts by model, topic, or source.
Use Windows search or your text editor’s search box to find words like:
- safety
- instruction
- policy
- refusal
- jailbreak
- prompt
Look at two or more prompts side by side to see:
- style changes
- control language
- safety language
- extraction clues
The database can help with:
- prompt analysis
- model behavior review
- security testing
- red teaming notes
- internal study
- Download the project from the page
- Extract the files
- Open the folder
- Read the prompt database
- Search for the terms you need
- Copy useful examples into your notes
- Compare results across different models
.mdfor readable notes.txtfor plain text.jsonfor structured data.csvfor table-style data.pyfor helper scripts
If you do not know a file type, right-click it and choose Open with. Notepad works for plain text files. Excel can open CSV files.
This database is for study and research. Use it to learn how system prompts work, how they are stored, and how extraction research is done. Keep your work within your own local environment and follow the rules for any model, tool, or service you use
- Make sure the download finished
- Check that the file is not still in the ZIP archive
- Move it to a simple folder like
C:\Users\YourName\Desktop\System-Prompt-Open
- Right-click the file
- Select Properties
- If you see an Unblock option, enable it
- Try opening it again
- Open the file in Notepad or Notepad++
- Try a different text encoding
- Check whether the file is JSON or CSV, since those need a clean viewer
- Try shorter search words
- Search one file at a time
- Use plain terms like
system,prompt, orpolicy
- AI safety review
- Prompt extraction research
- Model behavior study
- Red team prep
- LLM security checks
- Internal prompt comparison
- Claude Code prompt inspection
A simple setup may look like this:
System-Prompt-OpendatadocsexamplesREADME.md
Keep the folder name short and leave it in a place you can find fast
- Visit the download page
- Download the files
- Extract them if needed
- Open the project folder
- Read the prompt data
- Search for the terms you want
- Save useful entries for later use