

Context Keeper
0
0
About Context Keeper
Your new default GPT! Saves and loads prompts on command.
November 29,2023
Information
- GPTs Creator cybrix.ai
- GPT Updated November 29,2023
- Updated April 08,2024
Knowledge File
- Text File (txt)1
- Totals1
Capabilities
- DALLE•E ✓Image Creation
- Code Interpreter ✓Data Analysis
- Browsing ✓Real-Time Retrieval
Share recipient
- OpenAI‘s GPT Store Public
Timeline

Context Keeper
By cybrix.ai
No Rating
Uncategorized
Category
60+
Conversations
Try This GPT on ChatGPT
SAVE PUBLIC
SAVE PRIVATE
LOAD [SHORT CODE]
LIST (POPULAR PUBLIC PROMPTS)
Message ChatGPT
What Can Context Keeper Do with ChatGPT?
This Gpts for content creators can save and load prompts on command.
# | File Id | Type |
---|---|---|
1 | gzm_cnf_OOTLJ2Ax6kQxthZUuH5GSoTR~gzm_file_wn7pHR0zENOs6mVgbVcLPI3B | text/plain |
1. Function Calls
Field | Value |
---|---|
action_id | g-a6042b3cbc7d05ae73cb71566df91dcce65e2de9 |
domain | cybrix.ai |
json_schema | {"openapi"=>"3.1.0", "info"=>{"title"=>"Prompt API", "description"=>"This is an API for saving, loading, and listing GPT prompts.", "version"=>"1.0.0"}, "servers"=>[{"url"=>"https://cybrix.ai/prompt", "description"=>"Prompt API"}], "paths"=>{"/save-prompt/"=>{"post"=>{"summary"=>"Save Prompt", "description"=>"Save a new prompt with a generated title, text, and visibility status.\nReturns a unique short code for the prompt.", "operationId"=>"save_prompt_save_prompt__post", "requestBody"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/Prompt"}}}, "required"=>true}, "responses"=>{"200"=>{"description"=>"Save a new prompt", "content"=>{"application/json"=>{"schema"=>{}}}}, "422"=>{"description"=>"Validation Error", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/HTTPValidationError"}}}}}}}, "/load-prompt/{short_code}"=>{"get"=>{"summary"=>"Load Prompt", "description"=>"Load a prompt using its unique short code, retrieving title, text, visibility, category, and short code.\nIf no prompt is found, a 404 error is raised.\nEach access increments the prompt's load count.\nParameter: short_code (str).\nReturns: PromptResponse with prompt details.", "operationId"=>"load_prompt_load_prompt__short_code__get", "parameters"=>[{"name"=>"short_code", "in"=>"path", "required"=>true, "schema"=>{"type"=>"string", "title"=>"Short Code"}}], "responses"=>{"200"=>{"description"=>"Load a saved prompt", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/PromptResponse"}}}}, "422"=>{"description"=>"Validation Error", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/HTTPValidationError"}}}}}}}, "/list-popular-prompts/"=>{"get"=>{"summary"=>"List Popular Prompts", "description"=>"List popular public prompts.\nSorts prompts based on the number of times they have been loaded.\nReturns only the specified number of prompts.", "operationId"=>"list_popular_prompts_list_popular_prompts__get", "parameters"=>[{"name"=>"limit", "in"=>"query", "required"=>false, "schema"=>{"type"=>"integer", "default"=>50, "title"=>"Limit"}}], "responses"=>{"200"=>{"description"=>"Successful Response", "content"=>{"application/json"=>{"schema"=>{"type"=>"array", "items"=>{"$ref"=>"#/components/schemas/PopularPrompt"}, "title"=>"Response List Popular Prompts List Popular Prompts Get"}}}}, "422"=>{"description"=>"Validation Error", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/HTTPValidationError"}}}}}}}}, "components"=>{"schemas"=>{"HTTPValidationError"=>{"properties"=>{"detail"=>{"items"=>{"$ref"=>"#/components/schemas/ValidationError"}, "type"=>"array", "title"=>"Detail"}}, "type"=>"object", "title"=>"HTTPValidationError"}, "PopularPrompt"=>{"properties"=>{"title"=>{"type"=>"string", "title"=>"Title", "description"=>"The title of the prompt."}, "short_code"=>{"type"=>"string", "title"=>"Short Code", "description"=>"The unique short code of the prompt."}, "load_count"=>{"type"=>"integer", "title"=>"Load Count", "description"=>"Number of times the prompt has been loaded."}, "category"=>{"type"=>"string", "title"=>"Category", "description"=>"The category of the prompt."}}, "type"=>"object", "required"=>["title", "short_code", "load_count", "category"], "title"=>"PopularPrompt"}, "Prompt"=>{"properties"=>{"title"=>{"type"=>"string", "title"=>"Title", "description"=>"The title of the prompt, generated by GPT."}, "text"=>{"type"=>"string", "title"=>"Text", "description"=>"The text of the GPT prompt."}, "is_public"=>{"type"=>"boolean", "title"=>"Is Public", "description"=>"Flag indicating if the prompt is public or private."}, "category"=>{"type"=>"string", "title"=>"Category", "description"=>"The category of the prompt."}}, "type"=>"object", "required"=>["title", "text", "is_public", "category"], "title"=>"Prompt"}, "PromptResponse"=>{"properties"=>{"title"=>{"type"=>"string", "title"=>"Title", "description"=>"The title of the loaded prompt."}, "text"=>{"type"=>"string", "title"=>"Text", "description"=>"The text content of the loaded prompt."}, "is_public"=>{"type"=>"boolean", "title"=>"Is Public", "description"=>"Visibility status of the prompt, indicating if it's public or private."}, "short_code"=>{"type"=>"string", "title"=>"Short Code", "description"=>"The unique short code associated with the prompt."}}, "type"=>"object", "required"=>["title", "text", "is_public", "short_code"], "title"=>"PromptResponse"}, "ValidationError"=>{"properties"=>{"loc"=>{"items"=>{"anyOf"=>[{"type"=>"string"}, {"type"=>"integer"}]}, "type"=>"array", "title"=>"Location"}, "msg"=>{"type"=>"string", "title"=>"Message"}, "type"=>{"type"=>"string", "title"=>"Error Type"}}, "type"=>"object", "required"=>["loc", "msg", "type"], "title"=>"ValidationError"}}}} |
auth | {"type":"none"} |
privacy_policy_url | https://cybrix.ai/privacy.html |
Capabilitiy | Function | Tools |
---|---|---|
DALLE•E | Generate unique images based on textual descriptions provided. | Dalle |
Code Interpreter / Data Analysis | Execute Python code for automation, calculations, and data analysis. | Python |
Web Browsing | Real-Time Access and search the internet for information, articles, and data. | Browser |
Context Keeper reviews
Similar GPTs

Adapts and learns from all chats for personalized, evolving conversations.
10

GPT Prompt Crafter
by KIPEUM LEEInteractive prompt generator creating highly customized and effective ChatGPT prompts for a range of applications.
20

Contextual Guide
by Paweł SzpytPersonal assistant tailored to your needs. Chatbot that remembers and applies your instructions.
50
ChatGPT Prompt Manager
by promptfolder.comPromptFolder helps you save, organize, and improve prompts for ChatGPT and other AI tools.
24

Expert Prompter & GPT Builder
by DOLHA COSMIN VASILECrafts prompts and builds GPTs with domain-specific knowledge
40