├── .gitignore ├── GPT's ├── By ChatGPT │ ├── coloring book hero │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md │ ├── creative writing coach │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md │ ├── dall e │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md │ ├── data analyst │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md │ ├── hot mods │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md │ └── planty │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md ├── DALL·E │ ├── image copy machine gpt │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md │ ├── image generator │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md │ ├── img2img image edit merge │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md │ ├── logo creator │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md │ ├── logogpt │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md │ └── super describe │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md ├── Education │ ├── ai tutor │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md │ ├── alphanotes gpt │ │ ├── FullResponse.json │ │ ├── OpenAISpec.json │ │ ├── Prompt.md │ │ ├── README.md │ │ └── api_requests.json │ ├── math solver │ │ ├── FullResponse.json │ │ ├── OpenAISpec.json │ │ ├── Prompt.md │ │ ├── README.md │ │ └── api_requests.json │ ├── mr ranedeer │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md │ ├── universal primer │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md │ └── video summarizer ai │ │ ├── FullResponse.json │ │ ├── OpenAISpec.json │ │ ├── Prompt.md │ │ ├── README.md │ │ └── api_requests.json ├── Featured │ ├── alltrails │ │ ├── FullResponse.json │ │ ├── OpenAISpec.json │ │ ├── Prompt.md │ │ ├── README.md │ │ └── api_requests.json │ ├── books │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md │ ├── code tutor │ │ ├── FullResponse.json │ │ ├── OpenAISpec.json │ │ ├── Prompt.md │ │ ├── README.md │ │ └── api_requests.json │ └── consensus │ │ ├── FullResponse.json │ │ ├── OpenAISpec.json │ │ ├── Prompt.md │ │ ├── README.md │ │ └── api_requests.json ├── Lifestyle │ ├── astrology birth chart gpt │ │ ├── FullResponse.json │ │ ├── OpenAISpec.json │ │ ├── Prompt.md │ │ ├── README.md │ │ └── api_requests.json │ ├── books │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md │ ├── deepgame │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md │ ├── gpt shop keeper │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md │ ├── tattoo gpt │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md │ └── what should i watch │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md ├── Other GPT's │ ├── AI PDF │ │ ├── FullResponse.json │ │ ├── OpenAISpec.json │ │ ├── Prompt.md │ │ ├── README.md │ │ ├── actions.json │ │ └── api_requests.json │ ├── AllTrails │ │ ├── FullResponse.json │ │ ├── OpenAISpec.json │ │ ├── Prompt.md │ │ ├── README.md │ │ └── api_requests.json │ ├── AskYourPDF Research Assistant │ │ ├── FullResponse.json │ │ ├── OpenAISpec.json │ │ ├── Prompt.md │ │ ├── README.md │ │ └── api_requests.json │ ├── Books │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md │ ├── Code Tutor │ │ ├── FullResponse.json │ │ ├── OpenAISpec.json │ │ ├── Prompt.md │ │ ├── README.md │ │ └── api_requests.json │ ├── Consensus │ │ ├── FullResponse.json │ │ ├── OpenAISpec.json │ │ ├── Prompt.md │ │ ├── README.md │ │ └── api_requests.json │ ├── Everything is Waifus │ │ ├── Prompt.md │ │ └── README.md │ ├── Evolution Chamber │ │ ├── Prompt.md │ │ └── README.md │ ├── GPT Shop Keeper │ │ ├── Prompt.md │ │ └── README.md │ ├── Gif-PT │ │ ├── Prompt.md │ │ └── README.md │ ├── Grimoire │ │ ├── Prompt.md │ │ └── README.md │ ├── Mr Ranedeer │ │ ├── FullResponse.json │ │ └── Prompt.md │ ├── New GPT-5 │ │ └── Prompt.md │ ├── alldjd │ │ ├── FullResponse.json │ │ ├── OpenAISpec.json │ │ ├── Prompt.md │ │ ├── README.md │ │ └── api_requests.json │ ├── arcaneLedgerCodex │ │ ├── FullResponse.json │ │ ├── OpenAISpec.json │ │ ├── Prompt.md │ │ ├── README.md │ │ └── api_requests.json │ └── cyberNews gpt │ │ ├── FullResponse.json │ │ ├── OpenAISpec.json │ │ └── api_requests.json ├── Productivity │ ├── 22 500 best custom gpts │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md │ ├── convert anything │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md │ ├── diagrams show me │ │ ├── FullResponse.json │ │ ├── OpenAISpec.json │ │ ├── Prompt.md │ │ ├── README.md │ │ └── api_requests.json │ ├── doc maker │ │ ├── FullResponse.json │ │ ├── OpenAISpec.json │ │ ├── Prompt.md │ │ ├── README.md │ │ └── api_requests.json │ ├── professor synapse │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md │ └── videogpt by veed │ │ ├── FullResponse.json │ │ ├── OpenAISpec.json │ │ ├── Prompt.md │ │ ├── README.md │ │ └── api_requests.json ├── Programming │ ├── autoexpert dev │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md │ ├── crewai assistant │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md │ ├── designergpt │ │ ├── FullResponse.json │ │ ├── OpenAISpec.json │ │ ├── Prompt.md │ │ ├── README.md │ │ └── api_requests.json │ ├── grimoire │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md │ ├── professional coder auto programming │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md │ └── screenshot to code gpt │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md ├── Research & Analysis │ ├── askyourpdf research assistant │ │ ├── FullResponse.json │ │ ├── OpenAISpec.json │ │ ├── Prompt.md │ │ ├── README.md │ │ └── api_requests.json │ ├── autoexpert academic │ │ ├── FullResponse.json │ │ ├── OpenAISpec.json │ │ ├── Prompt.md │ │ ├── README.md │ │ └── api_requests.json │ ├── consensus │ │ ├── FullResponse.json │ │ ├── OpenAISpec.json │ │ ├── Prompt.md │ │ ├── README.md │ │ └── api_requests.json │ ├── paper interpreter japanese │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md │ ├── scholarai │ │ ├── FullResponse.json │ │ ├── OpenAISpec.json │ │ ├── Prompt.md │ │ ├── README.md │ │ └── api_requests.json │ └── vc associate │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md ├── Trending │ ├── ai pdf │ │ ├── FullResponse.json │ │ ├── OpenAISpec.json │ │ ├── Prompt.md │ │ ├── README.md │ │ └── api_requests.json │ ├── askyourpdf research assistant │ │ ├── FullResponse.json │ │ ├── OpenAISpec.json │ │ ├── Prompt.md │ │ ├── README.md │ │ └── api_requests.json │ ├── canva │ │ ├── FullResponse.json │ │ ├── OpenAISpec.json │ │ ├── Prompt.md │ │ ├── README.md │ │ └── api_requests.json │ ├── consensus │ │ ├── FullResponse.json │ │ ├── OpenAISpec.json │ │ ├── Prompt.md │ │ ├── README.md │ │ └── api_requests.json │ ├── grimoire │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md │ └── logo creator │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md ├── Writing │ ├── all around writer professional version │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md │ ├── automated blog post writer │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md │ ├── chao ji lun wen fu zhu super academic paper assistance │ │ ├── FullResponse.json │ │ ├── OpenAISpec.json │ │ ├── Prompt.md │ │ ├── README.md │ │ └── api_requests.json │ ├── chao ji xie zuo da shi super writing master │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md │ ├── fully seo optimized article including faq s │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md │ └── write for me │ │ ├── FullResponse.json │ │ ├── Prompt.md │ │ └── README.md └── apiSecurity │ ├── APIKeyBasic │ ├── FullResponse.json │ ├── OpenAISpec.json │ └── api_requests.json │ ├── ApiKeyBearer │ ├── FullResponse.json │ ├── OpenAISpec.json │ └── api_requests.json │ ├── ApiKeyCustom │ ├── FullResponse.json │ ├── OpenAISpec.json │ └── api_requests.json │ ├── ApiKeyInSpec │ ├── FullResponse.json │ ├── OpenAISpec.json │ └── api_requests.json │ └── NoAuth │ ├── FullResponse.json │ ├── OpenAISpec.json │ └── api_requests.json ├── Prompt Injection └── README.md ├── README.md ├── Utility ├── OldGetActions.py ├── createDirectory.py └── textChatToJson.py ├── openai API specification ├── README.md ├── backend-api │ ├── gizmos │ │ ├── GPT_ID.json │ │ └── user_action_settings.json │ └── prompt_library.json └── gizmos_discovery.json └── sandboxEnumeration └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/.gitignore -------------------------------------------------------------------------------- /GPT's/By ChatGPT/coloring book hero/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/By ChatGPT/coloring book hero/FullResponse.json -------------------------------------------------------------------------------- /GPT's/By ChatGPT/coloring book hero/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/By ChatGPT/coloring book hero/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/By ChatGPT/coloring book hero/README.md -------------------------------------------------------------------------------- /GPT's/By ChatGPT/creative writing coach/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/By ChatGPT/creative writing coach/FullResponse.json -------------------------------------------------------------------------------- /GPT's/By ChatGPT/creative writing coach/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/By ChatGPT/creative writing coach/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/By ChatGPT/creative writing coach/README.md -------------------------------------------------------------------------------- /GPT's/By ChatGPT/dall e/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/By ChatGPT/dall e/FullResponse.json -------------------------------------------------------------------------------- /GPT's/By ChatGPT/dall e/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/By ChatGPT/dall e/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/By ChatGPT/dall e/README.md -------------------------------------------------------------------------------- /GPT's/By ChatGPT/data analyst/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/By ChatGPT/data analyst/FullResponse.json -------------------------------------------------------------------------------- /GPT's/By ChatGPT/data analyst/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/By ChatGPT/data analyst/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/By ChatGPT/data analyst/README.md -------------------------------------------------------------------------------- /GPT's/By ChatGPT/hot mods/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/By ChatGPT/hot mods/FullResponse.json -------------------------------------------------------------------------------- /GPT's/By ChatGPT/hot mods/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/By ChatGPT/hot mods/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/By ChatGPT/hot mods/README.md -------------------------------------------------------------------------------- /GPT's/By ChatGPT/planty/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/By ChatGPT/planty/FullResponse.json -------------------------------------------------------------------------------- /GPT's/By ChatGPT/planty/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/By ChatGPT/planty/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/By ChatGPT/planty/README.md -------------------------------------------------------------------------------- /GPT's/DALL·E/image copy machine gpt/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/DALL·E/image copy machine gpt/FullResponse.json -------------------------------------------------------------------------------- /GPT's/DALL·E/image copy machine gpt/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/DALL·E/image copy machine gpt/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/DALL·E/image copy machine gpt/README.md -------------------------------------------------------------------------------- /GPT's/DALL·E/image generator/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/DALL·E/image generator/FullResponse.json -------------------------------------------------------------------------------- /GPT's/DALL·E/image generator/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/DALL·E/image generator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/DALL·E/image generator/README.md -------------------------------------------------------------------------------- /GPT's/DALL·E/img2img image edit merge/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/DALL·E/img2img image edit merge/FullResponse.json -------------------------------------------------------------------------------- /GPT's/DALL·E/img2img image edit merge/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/DALL·E/img2img image edit merge/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/DALL·E/img2img image edit merge/README.md -------------------------------------------------------------------------------- /GPT's/DALL·E/logo creator/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/DALL·E/logo creator/FullResponse.json -------------------------------------------------------------------------------- /GPT's/DALL·E/logo creator/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/DALL·E/logo creator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/DALL·E/logo creator/README.md -------------------------------------------------------------------------------- /GPT's/DALL·E/logogpt/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/DALL·E/logogpt/FullResponse.json -------------------------------------------------------------------------------- /GPT's/DALL·E/logogpt/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/DALL·E/logogpt/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/DALL·E/logogpt/README.md -------------------------------------------------------------------------------- /GPT's/DALL·E/super describe/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/DALL·E/super describe/FullResponse.json -------------------------------------------------------------------------------- /GPT's/DALL·E/super describe/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/DALL·E/super describe/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/DALL·E/super describe/README.md -------------------------------------------------------------------------------- /GPT's/Education/ai tutor/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Education/ai tutor/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Education/ai tutor/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Education/ai tutor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Education/ai tutor/README.md -------------------------------------------------------------------------------- /GPT's/Education/alphanotes gpt/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Education/alphanotes gpt/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Education/alphanotes gpt/OpenAISpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Education/alphanotes gpt/OpenAISpec.json -------------------------------------------------------------------------------- /GPT's/Education/alphanotes gpt/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Education/alphanotes gpt/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Education/alphanotes gpt/README.md -------------------------------------------------------------------------------- /GPT's/Education/alphanotes gpt/api_requests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Education/alphanotes gpt/api_requests.json -------------------------------------------------------------------------------- /GPT's/Education/math solver/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Education/math solver/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Education/math solver/OpenAISpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Education/math solver/OpenAISpec.json -------------------------------------------------------------------------------- /GPT's/Education/math solver/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Education/math solver/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Education/math solver/README.md -------------------------------------------------------------------------------- /GPT's/Education/math solver/api_requests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Education/math solver/api_requests.json -------------------------------------------------------------------------------- /GPT's/Education/mr ranedeer/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Education/mr ranedeer/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Education/mr ranedeer/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Education/mr ranedeer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Education/mr ranedeer/README.md -------------------------------------------------------------------------------- /GPT's/Education/universal primer/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Education/universal primer/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Education/universal primer/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Education/universal primer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Education/universal primer/README.md -------------------------------------------------------------------------------- /GPT's/Education/video summarizer ai/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Education/video summarizer ai/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Education/video summarizer ai/OpenAISpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Education/video summarizer ai/OpenAISpec.json -------------------------------------------------------------------------------- /GPT's/Education/video summarizer ai/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Education/video summarizer ai/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Education/video summarizer ai/README.md -------------------------------------------------------------------------------- /GPT's/Education/video summarizer ai/api_requests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Education/video summarizer ai/api_requests.json -------------------------------------------------------------------------------- /GPT's/Featured/alltrails/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Featured/alltrails/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Featured/alltrails/OpenAISpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Featured/alltrails/OpenAISpec.json -------------------------------------------------------------------------------- /GPT's/Featured/alltrails/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Featured/alltrails/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Featured/alltrails/README.md -------------------------------------------------------------------------------- /GPT's/Featured/alltrails/api_requests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Featured/alltrails/api_requests.json -------------------------------------------------------------------------------- /GPT's/Featured/books/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Featured/books/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Featured/books/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Featured/books/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Featured/books/README.md -------------------------------------------------------------------------------- /GPT's/Featured/code tutor/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Featured/code tutor/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Featured/code tutor/OpenAISpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Featured/code tutor/OpenAISpec.json -------------------------------------------------------------------------------- /GPT's/Featured/code tutor/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Featured/code tutor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Featured/code tutor/README.md -------------------------------------------------------------------------------- /GPT's/Featured/code tutor/api_requests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Featured/code tutor/api_requests.json -------------------------------------------------------------------------------- /GPT's/Featured/consensus/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Featured/consensus/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Featured/consensus/OpenAISpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Featured/consensus/OpenAISpec.json -------------------------------------------------------------------------------- /GPT's/Featured/consensus/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Featured/consensus/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Featured/consensus/README.md -------------------------------------------------------------------------------- /GPT's/Featured/consensus/api_requests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Featured/consensus/api_requests.json -------------------------------------------------------------------------------- /GPT's/Lifestyle/astrology birth chart gpt/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Lifestyle/astrology birth chart gpt/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Lifestyle/astrology birth chart gpt/OpenAISpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Lifestyle/astrology birth chart gpt/OpenAISpec.json -------------------------------------------------------------------------------- /GPT's/Lifestyle/astrology birth chart gpt/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Lifestyle/astrology birth chart gpt/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Lifestyle/astrology birth chart gpt/README.md -------------------------------------------------------------------------------- /GPT's/Lifestyle/astrology birth chart gpt/api_requests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Lifestyle/astrology birth chart gpt/api_requests.json -------------------------------------------------------------------------------- /GPT's/Lifestyle/books/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Lifestyle/books/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Lifestyle/books/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Lifestyle/books/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Lifestyle/books/README.md -------------------------------------------------------------------------------- /GPT's/Lifestyle/deepgame/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Lifestyle/deepgame/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Lifestyle/deepgame/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Lifestyle/deepgame/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Lifestyle/deepgame/README.md -------------------------------------------------------------------------------- /GPT's/Lifestyle/gpt shop keeper/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Lifestyle/gpt shop keeper/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Lifestyle/gpt shop keeper/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Lifestyle/gpt shop keeper/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Lifestyle/gpt shop keeper/README.md -------------------------------------------------------------------------------- /GPT's/Lifestyle/tattoo gpt/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Lifestyle/tattoo gpt/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Lifestyle/tattoo gpt/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Lifestyle/tattoo gpt/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Lifestyle/tattoo gpt/README.md -------------------------------------------------------------------------------- /GPT's/Lifestyle/what should i watch/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Lifestyle/what should i watch/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Lifestyle/what should i watch/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Lifestyle/what should i watch/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Lifestyle/what should i watch/README.md -------------------------------------------------------------------------------- /GPT's/Other GPT's/AI PDF/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/AI PDF/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Other GPT's/AI PDF/OpenAISpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/AI PDF/OpenAISpec.json -------------------------------------------------------------------------------- /GPT's/Other GPT's/AI PDF/Prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/AI PDF/Prompt.md -------------------------------------------------------------------------------- /GPT's/Other GPT's/AI PDF/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/AI PDF/README.md -------------------------------------------------------------------------------- /GPT's/Other GPT's/AI PDF/actions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/AI PDF/actions.json -------------------------------------------------------------------------------- /GPT's/Other GPT's/AI PDF/api_requests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/AI PDF/api_requests.json -------------------------------------------------------------------------------- /GPT's/Other GPT's/AllTrails/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/AllTrails/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Other GPT's/AllTrails/OpenAISpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/AllTrails/OpenAISpec.json -------------------------------------------------------------------------------- /GPT's/Other GPT's/AllTrails/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt -------------------------------------------------------------------------------- /GPT's/Other GPT's/AllTrails/README.md: -------------------------------------------------------------------------------- 1 | # README 2 | Number of conversations: 25000 3 | API is protected 4 | -------------------------------------------------------------------------------- /GPT's/Other GPT's/AllTrails/api_requests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/AllTrails/api_requests.json -------------------------------------------------------------------------------- /GPT's/Other GPT's/AskYourPDF Research Assistant/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/AskYourPDF Research Assistant/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Other GPT's/AskYourPDF Research Assistant/OpenAISpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/AskYourPDF Research Assistant/OpenAISpec.json -------------------------------------------------------------------------------- /GPT's/Other GPT's/AskYourPDF Research Assistant/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt -------------------------------------------------------------------------------- /GPT's/Other GPT's/AskYourPDF Research Assistant/README.md: -------------------------------------------------------------------------------- 1 | # README 2 | Number of conversations: True 3 | API is not protected !!!! 4 | -------------------------------------------------------------------------------- /GPT's/Other GPT's/AskYourPDF Research Assistant/api_requests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/AskYourPDF Research Assistant/api_requests.json -------------------------------------------------------------------------------- /GPT's/Other GPT's/Books/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/Books/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Other GPT's/Books/Prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/Books/Prompt.md -------------------------------------------------------------------------------- /GPT's/Other GPT's/Books/README.md: -------------------------------------------------------------------------------- 1 | # README 2 | Number of conversations: 25000 3 | API is not protected !!!! 4 | -------------------------------------------------------------------------------- /GPT's/Other GPT's/Code Tutor/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/Code Tutor/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Other GPT's/Code Tutor/OpenAISpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/Code Tutor/OpenAISpec.json -------------------------------------------------------------------------------- /GPT's/Other GPT's/Code Tutor/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt -------------------------------------------------------------------------------- /GPT's/Other GPT's/Code Tutor/README.md: -------------------------------------------------------------------------------- 1 | # README 2 | Number of conversations: 25000 3 | API is not protected !!!! 4 | -------------------------------------------------------------------------------- /GPT's/Other GPT's/Code Tutor/api_requests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/Code Tutor/api_requests.json -------------------------------------------------------------------------------- /GPT's/Other GPT's/Consensus/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/Consensus/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Other GPT's/Consensus/OpenAISpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/Consensus/OpenAISpec.json -------------------------------------------------------------------------------- /GPT's/Other GPT's/Consensus/Prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/Consensus/Prompt.md -------------------------------------------------------------------------------- /GPT's/Other GPT's/Consensus/README.md: -------------------------------------------------------------------------------- 1 | # README -------------------------------------------------------------------------------- /GPT's/Other GPT's/Consensus/api_requests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/Consensus/api_requests.json -------------------------------------------------------------------------------- /GPT's/Other GPT's/Everything is Waifus/Prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/Everything is Waifus/Prompt.md -------------------------------------------------------------------------------- /GPT's/Other GPT's/Everything is Waifus/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/Everything is Waifus/README.md -------------------------------------------------------------------------------- /GPT's/Other GPT's/Evolution Chamber/Prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/Evolution Chamber/Prompt.md -------------------------------------------------------------------------------- /GPT's/Other GPT's/Evolution Chamber/README.md: -------------------------------------------------------------------------------- 1 | https://chat.openai.com/g/g-GhEwyi2R1-evolution-chamber -------------------------------------------------------------------------------- /GPT's/Other GPT's/GPT Shop Keeper/Prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/GPT Shop Keeper/Prompt.md -------------------------------------------------------------------------------- /GPT's/Other GPT's/GPT Shop Keeper/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/GPT Shop Keeper/README.md -------------------------------------------------------------------------------- /GPT's/Other GPT's/Gif-PT/Prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/Gif-PT/Prompt.md -------------------------------------------------------------------------------- /GPT's/Other GPT's/Gif-PT/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/Gif-PT/README.md -------------------------------------------------------------------------------- /GPT's/Other GPT's/Grimoire/Prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/Grimoire/Prompt.md -------------------------------------------------------------------------------- /GPT's/Other GPT's/Grimoire/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/Grimoire/README.md -------------------------------------------------------------------------------- /GPT's/Other GPT's/Mr Ranedeer/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/Mr Ranedeer/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Other GPT's/Mr Ranedeer/Prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/Mr Ranedeer/Prompt.md -------------------------------------------------------------------------------- /GPT's/Other GPT's/New GPT-5/Prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/New GPT-5/Prompt.md -------------------------------------------------------------------------------- /GPT's/Other GPT's/alldjd/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/alldjd/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Other GPT's/alldjd/OpenAISpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/alldjd/OpenAISpec.json -------------------------------------------------------------------------------- /GPT's/Other GPT's/alldjd/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Other GPT's/alldjd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/alldjd/README.md -------------------------------------------------------------------------------- /GPT's/Other GPT's/alldjd/api_requests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/alldjd/api_requests.json -------------------------------------------------------------------------------- /GPT's/Other GPT's/arcaneLedgerCodex/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/arcaneLedgerCodex/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Other GPT's/arcaneLedgerCodex/OpenAISpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/arcaneLedgerCodex/OpenAISpec.json -------------------------------------------------------------------------------- /GPT's/Other GPT's/arcaneLedgerCodex/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt -------------------------------------------------------------------------------- /GPT's/Other GPT's/arcaneLedgerCodex/README.md: -------------------------------------------------------------------------------- 1 | # README 2 | Number of conversations: 4 3 | API is protected 4 | -------------------------------------------------------------------------------- /GPT's/Other GPT's/arcaneLedgerCodex/api_requests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/arcaneLedgerCodex/api_requests.json -------------------------------------------------------------------------------- /GPT's/Other GPT's/cyberNews gpt/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/cyberNews gpt/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Other GPT's/cyberNews gpt/OpenAISpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/cyberNews gpt/OpenAISpec.json -------------------------------------------------------------------------------- /GPT's/Other GPT's/cyberNews gpt/api_requests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Other GPT's/cyberNews gpt/api_requests.json -------------------------------------------------------------------------------- /GPT's/Productivity/22 500 best custom gpts/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Productivity/22 500 best custom gpts/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Productivity/22 500 best custom gpts/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Productivity/22 500 best custom gpts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Productivity/22 500 best custom gpts/README.md -------------------------------------------------------------------------------- /GPT's/Productivity/convert anything/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Productivity/convert anything/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Productivity/convert anything/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Productivity/convert anything/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Productivity/convert anything/README.md -------------------------------------------------------------------------------- /GPT's/Productivity/diagrams show me/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Productivity/diagrams show me/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Productivity/diagrams show me/OpenAISpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Productivity/diagrams show me/OpenAISpec.json -------------------------------------------------------------------------------- /GPT's/Productivity/diagrams show me/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Productivity/diagrams show me/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Productivity/diagrams show me/README.md -------------------------------------------------------------------------------- /GPT's/Productivity/diagrams show me/api_requests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Productivity/diagrams show me/api_requests.json -------------------------------------------------------------------------------- /GPT's/Productivity/doc maker/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Productivity/doc maker/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Productivity/doc maker/OpenAISpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Productivity/doc maker/OpenAISpec.json -------------------------------------------------------------------------------- /GPT's/Productivity/doc maker/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Productivity/doc maker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Productivity/doc maker/README.md -------------------------------------------------------------------------------- /GPT's/Productivity/doc maker/api_requests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Productivity/doc maker/api_requests.json -------------------------------------------------------------------------------- /GPT's/Productivity/professor synapse/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Productivity/professor synapse/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Productivity/professor synapse/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Productivity/professor synapse/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Productivity/professor synapse/README.md -------------------------------------------------------------------------------- /GPT's/Productivity/videogpt by veed/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Productivity/videogpt by veed/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Productivity/videogpt by veed/OpenAISpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Productivity/videogpt by veed/OpenAISpec.json -------------------------------------------------------------------------------- /GPT's/Productivity/videogpt by veed/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Productivity/videogpt by veed/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Productivity/videogpt by veed/README.md -------------------------------------------------------------------------------- /GPT's/Productivity/videogpt by veed/api_requests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Productivity/videogpt by veed/api_requests.json -------------------------------------------------------------------------------- /GPT's/Programming/autoexpert dev/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Programming/autoexpert dev/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Programming/autoexpert dev/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Programming/autoexpert dev/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Programming/autoexpert dev/README.md -------------------------------------------------------------------------------- /GPT's/Programming/crewai assistant/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Programming/crewai assistant/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Programming/crewai assistant/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Programming/crewai assistant/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Programming/crewai assistant/README.md -------------------------------------------------------------------------------- /GPT's/Programming/designergpt/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Programming/designergpt/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Programming/designergpt/OpenAISpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Programming/designergpt/OpenAISpec.json -------------------------------------------------------------------------------- /GPT's/Programming/designergpt/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Programming/designergpt/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Programming/designergpt/README.md -------------------------------------------------------------------------------- /GPT's/Programming/designergpt/api_requests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Programming/designergpt/api_requests.json -------------------------------------------------------------------------------- /GPT's/Programming/grimoire/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Programming/grimoire/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Programming/grimoire/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Programming/grimoire/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Programming/grimoire/README.md -------------------------------------------------------------------------------- /GPT's/Programming/professional coder auto programming/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Programming/professional coder auto programming/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Programming/professional coder auto programming/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Programming/professional coder auto programming/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Programming/professional coder auto programming/README.md -------------------------------------------------------------------------------- /GPT's/Programming/screenshot to code gpt/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Programming/screenshot to code gpt/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Programming/screenshot to code gpt/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Programming/screenshot to code gpt/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Programming/screenshot to code gpt/README.md -------------------------------------------------------------------------------- /GPT's/Research & Analysis/askyourpdf research assistant/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Research & Analysis/askyourpdf research assistant/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Research & Analysis/askyourpdf research assistant/OpenAISpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Research & Analysis/askyourpdf research assistant/OpenAISpec.json -------------------------------------------------------------------------------- /GPT's/Research & Analysis/askyourpdf research assistant/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Research & Analysis/askyourpdf research assistant/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Research & Analysis/askyourpdf research assistant/README.md -------------------------------------------------------------------------------- /GPT's/Research & Analysis/askyourpdf research assistant/api_requests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Research & Analysis/askyourpdf research assistant/api_requests.json -------------------------------------------------------------------------------- /GPT's/Research & Analysis/autoexpert academic/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Research & Analysis/autoexpert academic/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Research & Analysis/autoexpert academic/OpenAISpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Research & Analysis/autoexpert academic/OpenAISpec.json -------------------------------------------------------------------------------- /GPT's/Research & Analysis/autoexpert academic/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Research & Analysis/autoexpert academic/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Research & Analysis/autoexpert academic/README.md -------------------------------------------------------------------------------- /GPT's/Research & Analysis/autoexpert academic/api_requests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Research & Analysis/autoexpert academic/api_requests.json -------------------------------------------------------------------------------- /GPT's/Research & Analysis/consensus/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Research & Analysis/consensus/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Research & Analysis/consensus/OpenAISpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Research & Analysis/consensus/OpenAISpec.json -------------------------------------------------------------------------------- /GPT's/Research & Analysis/consensus/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Research & Analysis/consensus/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Research & Analysis/consensus/README.md -------------------------------------------------------------------------------- /GPT's/Research & Analysis/consensus/api_requests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Research & Analysis/consensus/api_requests.json -------------------------------------------------------------------------------- /GPT's/Research & Analysis/paper interpreter japanese/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Research & Analysis/paper interpreter japanese/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Research & Analysis/paper interpreter japanese/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Research & Analysis/paper interpreter japanese/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Research & Analysis/paper interpreter japanese/README.md -------------------------------------------------------------------------------- /GPT's/Research & Analysis/scholarai/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Research & Analysis/scholarai/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Research & Analysis/scholarai/OpenAISpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Research & Analysis/scholarai/OpenAISpec.json -------------------------------------------------------------------------------- /GPT's/Research & Analysis/scholarai/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Research & Analysis/scholarai/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Research & Analysis/scholarai/README.md -------------------------------------------------------------------------------- /GPT's/Research & Analysis/scholarai/api_requests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Research & Analysis/scholarai/api_requests.json -------------------------------------------------------------------------------- /GPT's/Research & Analysis/vc associate/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Research & Analysis/vc associate/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Research & Analysis/vc associate/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Research & Analysis/vc associate/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Research & Analysis/vc associate/README.md -------------------------------------------------------------------------------- /GPT's/Trending/ai pdf/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Trending/ai pdf/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Trending/ai pdf/OpenAISpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Trending/ai pdf/OpenAISpec.json -------------------------------------------------------------------------------- /GPT's/Trending/ai pdf/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Trending/ai pdf/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Trending/ai pdf/README.md -------------------------------------------------------------------------------- /GPT's/Trending/ai pdf/api_requests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Trending/ai pdf/api_requests.json -------------------------------------------------------------------------------- /GPT's/Trending/askyourpdf research assistant/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Trending/askyourpdf research assistant/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Trending/askyourpdf research assistant/OpenAISpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Trending/askyourpdf research assistant/OpenAISpec.json -------------------------------------------------------------------------------- /GPT's/Trending/askyourpdf research assistant/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Trending/askyourpdf research assistant/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Trending/askyourpdf research assistant/README.md -------------------------------------------------------------------------------- /GPT's/Trending/askyourpdf research assistant/api_requests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Trending/askyourpdf research assistant/api_requests.json -------------------------------------------------------------------------------- /GPT's/Trending/canva/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Trending/canva/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Trending/canva/OpenAISpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Trending/canva/OpenAISpec.json -------------------------------------------------------------------------------- /GPT's/Trending/canva/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Trending/canva/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Trending/canva/README.md -------------------------------------------------------------------------------- /GPT's/Trending/canva/api_requests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Trending/canva/api_requests.json -------------------------------------------------------------------------------- /GPT's/Trending/consensus/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Trending/consensus/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Trending/consensus/OpenAISpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Trending/consensus/OpenAISpec.json -------------------------------------------------------------------------------- /GPT's/Trending/consensus/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Trending/consensus/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Trending/consensus/README.md -------------------------------------------------------------------------------- /GPT's/Trending/consensus/api_requests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Trending/consensus/api_requests.json -------------------------------------------------------------------------------- /GPT's/Trending/grimoire/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Trending/grimoire/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Trending/grimoire/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Trending/grimoire/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Trending/grimoire/README.md -------------------------------------------------------------------------------- /GPT's/Trending/logo creator/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Trending/logo creator/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Trending/logo creator/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Trending/logo creator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Trending/logo creator/README.md -------------------------------------------------------------------------------- /GPT's/Writing/all around writer professional version/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Writing/all around writer professional version/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Writing/all around writer professional version/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Writing/all around writer professional version/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Writing/all around writer professional version/README.md -------------------------------------------------------------------------------- /GPT's/Writing/automated blog post writer/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Writing/automated blog post writer/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Writing/automated blog post writer/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Writing/automated blog post writer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Writing/automated blog post writer/README.md -------------------------------------------------------------------------------- /GPT's/Writing/chao ji lun wen fu zhu super academic paper assistance/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Writing/chao ji lun wen fu zhu super academic paper assistance/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Writing/chao ji lun wen fu zhu super academic paper assistance/OpenAISpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Writing/chao ji lun wen fu zhu super academic paper assistance/OpenAISpec.json -------------------------------------------------------------------------------- /GPT's/Writing/chao ji lun wen fu zhu super academic paper assistance/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Writing/chao ji lun wen fu zhu super academic paper assistance/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Writing/chao ji lun wen fu zhu super academic paper assistance/README.md -------------------------------------------------------------------------------- /GPT's/Writing/chao ji lun wen fu zhu super academic paper assistance/api_requests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Writing/chao ji lun wen fu zhu super academic paper assistance/api_requests.json -------------------------------------------------------------------------------- /GPT's/Writing/chao ji xie zuo da shi super writing master/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Writing/chao ji xie zuo da shi super writing master/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Writing/chao ji xie zuo da shi super writing master/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Writing/chao ji xie zuo da shi super writing master/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Writing/chao ji xie zuo da shi super writing master/README.md -------------------------------------------------------------------------------- /GPT's/Writing/fully seo optimized article including faq s/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Writing/fully seo optimized article including faq s/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Writing/fully seo optimized article including faq s/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Writing/fully seo optimized article including faq s/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Writing/fully seo optimized article including faq s/README.md -------------------------------------------------------------------------------- /GPT's/Writing/write for me/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Writing/write for me/FullResponse.json -------------------------------------------------------------------------------- /GPT's/Writing/write for me/Prompt.md: -------------------------------------------------------------------------------- 1 | # Prompt 2 | -------------------------------------------------------------------------------- /GPT's/Writing/write for me/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/Writing/write for me/README.md -------------------------------------------------------------------------------- /GPT's/apiSecurity/APIKeyBasic/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/apiSecurity/APIKeyBasic/FullResponse.json -------------------------------------------------------------------------------- /GPT's/apiSecurity/APIKeyBasic/OpenAISpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/apiSecurity/APIKeyBasic/OpenAISpec.json -------------------------------------------------------------------------------- /GPT's/apiSecurity/APIKeyBasic/api_requests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/apiSecurity/APIKeyBasic/api_requests.json -------------------------------------------------------------------------------- /GPT's/apiSecurity/ApiKeyBearer/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/apiSecurity/ApiKeyBearer/FullResponse.json -------------------------------------------------------------------------------- /GPT's/apiSecurity/ApiKeyBearer/OpenAISpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/apiSecurity/ApiKeyBearer/OpenAISpec.json -------------------------------------------------------------------------------- /GPT's/apiSecurity/ApiKeyBearer/api_requests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/apiSecurity/ApiKeyBearer/api_requests.json -------------------------------------------------------------------------------- /GPT's/apiSecurity/ApiKeyCustom/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/apiSecurity/ApiKeyCustom/FullResponse.json -------------------------------------------------------------------------------- /GPT's/apiSecurity/ApiKeyCustom/OpenAISpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/apiSecurity/ApiKeyCustom/OpenAISpec.json -------------------------------------------------------------------------------- /GPT's/apiSecurity/ApiKeyCustom/api_requests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/apiSecurity/ApiKeyCustom/api_requests.json -------------------------------------------------------------------------------- /GPT's/apiSecurity/ApiKeyInSpec/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/apiSecurity/ApiKeyInSpec/FullResponse.json -------------------------------------------------------------------------------- /GPT's/apiSecurity/ApiKeyInSpec/OpenAISpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/apiSecurity/ApiKeyInSpec/OpenAISpec.json -------------------------------------------------------------------------------- /GPT's/apiSecurity/ApiKeyInSpec/api_requests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/apiSecurity/ApiKeyInSpec/api_requests.json -------------------------------------------------------------------------------- /GPT's/apiSecurity/NoAuth/FullResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/apiSecurity/NoAuth/FullResponse.json -------------------------------------------------------------------------------- /GPT's/apiSecurity/NoAuth/OpenAISpec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/apiSecurity/NoAuth/OpenAISpec.json -------------------------------------------------------------------------------- /GPT's/apiSecurity/NoAuth/api_requests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/GPT's/apiSecurity/NoAuth/api_requests.json -------------------------------------------------------------------------------- /Prompt Injection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/Prompt Injection/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/README.md -------------------------------------------------------------------------------- /Utility/OldGetActions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/Utility/OldGetActions.py -------------------------------------------------------------------------------- /Utility/createDirectory.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/Utility/createDirectory.py -------------------------------------------------------------------------------- /Utility/textChatToJson.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/Utility/textChatToJson.py -------------------------------------------------------------------------------- /openai API specification/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/openai API specification/README.md -------------------------------------------------------------------------------- /openai API specification/backend-api/gizmos/GPT_ID.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/openai API specification/backend-api/gizmos/GPT_ID.json -------------------------------------------------------------------------------- /openai API specification/backend-api/gizmos/user_action_settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/openai API specification/backend-api/gizmos/user_action_settings.json -------------------------------------------------------------------------------- /openai API specification/backend-api/prompt_library.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/openai API specification/backend-api/prompt_library.json -------------------------------------------------------------------------------- /openai API specification/gizmos_discovery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/openai API specification/gizmos_discovery.json -------------------------------------------------------------------------------- /sandboxEnumeration/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamidarrha/TopGptPrompts/HEAD/sandboxEnumeration/README.md --------------------------------------------------------------------------------