mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-04-30 22:13:55 +07:00
83 lines
3.8 KiB
Markdown
83 lines
3.8 KiB
Markdown
|
|
[](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22MyqQgeacd0BZbtyp_OVAz%22%2C%22flow%22%3Atrue%7D%7D)
|
|
# Plugins to build on chatGPT plugin | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22MyqQgeacd0BZbtyp_OVAz%22%2C%22flow%22%3Atrue%7D%7D)
|
|
Generate ideas of plugins to build on ChatGPT
|
|
|
|
# Prompt
|
|
|
|
```
|
|
ChatGPT has enabled plugin. The plugin exposes backend APIs to Chatgpt, so that is able to call backend-API and retrieve relevant data when needed. Create 5 plugins that I can build. The backend end API should not involve private data. The plugin should be useful and attract a lot of user to install. Provide specific API that the developer need to expose, name_for_human, name_for_model, description_for_human and description_for_model
|
|
```
|
|
|
|
## Conversation
|
|
|
|
**ASSISTANT**: 1. Weather Plugin: This plugin will provide users with real-time weather information for a specific location. The API required to expose the necessary data includes the temperature, humidity, wind speed, and precipitation probability.
|
|
|
|
|
|
|
|
Name for Human: "Weather Forecast"
|
|
|
|
Name for Model: "weather_forecast_plugin"
|
|
|
|
Description for Human: "Stay up-to-date with the latest weather information for any location"
|
|
|
|
Description for Model: "This plugin allows users to retrieve real-time weather data via exposed backend APIs. The API will provide weather-related data for a particular location, including temperature, humidity, wind speed, and precipitation probability."
|
|
|
|
|
|
|
|
2. News Plugin: This plugin will provide users with the latest news based on their interests. The API required to expose relevant data includes news title, summary, published date, and source.
|
|
|
|
|
|
|
|
Name for Human: "Daily News Digest"
|
|
|
|
Name for Model: "daily_news_plugin"
|
|
|
|
Description for Human: "Get the latest news on topics you care about"
|
|
|
|
Description for Model: "This plugin allows users to retrieve the latest news based on their interests via exposed backend APIs. The API will provide news-related data such as the title, summary, published date, and source."
|
|
|
|
|
|
|
|
3. Recipe Plugin: This plugin will provide users with a wide range of recipes for different occasions. The API required to expose relevant data includes recipe title, ingredients, cooking time, and directions.
|
|
|
|
|
|
|
|
Name for Human: "Recipe Finder"
|
|
|
|
Name for Model: "recipe_finder_plugin"
|
|
|
|
Description for Human: "Find delicious recipes for any occasion"
|
|
|
|
Description for Model: "This plugin allows users to retrieve various recipes via exposed backend APIs. The API will provide recipe-related data such as the title, ingredients, cooking time, and directions."
|
|
|
|
|
|
|
|
4. Movie Plugin: This plugin will provide users with a wide range of movies based on their preferences. The API required to expose relevant data includes movie title, genre, release date, and a brief synopsis.
|
|
|
|
|
|
|
|
Name for Human: "Movie Recommender"
|
|
|
|
Name for Model: "movie_recommender_plugin"
|
|
|
|
Description for Human: "Find the best movies based on your preferences"
|
|
|
|
Description for Model: "This plugin allows users to retrieve a wide range of movies via exposed backend APIs. The API will provide movie-related data such as the title, genre, release date, and a brief synopsis."
|
|
|
|
|
|
|
|
5. Sports Plugin: This plugin will provide users with the latest sports news and scores. The API required to expose relevant data includes sport type, event name, score updates, and match result.
|
|
|
|
|
|
|
|
Name for Human: "Sports Tracker"
|
|
|
|
Name for Model: "sports_tracker_plugin"
|
|
|
|
Description for Human: "Get live sports scores and updates"
|
|
|
|
Description for Model: "This plugin allows users to retrieve the latest sports news and scores via exposed backend APIs. The API will provide sports-related data such as sport type, event name, score updates, and match result."
|
|
|
|
|