Open Prompt Library
Use prompts from an open database! Create prompts and search by title or prompt similarity. List the top prompts.
Use prompts from an open database! The Open Prompt Library plugin allows you to access a vast collection of prompts and templates. Whether you need inspiration for writing, brainstorming ideas, or sparking creativity, you can search for prompts by title or similarity. Additionally, you can discover the most popular prompts based on their usage count over different timeframes such as hour, day, week, month, or all-time. Get ready to unlock your imagination with the Open Prompt Library plugin!
How to
Comments (0)
API docs
Learn how to use Open Prompt Library effectively! Here are a few example prompts, tips, and the documentation of available commands.
Example prompts
-
Prompt 1: "Find a template with a similar prompt: 'I need help with writing a cover letter for a job application.'"
-
Prompt 2: "Find a template with the title 'Introductory Email Template.'"
-
Prompt 3: "List the most popular templates used in the last week."
-
Prompt 4: "Get the details of the template with ID 'abc123'."
Features and commands
Feature/Command | Description |
---|---|
getTemplateById | This command retrieves the details of a template given its ID. You need to provide the template ID in the path parameter. |
getTemplateByTitleOrPrompt | This command allows you to search for templates based on their title or prompt. You can provide the title or prompt as query parameters to filter the results. |
createTemplate | This command adds a new template. You need to provide the prompt and an optional title for the template in the request body. |
getTopTemplates | This command retrieves the top templates based on a specified timeframe. You can provide the timeframe (hour, day, week, month, alltime) as a query parameter to filter the results. |